Commit d2d4847e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9f6fd46d
......@@ -10,8 +10,6 @@
{
log_options: "all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,s1ap.level=debug,s1ap.max_size=1,x2ap.level=debug,x2ap.max_size=1,rrc.level=debug,rrc.max_size=1,phy.level=info,file.rotate=1G,file.path=/dev/null",
......
......@@ -11,8 +11,8 @@
{# cell_dict keeps cell slave instances: reference -> cell #}
{# ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> RU #}
{% set cell_dict = {} %}
{% set ru_dict = {} %}
{%- set cell_dict = {} %}
{%- set ru_dict = {} %}
{%- for slave in slap_configuration.get('slave_instance_list', []) %}
{%- set ref = J(jref_of_shared(slave)) %}
{%- set _ = J(slave['_']) %}
......
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