Commit 3b95b433 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 38100623
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{#- ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> RU #} {#- ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> RU #}
{%- set cell_dict = {} %} {%- set cell_dict = {} %}
{%- set ru_dict = {} %} {%- set ru_dict = {} %}
{%- for slave in slap_configuration.get('slave_instance_list', []) %} {%- for slave in slap_configuration.get('slave-instance-list', []) %}
{%- set ref = J(jref_of_shared(slave)) %} {%- set ref = J(jref_of_shared(slave)) %}
{%- set _ = J(slave['_']) %} {%- set _ = J(slave['_']) %}
{%- if 'ru_type' in _ %} {%- if 'ru_type' in _ %}
......
...@@ -117,14 +117,7 @@ json_params = """{ ...@@ -117,14 +117,7 @@ json_params = """{
"configuration.default_nr_ssb_pos_bitmap": "10000000", "configuration.default_nr_ssb_pos_bitmap": "10000000",
"configuration.default_n_antenna_dl": 2, "configuration.default_n_antenna_dl": 2,
"configuration.default_n_antenna_ul": 2, "configuration.default_n_antenna_ul": 2,
"configuration.default_nr_inactivity_timer": 10000 "configuration.default_nr_inactivity_timer": 10000,
},
"directory": {
"log": "log",
"etc": "etc",
"var": "var"
},
"slapparameter_dict": {
"slave_instance_list": [ "slave_instance_list": [
{ {
"slave_title": "Cell 1a", "slave_title": "Cell 1a",
...@@ -163,6 +156,13 @@ json_params = """{ ...@@ -163,6 +156,13 @@ json_params = """{
"_": %(jRU2_b)s "_": %(jRU2_b)s
} }
] ]
},
"directory": {
"log": "log",
"etc": "etc",
"var": "var"
},
"slapparameter_dict": {
} }
}""" % globals() }""" % globals()
......
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