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
76655434
Commit
76655434
authored
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X Prepare for 3·RU CA test
parent
26354f99
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
660 additions
and
15 deletions
+660
-15
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+607
-9
software/ors-amarisoft/config/ue.cfg
software/ors-amarisoft/config/ue.cfg
+16
-3
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+37
-3
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
76655434
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/config/ue.cfg
View file @
76655434
...
...
@@ -12,12 +12,13 @@
name: "sdr",
// _UCELL1_ru 1T1R
// _UCELL2_ru 1T1R
args: "dev0=/dev/sdr2,dev1=/dev/sdr3",
// _UCELLX_ru 1T1R
args: "dev0=/dev/sdr2,dev1=/dev/sdr3,dev2=/dev/sdr4",
rx_antenna:"tx_rx",
tdd_tx_mod: 1,
},
tx_gain: [70, 70],
rx_gain: [60, 60],
tx_gain: [70, 70
, 70
],
rx_gain: [60, 60
, 60
],
cell_groups: [{
...
...
@@ -50,6 +51,18 @@
global_timing_advance: -1,
},
// UCELLX
{
rf_port: 2,
n_antenna_dl: 1,
n_antenna_ul: 1,
dl_earfcn: 300,
bandwidth: 15,
global_timing_advance: -1,
},
],
pdcch_decode_opt: false,
pdcch_decode_opt_threshold: 0.1,
...
...
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/slapos-render-config.py
View file @
76655434
...
...
@@ -213,7 +213,7 @@ def iRU3_SDR1_fLTE2(ienb):
}
})
def
iRU2_LOPCOMM_fLTE
2
(
ienb
):
def
iRU2_LOPCOMM_fLTE
3
(
ienb
):
# supports: 2110 - 2170 MHz
RU_0002
=
{
'ru_type'
:
'lopcomm'
,
...
...
@@ -239,6 +239,10 @@ def iRU2_LOPCOMM_fLTE2(ienb):
# RU_0004['mac_addr'] = 'YYY'
RU_0004
[
'cpri_link'
][
'sfp_port'
]
=
1
RU_XXXX
=
copy
.
deepcopy
(
RU_0002
)
# RU_XXXX['mac_addr'] = 'ZZZ'
RU_XXXX
[
'cpri_link'
][
'sfp_port'
]
=
2
if
1
:
ienb
.
ishared
(
'Radio Unit 2a'
,
'_RU_0002'
,
RU_0002
)
ienb
.
ishared
(
'Cell 2'
,
'_CELL2'
,
{
...
...
@@ -269,12 +273,27 @@ def iRU2_LOPCOMM_fLTE2(ienb):
}
})
if
1
:
ienb
.
ishared
(
'Radio Unit 2c'
,
'_RU_XXXX'
,
RU_XXXX
)
ienb
.
ishared
(
'Cell X'
,
'_CELLX'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'15 MHz'
,
'dl_earfcn'
:
300
,
# 2140 MHz @ B1
'pci'
:
23
,
'cell_id'
:
'0x23'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU_XXXX'
}
})
def
do_enb
():
ienb
=
Instance
(
'enb'
)
#iRU1_SDR_tLTE2_tNR(ienb)
#iRU2_LOPCOMM_fLTE_fNR(ienb)
#iRU3_SDR1_fLTE2(ienb)
iRU2_LOPCOMM_fLTE
2
(
ienb
)
iRU2_LOPCOMM_fLTE
3
(
ienb
)
jshared_instance_list
=
json
.
dumps
(
ienb
.
shared_instance_list
)
json_params
=
"""{
...
...
@@ -307,7 +326,6 @@ def do_ue():
'ue_cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'20 MHz'
,
# 'dl_earfcn': 38050, # 2600 MHz
'dl_earfcn'
:
100
,
# 2120 MHz
'ru'
:
{
'ru_type'
:
'sdr'
,
...
...
@@ -335,6 +353,22 @@ def do_ue():
'rx_gain'
:
60
,
}
})
if
1
:
iue
.
ishared
(
'Cell X'
,
'_UCELLX'
,
{
'ue_cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'15 MHz'
,
'dl_earfcn'
:
300
,
# 2140 MHz
'ru'
:
{
'ru_type'
:
'sdr'
,
'ru_link_type'
:
'sdr'
,
'sdr_dev_list'
:
[
4
],
'n_antenna_dl'
:
1
,
'n_antenna_ul'
:
1
,
'tx_gain'
:
70
,
'rx_gain'
:
60
,
}
})
iue
.
ishared
(
'UE 1'
,
'_UE1'
,
{
'sim_algo'
:
'xor'
,
...
...
This diff is collapsed.
Click to expand it.
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