Commit a3553c5c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8d7c9945
......@@ -28,7 +28,7 @@ md5sum = dc3bff7742d78a7831748a51659f63a4
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = f4530d8c5117c881407432cc50f02788
md5sum = 7df061e692f506912f249b034ccc53af
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......@@ -88,7 +88,7 @@ md5sum = 6434819165cefda0ed9f9ecd46f39e46
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = cf28ab37753fc2255bca8808e2e6b7a5
md5sum = f9b45375381062afdd2c8faeaafaadb6
[template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg
......
......@@ -131,7 +131,7 @@
{%- do peercell.update({'cell_type': 'lte'}) %}
{%- do peercell.update({'bandwidth': slapparameter_dict.bandwidth}) %}
{%- if 'cell_id' in ncell %}
{%- do peercell.update({'e_cell_id': ncell.cell_id) %}
{%- do peercell.update({'e_cell_id': ncell.cell_id}) %}
{%- endif %}
{%- do _('pci') %}
{%- do _('dl_earfcn') %}
......@@ -167,6 +167,7 @@
} | tojson
})
%}
{%- endfor %}
{%- elif enb_mode == 'nr' %}
{%- for k, peer in slapparameter_dict.xn_peers|dictsort %}
{%- do ishared_list.append({
......@@ -178,8 +179,8 @@
} | tojson
})
%}
{%- endfor %}
{%- endif %}
{%- endfor %}
{#- backward compatibility: if ORS is running in gnb mode, and gnb_* parameters
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment