Commit 6f1da622 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 580556fa
......@@ -28,7 +28,7 @@ md5sum = 1a89f00de7c46c8158f13954c95338e3
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = 9402ca07cbb4feb76fd47bc0c5b1e4cf
md5sum = 69666cf6ab902bf48e7b144ad65b6c94
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......
......@@ -225,8 +225,9 @@ cell-list = {{ iru_icell_ref_list | join(', ') }}
{#- handle configured cells XXX -> cell/libinstance ? #}
{%- for cell_ref, icell in icell_dict|dictsort %}
{%- set cell = icell['_'] %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
{%- set ru = iru_dict[ru_ref] %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
{%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %}
{#- generate CELL-drb.cfg and CELL-sib23.asn #}
{{ part('drb-config-%s' % cell_ref) }}
......
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