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
108
Merge Requests
108
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
82143f17
Commit
82143f17
authored
Dec 26, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d4eec0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
+11
-11
No files found.
software/ors-amarisoft/instance-ors-enb.jinja2.cfg
View file @
82143f17
...
...
@@ -116,7 +116,7 @@
{#- inject peer cells synthesized from ORS-specific parameters #}
{%- for k, ncell in slapparameter_dict.ncell_list|dictsort %}
{%- set peercell = {'cell_kind': 'enb_peer'} %}
{%- macro
param1
(name, default) %}
{%- macro
_
(name, default) %}
{%- if default is defined %}
{%- do peercell.update({name: default}) %}
{%- endif %}
...
...
@@ -130,18 +130,18 @@
{%- if 'cell_id' in ncell %}
{%- do peercell.update({'e_cell_id': ncell.cell_id) %}
{%- endif %}
{%- do
param1
('pci') %}
{%- do
param1
('dl_earfcn') %}
{%- do
param1
('tac', '0x0001') %}
{%- do
_
('pci') %}
{%- do
_
('dl_earfcn') %}
{%- do
_
('tac', '0x0001') %}
{%- elif enb_mode == 'gnb' %}
{%- do peercell.update({'cell_type': 'nr'}) %}
{%- do
param1
('nr_cell_id') %}
{%- do
param1
('gnb_id_bits') %}
{%- do
param1
('pci') %}
{%- do
param1
('dl_nr_arfcn') %}
{%- do
param1
('ssb_nr_arfcn') %}
{%- do
param1
('tac', '0x0001') %}
{%- do
param1('nr_band')
%}
{%- do
_
('nr_cell_id') %}
{%- do
_
('gnb_id_bits') %}
{%- do
_
('pci') %}
{%- do
_
('dl_nr_arfcn') %}
{%- do
_
('ssb_nr_arfcn') %}
{%- do
_
('tac', '0x0001') %}
{%- do
_('nr_band')
%}
{%- endif %}
{%- do ishared_list.append({
'slave_title': '%s_PEERCELL%s' % (slap_configuration['slap-computer-partition-id'], k),
...
...
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