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
a7393c0e
Commit
a7393c0e
authored
Oct 16, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
87c58de2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
40 deletions
+40
-40
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+26
-26
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+14
-14
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
a7393c0e
...
...
@@ -7,9 +7,9 @@
// Radio Units
rf_driver: {
name: "sdr",
// RU
_0002
1T1R (lopcomm)
// RU
_0004
1T1R (lopcomm)
// RU
_0007
1T1R (lopcomm)
// RU
1
1T1R (lopcomm)
// RU
2
1T1R (lopcomm)
// RU
3
1T1R (lopcomm)
args: "dev0=/dev/sdr0@0,dev1=/dev/sdr0@1,dev2=/dev/sdr0@2",
cpri_mapping: "hw,hw,hw",
cpri_mult: "4,4,4",
...
...
@@ -50,7 +50,7 @@
// LTE cells
cell_list: [
// CELL
2 (RU_0002
)
// CELL
1 (RU1
)
{
rf_port: 0,
n_antenna_dl: 1,
...
...
@@ -67,16 +67,16 @@
// Intra-ENB HO
{
rat: "eutra",
cell_id: 0x1A2D022, // -> CELL
4
cell_id: 0x1A2D022, // -> CELL
2
n_id_cell: 22,
dl_earfcn:
5
00,
dl_earfcn:
3
00,
tac: 0x0001,
},
{
rat: "eutra",
cell_id: 0x1A2D023, // -> CELL
7
cell_id: 0x1A2D023, // -> CELL
3
n_id_cell: 23,
dl_earfcn:
3
00,
dl_earfcn:
5
00,
tac: 0x0001,
},
...
...
@@ -87,11 +87,11 @@
// Carrier Aggregation // XXX + CA LTE-NR
scell_list: [
{
cell_id: 0x22, // + CELL
4
cell_id: 0x22, // + CELL
2
cross_carrier_scheduling: false,
},
{
cell_id: 0x23, // + CELL
7
cell_id: 0x23, // + CELL
3
cross_carrier_scheduling: false,
},
],
...
...
@@ -625,7 +625,7 @@
]
},
// CELL
4 (RU_0004
)
// CELL
2 (RU2
)
{
rf_port: 1,
n_antenna_dl: 1,
...
...
@@ -634,7 +634,7 @@
cell_id: 0x22,
tac: 0x0001,
n_id_cell: 22,
dl_earfcn:
5
00,
dl_earfcn:
3
00,
root_sequence_index: 205,
// Handover XXX same code for both LTE and NR
...
...
@@ -642,16 +642,16 @@
// Intra-ENB HO
{
rat: "eutra",
cell_id: 0x1A2D021, // -> CELL
2
cell_id: 0x1A2D021, // -> CELL
1
n_id_cell: 21,
dl_earfcn: 100,
tac: 0x0001,
},
{
rat: "eutra",
cell_id: 0x1A2D023, // -> CELL
7
cell_id: 0x1A2D023, // -> CELL
3
n_id_cell: 23,
dl_earfcn:
3
00,
dl_earfcn:
5
00,
tac: 0x0001,
},
...
...
@@ -662,18 +662,18 @@
// Carrier Aggregation // XXX + CA LTE-NR
scell_list: [
{
cell_id: 0x21, // + CELL
2
cell_id: 0x21, // + CELL
1
cross_carrier_scheduling: false,
},
{
cell_id: 0x23, // + CELL
7
cell_id: 0x23, // + CELL
3
cross_carrier_scheduling: false,
},
],
// tune LTE parameters for the cell
n_rb_dl:
100
,
n_rb_dl:
75
,
si_coderate: 0.2,
pdsch_dedicated: {
...
...
@@ -1200,7 +1200,7 @@
]
},
// CELL
7 (RU_0007
)
// CELL
3 (RU3
)
{
rf_port: 2,
n_antenna_dl: 1,
...
...
@@ -1209,7 +1209,7 @@
cell_id: 0x23,
tac: 0x0001,
n_id_cell: 23,
dl_earfcn:
3
00,
dl_earfcn:
5
00,
root_sequence_index: 206,
// Handover XXX same code for both LTE and NR
...
...
@@ -1217,16 +1217,16 @@
// Intra-ENB HO
{
rat: "eutra",
cell_id: 0x1A2D021, // -> CELL
2
cell_id: 0x1A2D021, // -> CELL
1
n_id_cell: 21,
dl_earfcn: 100,
tac: 0x0001,
},
{
rat: "eutra",
cell_id: 0x1A2D022, // -> CELL
4
cell_id: 0x1A2D022, // -> CELL
2
n_id_cell: 22,
dl_earfcn:
5
00,
dl_earfcn:
3
00,
tac: 0x0001,
},
...
...
@@ -1237,18 +1237,18 @@
// Carrier Aggregation // XXX + CA LTE-NR
scell_list: [
{
cell_id: 0x21, // + CELL
2
cell_id: 0x21, // + CELL
1
cross_carrier_scheduling: false,
},
{
cell_id: 0x22, // + CELL
4
cell_id: 0x22, // + CELL
2
cross_carrier_scheduling: false,
},
],
// tune LTE parameters for the cell
n_rb_dl:
75
,
n_rb_dl:
100
,
si_coderate: 0.2,
pdsch_dedicated: {
...
...
software/ors-amarisoft/slapos-render-config.py
View file @
a7393c0e
...
...
@@ -245,47 +245,47 @@ def iRU2_LOPCOMM_fLTE3(ienb):
RU_0007
[
'cpri_link'
][
'sfp_port'
]
=
2
if
1
:
ienb
.
ishared
(
'Radio Unit
2a'
,
'_RU_0002
'
,
RU_0002
)
ienb
.
ishared
(
'Cell
2'
,
'_CELL2
'
,
{
ienb
.
ishared
(
'Radio Unit
1'
,
'_RU1
'
,
RU_0002
)
ienb
.
ishared
(
'Cell
1'
,
'_CELL1
'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'bandwidth'
:
'20 MHz'
,
'dl_earfcn'
:
100
,
# 2120 MHz @ B1
'bandwidth'
:
'20 MHz'
,
'pci'
:
21
,
'cell_id'
:
'0x21'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU
_0002
'
'ru_ref'
:
'RU
1
'
}
})
if
1
:
ienb
.
ishared
(
'Radio Unit 2
b'
,
'_RU_0004
'
,
RU_0004
)
ienb
.
ishared
(
'Cell
4'
,
'_CELL4
'
,
{
ienb
.
ishared
(
'Radio Unit 2
'
,
'_RU2
'
,
RU_0004
)
ienb
.
ishared
(
'Cell
2'
,
'_CELL2
'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'
bandwidth'
:
'20 MHz'
,
'
dl_earfcn'
:
500
,
# 2160 MHz @ B1
'
dl_earfcn'
:
300
,
# 2140 MHz @ B1
'
bandwidth'
:
'15 MHz'
,
'pci'
:
22
,
'cell_id'
:
'0x22'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU
_0004
'
'ru_ref'
:
'RU
2
'
}
})
if
1
:
ienb
.
ishared
(
'Radio Unit
2c'
,
'_RU_0007
'
,
RU_0007
)
ienb
.
ishared
(
'Cell
7'
,
'_CELL7
'
,
{
ienb
.
ishared
(
'Radio Unit
3'
,
'_RU3
'
,
RU_0007
)
ienb
.
ishared
(
'Cell
3'
,
'_CELL3
'
,
{
'cell_type'
:
'lte'
,
'rf_mode'
:
'fdd'
,
'
bandwidth'
:
'15 MHz'
,
'
dl_earfcn'
:
300
,
# 2140 MHz @ B1
'
dl_earfcn'
:
500
,
# 2160 MHz @ B1
'
bandwidth'
:
'20 MHz'
,
'pci'
:
23
,
'cell_id'
:
'0x23'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU
_0007
'
'ru_ref'
:
'RU
3
'
}
})
...
...
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