Commit 4f1a3d72 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8a1f7512
...@@ -253,14 +253,14 @@ ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway} ...@@ -253,14 +253,14 @@ ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway}
{%- endfor %} {%- endfor %}
{#- handle configured cells XXX -> cell/libinstance ? #} {#- handle configured cells #}
{%- for cell_ref, icell in icell_dict|dictsort %} {%- for cell_ref, icell in icell_dict|dictsort %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %} {%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
{%- set iru = iru_dict[ru_ref] %} {%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %} {%- set ru = iru['_'] %}
{%- if icell_kind == 'enb' %} {# XXX -> instance-enb ? #} {%- if icell_kind == 'enb' %}
{#- generate CELL-drb.cfg and CELL-sib23.asn #} {#- generate CELL-drb.cfg and CELL-sib23.asn #}
{{ part('drb-config-%s' % cell_ref) }} {{ part('drb-config-%s' % cell_ref) }}
<= config-base <= config-base
......
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