Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
37f84d20
Commit
37f84d20
authored
Dec 28, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
886d0e5c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+1
-0
software/ors-amarisoft/test/test.sh
software/ors-amarisoft/test/test.sh
+1
-1
software/ors-amarisoft/test/test_ors.py
software/ors-amarisoft/test/test_ors.py
+4
-4
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
37f84d20
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
[template]
[template]
filename = instance.cfg
filename = instance.cfg
md5sum =
f7c9582099537c507b2a25e537b17716
md5sum =
883fc0c659b94ad732809db09d4f4665
[template-ors]
[template-ors]
filename = instance-ors.cfg
filename = instance-ors.cfg
...
...
software/ors-amarisoft/instance.cfg
View file @
37f84d20
...
@@ -28,6 +28,7 @@ depends = $${activate-eggs:recipe}
...
@@ -28,6 +28,7 @@ depends = $${activate-eggs:recipe}
context =
context =
import xbuildout xbuildout
import xbuildout xbuildout
import json_module json
import json_module json
import nrarfcn_module nrarfcn
import xearfcn_module xlte.earfcn
import xearfcn_module xlte.earfcn
import xnrarfcn_module xlte.nrarfcn
import xnrarfcn_module xlte.nrarfcn
key eggs_directory buildout:eggs-directory
key eggs_directory buildout:eggs-directory
...
...
software/ors-amarisoft/test/test.sh
View file @
37f84d20
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
export
SLAPOS_TEST_DEBUG
=
1
export
SLAPOS_TEST_DEBUG
=
1
export
SLAPOS_TEST_VERBOSE
=
0
export
SLAPOS_TEST_VERBOSE
=
0
export
SLAPOS_TEST_SKIP_SOFTWARE_CHECK
=
1
export
SLAPOS_TEST_SKIP_SOFTWARE_CHECK
=
1
export
SLAPOS_TEST_SKIP_SOFTWARE_REBUILD
=
1
export
SLAPOS_TEST_SKIP_SOFTWARE_REBUILD
=
0
rm
-rf
snapshot
rm
-rf
snapshot
mkdir
snapshot
mkdir
snapshot
...
...
software/ors-amarisoft/test/test_ors.py
View file @
37f84d20
...
@@ -82,8 +82,8 @@ param_dict = {
...
@@ -82,8 +82,8 @@ param_dict = {
'ncell_list'
:
{
'ncell_list'
:
{
'ORS1'
:
{
'ORS1'
:
{
'dl_earfcn'
:
40000
,
'dl_earfcn'
:
40000
,
'dl_nr_arfcn'
:
100
000
,
'dl_nr_arfcn'
:
428
000
,
'ssb_nr_arfcn'
:
100
000
,
'ssb_nr_arfcn'
:
428
000
,
'pci'
:
1
,
'pci'
:
1
,
'nr_cell_id'
:
'0x0000001'
,
'nr_cell_id'
:
'0x0000001'
,
'cell_id'
:
'0x0000001'
,
'cell_id'
:
'0x0000001'
,
...
@@ -93,8 +93,8 @@ param_dict = {
...
@@ -93,8 +93,8 @@ param_dict = {
},
},
'ORS2'
:
{
'ORS2'
:
{
'dl_earfcn'
:
50000
,
'dl_earfcn'
:
50000
,
'dl_nr_arfcn'
:
200
000
,
'dl_nr_arfcn'
:
392
000
,
'ssb_nr_arfcn'
:
200
000
,
'ssb_nr_arfcn'
:
392
000
,
'pci'
:
2
,
'pci'
:
2
,
'nr_cell_id'
:
'0x0000002'
,
'nr_cell_id'
:
'0x0000002'
,
'cell_id'
:
'0x0000001'
,
'cell_id'
:
'0x0000001'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment