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
f2713714
Commit
f2713714
authored
Jan 02, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
dce24608
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
29 deletions
+4
-29
software/ors-amarisoft/test/test.py
software/ors-amarisoft/test/test.py
+4
-29
No files found.
software/ors-amarisoft/test/test.py
View file @
f2713714
...
...
@@ -44,35 +44,10 @@ def yload(path):
# XXX explain CELL_xy ...
CELL_4t
=
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'tdd'
,
'bandwidth'
:
'5 MHz'
,
'dl_earfcn'
:
38050
,
# 2600 MHz
}
CELL_5t
=
{
'cell_type'
:
'nr'
,
'rf_mode'
:
'tdd'
,
'bandwidth'
:
10
,
'dl_nr_arfcn'
:
523020
,
# 2615.1 MHz
'nr_band'
:
41
,
}
CELL_4f
=
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'5 MHz'
,
'dl_earfcn'
:
3350
,
# 2680 MHz
}
CELL_5f
=
{
'cell_type'
:
'nr'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
5
,
'dl_nr_arfcn'
:
537200
,
# 2686 MHz
'nr_band'
:
7
,
}
CELL_4t
=
LTE_TDD
(
38050
,
5
)
# 2600 MHz
CELL_5t
=
NR_TDD
(
523020
,
41
,
10
)
# 2615.1 MHz
CELL_4f
=
LTE_FDD
(
3350
,
5
)
# 2680 MHz
CELL_5f
=
NR_FDD
(
537200
,
7
,
5
)
# 2686 MHz
# XXX common enb
...
...
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