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
886d0e5c
Commit
886d0e5c
authored
Dec 28, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
91d41b1d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/software-base.cfg
software/ors-amarisoft/software-base.cfg
+1
-1
software/ors-amarisoft/test/test.sh
software/ors-amarisoft/test/test.sh
+2
-1
software/ors-amarisoft/test/test_ors.py
software/ors-amarisoft/test/test_ors.py
+3
-3
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
886d0e5c
...
...
@@ -24,7 +24,7 @@ md5sum = f5c76c3443b75569eb18503dce38e783
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
md5sum =
db11d48866b8d755c2a3a515425f3450
md5sum =
b7b47539d7f8680a1d0ce40eb006fc23
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
...
...
@@ -112,7 +112,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum =
4588112ce6db55717be01fcfc2dd7e1e
md5sum =
21dc035532687577ebd9090b4ab05926
[drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg
...
...
software/ors-amarisoft/software-base.cfg
View file @
886d0e5c
...
...
@@ -155,7 +155,7 @@ interpreter = pythonwitheggs
[xlte-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/kirr/xlte.git
revision =
b8065120
revision =
ae72d3e8aac54e11d5e55eaede657a19d18f101c
git-executable = ${git:location}/bin/git
# XXX temp (speedup build)
develop = true
...
...
software/ors-amarisoft/test/test.sh
View file @
886d0e5c
...
...
@@ -11,4 +11,5 @@ rm -rf snapshot
mkdir
snapshot
export
SLAPOS_TEST_LOG_DIRECTORY
=
`
pwd
`
/snapshot
time
../k/kpython_for_test
-m
unittest discover
-v
-k
TestENBParameters
#time ../k/kpython_for_test -m unittest discover -v -k TestENBParameters
time
../k/kpython_for_test
-m
unittest discover
-v
-k
TestGNBParameters1
software/ors-amarisoft/test/test_ors.py
View file @
886d0e5c
...
...
@@ -62,10 +62,10 @@ param_dict = {
'2001:db8::1'
:
{
'mme_addr'
:
'2001:db8::1'
},
},
'core_network_plmn'
:
'00102'
,
'dl_nr_arfcn'
:
32532
0
,
'nr_band'
:
99
,
'dl_nr_arfcn'
:
40350
0
,
'nr_band'
:
34
,
'nr_bandwidth'
:
50
,
'ssb_nr_arfcn'
:
37779
0
,
'ssb_nr_arfcn'
:
40352
0
,
'rue_addr'
:
'192.168.99.88'
,
'n_antenna_dl'
:
2
,
'n_antenna_ul'
:
2
,
...
...
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