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
81b769c8
Commit
81b769c8
authored
Sep 19, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
160eec6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
software/ors-amarisoft/config/enb.cfg
software/ors-amarisoft/config/enb.cfg
+2
-2
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+2
-2
No files found.
software/ors-amarisoft/config/enb.cfg
View file @
81b769c8
...
...
@@ -60,7 +60,7 @@
// Intra-ENB HO
{
rat: "eutra",
cell_id: 0x1A2D00
x0
2, // -> CELL3_b
cell_id: 0x1A2D002, // -> CELL3_b
n_id_cell: 1,
dl_earfcn: 3050,
tac: 0x0001,
...
...
@@ -625,7 +625,7 @@
// Intra-ENB HO
{
rat: "eutra",
cell_id: 0x1A2D00
x0
1, // -> CELL3_a
cell_id: 0x1A2D001, // -> CELL3_a
n_id_cell: 1,
dl_earfcn: 3350,
tac: 0x0001,
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
81b769c8
...
...
@@ -337,13 +337,13 @@
{
{%- if cell2.cell_type == 'lte' %}
rat: "eutra",
cell_id: {{ cfg('enb_id')
}}{{ cell2.cell_id
}}, // -> {{ J(jref_of_shared(icell2)) }}
cell_id: {{ cfg('enb_id')
}}{{ cell2.cell_id.removeprefix('0x')
}}, // -> {{ J(jref_of_shared(icell2)) }}
n_id_cell: {{ cell2.pci }},
dl_earfcn: {{ cell2.dl_earfcn }},
tac: {{ cell2.tac }},
{%- elif cell2.cell_type == 'nr' %}
rat: "nr",
nr_cell_id: {{ cfg('gnb_id')
}}{{ cell2.cell_id
}}, // -> {{ J(jref_of_shared(icell2)) }}
nr_cell_id: {{ cfg('gnb_id')
}}{{ cell2.cell_id.removeprefix('0x')
}}, // -> {{ J(jref_of_shared(icell2)) }}
n_id_cell: {{ cell2.pci }},
gnb_id_bits
dl_nr_arfcn
...
...
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