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
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nirina Malard
slapos
Commits
a7ce5f52
Commit
a7ce5f52
authored
Jul 21, 2023
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup
parent
31777ab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+4
-4
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
a7ce5f52
...
...
@@ -64,7 +64,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum =
1f2740343da7555efd628126b351b3f
3
md5sum =
6c4efb429c857eac1a73929af2c6115
3
[sib23.jinja2.asn]
filename = config/sib23.jinja2.asn
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
a7ce5f52
...
...
@@ -136,11 +136,11 @@
, {
{%- endif %}
rf_port: {{ i }},
cell_id:
"{{ slapparameter_dict['cell_list'][k].get('cell_id', '0x0' + i|string) }}"
,
tac:
"{{ slapparameter_dict['cell_list'][k].get('tac', '0x0001') }}"
,
cell_id:
{{ slapparameter_dict['cell_list'][k].get('cell_id', '0x0' + i|string) }}
,
tac:
{{ slapparameter_dict['cell_list'][k].get('tac', '0x0001') }}
,
n_id_cell: {{ slapparameter_dict['cell_list'][k].get('n_id_cell', i) }},
root_sequence_index: 204,
dl_earfcn:
"{{ slapparameter_dict['cell_list'][k].get('dl_earfcn', earfcn) }}"
,
dl_earfcn:
{{ slapparameter_dict['cell_list'][k].get('dl_earfcn', earfcn) }}
,
{%- set scell_list = [] %}
{%- for j, l in enumerate(cell_list) %}
{%- if j != i %}
...
...
@@ -154,7 +154,7 @@
{%- else -%}
, {
{%- endif %}
cell_id:
"{{ slapparameter_dict['cell_list'][l[1]].get('cell_id', '0x0' + l[0]|string) }}"
,
cell_id:
{{ slapparameter_dict['cell_list'][l[1]].get('cell_id', '0x0' + l[0]|string) }}
,
cross_carrier_scheduling: false,
}
{%- endfor %}
...
...
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