Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
069c319b
Commit
069c319b
authored
Jan 10, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
bf93746a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
software/ors-amarisoft/test/test.py
software/ors-amarisoft/test/test.py
+2
-2
software/ors-amarisoft/test/test.sh
software/ors-amarisoft/test/test.sh
+2
-2
No files found.
software/ors-amarisoft/test/test.py
View file @
069c319b
...
...
@@ -287,7 +287,7 @@ class ENBTestCase(AmariTestCase):
assertMatch
(
t
,
t
.
enb_cfg
[
'nr_cell_list'
],
[
dict
(
# CELL3
tdd_ul_dl_config
=
NO
,
rf_port
=
2
,
n_antenna_dl
=
4
,
n_antenna_ul
=
2
,
dl_nr_arfcn
=
300300
,
ul_nr_arfcn
=
290700
,
ssb_nr_arfcn
=
300270
,
band
=
1
,
dl_nr_arfcn
=
300300
,
ul_nr_arfcn
=
290700
,
ssb_nr_arfcn
=
300270
,
band
=
74
,
bandwidth
=
15
,
cell_id
=
0x3
,
n_id_cell
=
0x13
,
tac
=
NO
,
root_sequence_index
=
103
,
inactivity_timer
=
1003
,
...
...
@@ -298,7 +298,7 @@ class ENBTestCase(AmariTestCase):
period
=
5
,
dl_slots
=
7
,
dl_symbols
=
6
,
ul_slots
=
2
,
ul_symbols
=
4
,
)},
rf_port
=
3
,
n_antenna_dl
=
4
,
n_antenna_ul
=
2
,
dl_nr_arfcn
=
470400
,
ul_nr_arfcn
=
470400
,
ssb_nr_arfcn
=
470430
,
band
=
4
1
,
dl_nr_arfcn
=
470400
,
ul_nr_arfcn
=
470400
,
ssb_nr_arfcn
=
470430
,
band
=
4
0
,
bandwidth
=
20
,
cell_id
=
0x4
,
n_id_cell
=
0x14
,
tac
=
NO
,
root_sequence_index
=
104
,
inactivity_timer
=
1004
,
...
...
software/ors-amarisoft/test/test.sh
View file @
069c319b
...
...
@@ -18,5 +18,5 @@ export SLAPOS_TEST_LOG_DIRECTORY=`pwd`/snapshot
#time ../k/kpython_for_test -m unittest discover -vf -k SimCard
#time ../k/kpython_for_test -m unittest discover -vf
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_CPRI
#
time ../k/kpython_for_test -m unittest discover -vf -k TestENB_SDR
time
../k/kpython_for_test
-m
unittest discover
-vf
-k
TestENB_Lopcomm
time
../k/kpython_for_test
-m
unittest discover
-vf
-k
TestENB_SDR
#
time ../k/kpython_for_test -m unittest discover -vf -k TestENB_Lopcomm
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