Commit 66222bc9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dedce5cf
......@@ -28,7 +28,7 @@ md5sum = 257600bc3a92b1424df7a5d538d7b93e
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = a34124efe1d98d66a4645492cc8c1bed
md5sum = 9402ca07cbb4feb76fd47bc0c5b1e4cf
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 4b8886e734301e13ace21396785fd652
md5sum = 23876db38cff30d68951c942b2cb4f5a
[template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
......@@ -16,16 +16,9 @@
iru_dict: reference -> iru
icell_dict: reference -> icell
#}
{%- if not ors %}
{%- set iru_dict = {} %}
{%- set icell_dict = {} %}
{%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind) %}
{%- else %}
{# ORS predefines its RU and CELL and does not allow to configure the via
shared instances #}
{%- set iru_dict = ors_iru_dict %}
{%- set icell_dict = ors_icell_dict %}
{%- endif %}
{%- set iru_dict = {} %}
{%- set icell_dict = {} %}
{%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind) %}
{%- macro buildout() %}
......
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