Commit f7c6b0ff authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e68ccc3f
...@@ -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 = 69666cf6ab902bf48e7b144ad65b6c94 md5sum = 98f1561a9dcd3ccde7124d4fcdc25ff2
[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
...@@ -36,7 +36,7 @@ md5sum = 7cd5331db13a8a901cb1b55a4596cf50 ...@@ -36,7 +36,7 @@ md5sum = 7cd5331db13a8a901cb1b55a4596cf50
[ru_lopcomm_libinstance.jinja2.cfg] [ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg _update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum = 8ec7afdf4ddbd80df767d1115b975d10 md5sum = 3cdf26e872670b0409f4456d9f6a5ebe
[ru_sunwave_libinstance.jinja2.cfg] [ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg _update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
......
...@@ -46,6 +46,7 @@ config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }} ...@@ -46,6 +46,7 @@ config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
{%- set J = slaplte.J %} {%- set J = slaplte.J %}
{%- set jref_of_shared = slaplte.jref_of_shared %} {%- set jref_of_shared = slaplte.jref_of_shared %}
{%- set jcell_ru_ref = slaplte.jcell_ru_ref %} {%- set jcell_ru_ref = slaplte.jcell_ru_ref %}
{%- set error = slaplte.error %}
{%- import 'ru_sdr_libinstance.jinja2.cfg' as rudrv_sdr with context %} {%- import 'ru_sdr_libinstance.jinja2.cfg' as rudrv_sdr with context %}
{%- import 'ru_lopcomm_libinstance.jinja2.cfg' as rudrv_lopcomm with context %} {%- import 'ru_lopcomm_libinstance.jinja2.cfg' as rudrv_lopcomm with context %}
{%- import 'ru_sunwave_libinstance.jinja2.cfg' as rudrv_sunwave with context %} {%- import 'ru_sunwave_libinstance.jinja2.cfg' as rudrv_sunwave with context %}
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{%- set ru = iru['_'] %} {%- set ru = iru['_'] %}
{%- if len(icell_list) != 1 %} {%- if len(icell_list) != 1 %}
{%- do error('ru/lopcomm supports only 1 cell') %} {%- do error(iru, 'ru/lopcomm supports only 1 cell') %}
{%- endif %} {%- endif %}
{%- set icell = icell_list[0] %} {%- set icell = icell_list[0] %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
......
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