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
7ebc33af
Commit
7ebc33af
authored
Sep 19, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
86a1bec8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1373 additions
and
12 deletions
+1373
-12
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+1330
-8
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+43
-4
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
7ebc33af
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/slapos-render-config.py
View file @
7ebc33af
...
@@ -27,7 +27,7 @@ def iSHARED(title, slave_reference, cfg):
...
@@ -27,7 +27,7 @@ def iSHARED(title, slave_reference, cfg):
# 3 cells sharing SDR-based RU consisting of 2 SDR boards (4tx + 4rx ports max)
# 3 cells sharing SDR-based RU consisting of 2 SDR boards (4tx + 4rx ports max)
# RU definition is embedded into cell for simplicity of management
# RU definition is embedded into cell for simplicity of management
def
iRU1_SDR_
CELL3
():
def
iRU1_SDR_
tLTE2_tNR
():
RU1
=
{
RU1
=
{
'ru_type'
:
'sdr'
,
'ru_type'
:
'sdr'
,
'ru_link_type'
:
'sdr'
,
'ru_link_type'
:
'sdr'
,
...
@@ -76,7 +76,7 @@ def iRU1_SDR_CELL3():
...
@@ -76,7 +76,7 @@ def iRU1_SDR_CELL3():
# LTE + NR cells that use CPRI-based Lopcomm radio units
# LTE + NR cells that use CPRI-based Lopcomm radio units
# here we instantiate RUs separately since embedding RU into a cell is demonstrated by CELL1_a above
# here we instantiate RUs separately since embedding RU into a cell is demonstrated by CELL1_a above
def
iRU2_LOPCOMM_
LTE_
NR
():
def
iRU2_LOPCOMM_
fLTE_f
NR
():
RU2_a
=
{
RU2_a
=
{
'ru_type'
:
'lopcomm'
,
'ru_type'
:
'lopcomm'
,
'ru_link_type'
:
'cpri'
,
'ru_link_type'
:
'cpri'
,
...
@@ -130,8 +130,47 @@ def iRU2_LOPCOMM_LTE_NR():
...
@@ -130,8 +130,47 @@ def iRU2_LOPCOMM_LTE_NR():
iRU1_SDR_CELL3
()
# ---- for tests ----
iRU2_LOPCOMM_LTE_NR
()
# 2 FDD cells working via shared SDR board
def
iRU3_SDR1_fLTE2
():
RU
=
{
'ru_type'
:
'sdr'
,
'ru_link_type'
:
'sdr'
,
'sdr_dev_list'
:
[
3
],
'n_antenna_dl'
:
1
,
'n_antenna_ul'
:
1
,
}
iSHARED
(
'Cell 3a'
,
'_CELL3_a'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'5 MHz'
,
'dl_earfcn'
:
3350
,
# 2680 MHz (Band 7)
'pci'
:
1
,
'cell_id'
:
'0x01'
,
'ru'
:
RU
,
})
iSHARED
(
'Cell 3b'
,
'_CELL3_b'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'5 MHz'
,
'dl_earfcn'
:
3050
,
# 2650 MHz (Band 7)
'pci'
:
1
,
'cell_id'
:
'0x02'
,
'ru'
:
{
'ru_type'
:
'ruincell_ref'
,
'ruincell_ref'
:
'CELL3_a'
}
})
iRU1_SDR_tLTE2_tNR
()
iRU2_LOPCOMM_fLTE_fNR
()
iRU3_SDR1_fLTE2
()
jshared_instance_list
=
json
.
dumps
(
shared_instance_list
)
jshared_instance_list
=
json
.
dumps
(
shared_instance_list
)
json_params
=
"""{
json_params
=
"""{
...
...
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