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
104
Merge Requests
104
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
c5f9353c
Commit
c5f9353c
authored
Dec 28, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d7d738d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
software/ors-amarisoft/config/out/enb.cfg
software/ors-amarisoft/config/out/enb.cfg
+2
-2
software/ors-amarisoft/slapos-render-config.py
software/ors-amarisoft/slapos-render-config.py
+2
-0
No files found.
software/ors-amarisoft/config/out/enb.cfg
View file @
c5f9353c
...
...
@@ -55,7 +55,7 @@
n_antenna_ul: 1,
cell_id: 0x01,
tac: 0x
0001
,
tac: 0x
1234
,
n_id_cell: 1,
dl_earfcn: 38050,
ul_earfcn: 38050,
...
...
@@ -272,7 +272,7 @@
cell_id: 0x1A2D001, // -> CELL_a
n_id_cell: 1,
dl_earfcn: 38050,
tac: 0x
0001
,
tac: 0x
1234
,
allowed_meas_bandwidth: 25,
antenna_port_1: true,
},
...
...
software/ors-amarisoft/slapos-render-config.py
View file @
c5f9353c
...
...
@@ -162,6 +162,7 @@ def iRU2_SDR_tLTE_tNR(ienb):
'dl_earfcn'
:
38050
,
# 2600 MHz
'pci'
:
1
,
'cell_id'
:
'0x01'
,
'tac'
:
'0x1234'
,
'ru'
:
{
# CELL_a links to RU1 by its reference
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU1'
...
...
@@ -177,6 +178,7 @@ def iRU2_SDR_tLTE_tNR(ienb):
'nr_band'
:
41
,
'pci'
:
2
,
'cell_id'
:
'0x02'
,
'tac'
:
'0x1234'
,
'ru'
:
{
'ru_type'
:
'ru_ref'
,
'ru_ref'
:
'RU2'
...
...
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