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
107
Merge Requests
107
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
cea40ecd
Commit
cea40ecd
authored
Dec 28, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c5f9353c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+10
-1
No files found.
software/ors-amarisoft/slapos-render-config.py
View file @
cea40ecd
...
@@ -99,6 +99,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
...
@@ -99,6 +99,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
'dl_earfcn'
:
38050
,
# 2600 MHz
'dl_earfcn'
:
38050
,
# 2600 MHz
'pci'
:
1
,
'pci'
:
1
,
'cell_id'
:
'0x01'
,
'cell_id'
:
'0x01'
,
'tac'
:
'0x1234'
,
'ru'
:
RU
,
# RU definition embedded into CELL
'ru'
:
RU
,
# RU definition embedded into CELL
})
})
...
@@ -110,6 +111,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
...
@@ -110,6 +111,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
'dl_earfcn'
:
38100
,
# 2605 MHz
'dl_earfcn'
:
38100
,
# 2605 MHz
'pci'
:
2
,
'pci'
:
2
,
'cell_id'
:
'0x02'
,
'cell_id'
:
'0x02'
,
'tac'
:
'0x1234'
,
'ru'
:
{
# CELL_b shares RU with CELL_a referring to it via cell
'ru'
:
{
# CELL_b shares RU with CELL_a referring to it via cell
'ru_type'
:
'ruincell_ref'
,
'ru_type'
:
'ruincell_ref'
,
'ruincell_ref'
:
'CELL_a'
'ruincell_ref'
:
'CELL_a'
...
@@ -125,6 +127,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
...
@@ -125,6 +127,7 @@ def iRU1_SDR_tLTE2_tNR(ienb):
'nr_band'
:
41
,
'nr_band'
:
41
,
'pci'
:
3
,
'pci'
:
3
,
'cell_id'
:
'0x03'
,
'cell_id'
:
'0x03'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ruincell_ref'
,
# CELL_c shares RU with CELL_a and CELL_b
'ru_type'
:
'ruincell_ref'
,
# CELL_c shares RU with CELL_a and CELL_b
'ruincell_ref'
:
'CELL_b'
# referring to RU via CELL_b -> CELL_a
'ruincell_ref'
:
'CELL_b'
# referring to RU via CELL_b -> CELL_a
...
@@ -224,6 +227,7 @@ def iRU2_LOPCOMM_fLTE_fNR(ienb):
...
@@ -224,6 +227,7 @@ def iRU2_LOPCOMM_fLTE_fNR(ienb):
'dl_earfcn'
:
3350
,
# 2680 MHz
'dl_earfcn'
:
3350
,
# 2680 MHz
'pci'
:
21
,
'pci'
:
21
,
'cell_id'
:
'0x21'
,
'cell_id'
:
'0x21'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU1'
'ru_ref'
:
'RU1'
...
@@ -239,6 +243,7 @@ def iRU2_LOPCOMM_fLTE_fNR(ienb):
...
@@ -239,6 +243,7 @@ def iRU2_LOPCOMM_fLTE_fNR(ienb):
'nr_band'
:
7
,
'nr_band'
:
7
,
'pci'
:
22
,
'pci'
:
22
,
'cell_id'
:
'0x22'
,
'cell_id'
:
'0x22'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU2'
'ru_ref'
:
'RU2'
...
@@ -268,6 +273,7 @@ def iRU1_SDR1_fLTE2(ienb):
...
@@ -268,6 +273,7 @@ def iRU1_SDR1_fLTE2(ienb):
'dl_earfcn'
:
3350
,
# 2680 MHz (Band 7)
'dl_earfcn'
:
3350
,
# 2680 MHz (Band 7)
'pci'
:
1
,
'pci'
:
1
,
'cell_id'
:
'0x01'
,
'cell_id'
:
'0x01'
,
'tac'
:
'0x1234'
,
'ru'
:
RU
,
'ru'
:
RU
,
})
})
...
@@ -279,6 +285,7 @@ def iRU1_SDR1_fLTE2(ienb):
...
@@ -279,6 +285,7 @@ def iRU1_SDR1_fLTE2(ienb):
'dl_earfcn'
:
3050
,
# 2650 MHz (Band 7)
'dl_earfcn'
:
3050
,
# 2650 MHz (Band 7)
'pci'
:
1
,
'pci'
:
1
,
'cell_id'
:
'0x02'
,
'cell_id'
:
'0x02'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ruincell_ref'
,
'ru_type'
:
'ruincell_ref'
,
'ruincell_ref'
:
'CELL_a'
'ruincell_ref'
:
'CELL_a'
...
@@ -321,6 +328,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
...
@@ -321,6 +328,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
'dl_earfcn'
:
100
,
# 2120 MHz @ B1
'dl_earfcn'
:
100
,
# 2120 MHz @ B1
'pci'
:
21
,
'pci'
:
21
,
'cell_id'
:
'0x21'
,
'cell_id'
:
'0x21'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU_0002'
'ru_ref'
:
'RU_0002'
...
@@ -337,6 +345,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
...
@@ -337,6 +345,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
'dl_earfcn'
:
500
,
# 2160 MHz @ B1
'dl_earfcn'
:
500
,
# 2160 MHz @ B1
'pci'
:
22
,
'pci'
:
22
,
'cell_id'
:
'0x22'
,
'cell_id'
:
'0x22'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU_0004'
'ru_ref'
:
'RU_0004'
...
@@ -345,7 +354,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
...
@@ -345,7 +354,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
def
do_enb
():
def
do_enb
():
ienb
=
Instance
(
'enb'
)
ienb
=
Instance
(
'enb'
)
#iRU1_SDR_
fLTE2_f
NR(ienb)
#iRU1_SDR_
tLTE2_t
NR(ienb)
iRU2_SDR_tLTE_tNR
(
ienb
)
iRU2_SDR_tLTE_tNR
(
ienb
)
#iRU2_LOPCOMM_fLTE_fNR(ienb)
#iRU2_LOPCOMM_fLTE_fNR(ienb)
#iRU1_SDR1_fLTE2(ienb)
#iRU1_SDR1_fLTE2(ienb)
...
...
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