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
dea7a357
Commit
dea7a357
authored
Oct 04, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8f6fc990
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
114 deletions
+78
-114
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+64
-101
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+14
-13
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
dea7a357
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/slapos-render-config.py
View file @
dea7a357
...
...
@@ -210,7 +210,8 @@ def iRU3_SDR1_fLTE2(ienb):
})
def
iRU2_LOPCOMM_fLTE2
(
ienb
):
RU2_a
=
{
# supports: 2110 - 2170 MHz
RU_0002
=
{
'ru_type'
:
'lopcomm'
,
'ru_link_type'
:
'cpri'
,
# 'mac_addr': 'XXX',
...
...
@@ -229,40 +230,40 @@ def iRU2_LOPCOMM_fLTE2(ienb):
'rx_gain'
:
0
,
}
RU2_b
=
copy
.
deepcopy
(
RU2_a
)
# RU2_b['mac_addr'] = 'YYY'
RU2_b
[
'cpri_link'
][
'sfp_port'
]
=
1
# supports: 2110 - 2170 MHz
RU_0004
=
copy
.
deepcopy
(
RU_0002
)
# RU_0004['mac_addr'] = 'YYY'
RU_0004
[
'cpri_link'
][
'sfp_port'
]
=
1
ienb
.
ishared
(
'Radio Unit 2a'
,
'_RU
2_a'
,
RU2_a
)
ienb
.
ishared
(
'Radio Unit 2b'
,
'_RU
2_b'
,
RU2_b
)
ienb
.
ishared
(
'Radio Unit 2a'
,
'_RU
_0002'
,
RU_0002
)
ienb
.
ishared
(
'Radio Unit 2b'
,
'_RU
_0004'
,
RU_0004
)
ienb
.
ishared
(
'Cell 2
a'
,
'_CELL2_a
'
,
{
ienb
.
ishared
(
'Cell 2
'
,
'_CELL2
'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'20 MHz'
,
# 'dl_earfcn': 300, # 2140 MHz @ B1
'dl_earfcn'
:
100
,
# 2120 MHz @ B1
'pci'
:
21
,
'cell_id'
:
'0x21'
,
'ru'
:
{
# CELL2_a links to RU2_a by its reference
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU
2_a
'
'ru_ref'
:
'RU
_0002
'
}
})
ienb
.
ishared
(
'Cell
2b'
,
'_CELL2_b
'
,
{
ienb
.
ishared
(
'Cell
4'
,
'_CELL4
'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'20 MHz'
,
# 'dl_earfcn': 300, # FIXME same as CELL2_a
'dl_earfcn'
:
500
,
# 2160 MHz @ B1
'pci'
:
22
,
'cell_id'
:
'0x22'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU
2_b
'
'ru_ref'
:
'RU
_0004
'
}
})
def
do_enb
():
ienb
=
Instance
(
'enb'
)
#iRU1_SDR_tLTE2_tNR(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