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

.

parent 580556fa
...@@ -28,7 +28,7 @@ md5sum = 1a89f00de7c46c8158f13954c95338e3 ...@@ -28,7 +28,7 @@ md5sum = 1a89f00de7c46c8158f13954c95338e3
[ru_libinstance.jinja2.cfg] [ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg _update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = 9402ca07cbb4feb76fd47bc0c5b1e4cf md5sum = 69666cf6ab902bf48e7b144ad65b6c94
[ru_sdr_libinstance.jinja2.cfg] [ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg _update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......
...@@ -226,7 +226,8 @@ cell-list = {{ iru_icell_ref_list | join(', ') }} ...@@ -226,7 +226,8 @@ cell-list = {{ iru_icell_ref_list | join(', ') }}
{%- 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 ru = iru_dict[ru_ref] %} {%- set iru = iru_dict[ru_ref] %}
{%- set ru = iru['_'] %}
{#- 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) }}
......
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