Commit 0aa97ae2 authored by Joanne Hugé's avatar Joanne Hugé

wip

parent 2c21294c
......@@ -24,7 +24,7 @@ md5sum = f025ab93e016fa3609a1bb4de69245ec
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
md5sum = 7913c89ff0f2348e94c689772ff1ac69
md5sum = 30ba34c9ec41dbd687628ff6c4350238
[ru_amarisoft-stats.jinja2.py]
_update_hash_filename_ = ru/amarisoft-stats.jinja2.py
......
......@@ -240,7 +240,7 @@
'slave_reference': False,
}}) %}
{%- endif %}
{%- elif 'imsi' not in _ %}
{%- else %}
{%- do qother.append(ishared) %}
{%- endif %}
{%- endfor %}
......@@ -422,8 +422,11 @@
{%- for ishared in qshared_instance_list %}
{%- set ref = J(jref_of_shared(ishared)) %}
{%- set _ = ishared['_'] %}
{%- if 'ue_type' in _ %}
{%- if 'ue_type' in _ or (ors and 'imsi' in _) %}
{%- set iue = ishared %}
{%- if ors %}
{%- do _.update({'ue_type': 'lte'}) %}
{%- endif %}
{%- for k, v in defaults['ue'].items() %}
{%- do _.setdefault(k, v) %}
{%- endfor %}
......
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