Commit d0aec61d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bb7e8ccf
{
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",
......@@ -48,6 +46,7 @@
# LTE cells
cell_list: [
// CELL1_a
{
rf_port: 0,
n_antenna_dl: 4,
......@@ -601,6 +600,7 @@
]
},
// CELL1_b
{
rf_port: 0,
n_antenna_dl: 4,
......@@ -1154,6 +1154,7 @@
]
},
// CELL2_a
{
rf_port: 1,
n_antenna_dl: 2,
......@@ -1707,6 +1708,7 @@
]
},
// CELL2_b
{
rf_port: 2,
n_antenna_dl: 2,
......
......@@ -115,8 +115,6 @@
{#- start of the config -#}
{%- do print('\n2222\n') %}
{
{% if slapparameter_dict.get('log_phy_debug', False) %}
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=debug,file.rotate=1G,file.path=/dev/null",
......@@ -228,8 +226,6 @@
enb_id: {{ slapparameter_dict.get('enb_id', '0x1A2D0') }},
{%- do print('\n3333\n') %}
# LTE cells
cell_list: [
{%- for cell_ref, icell in cell_dict|dictsort %}
......@@ -238,6 +234,7 @@
{%- set ru_ref = J(jcell_ru_ref(icell)) %}
{%- set iru = ru_dict[ru_ref] %}
{%- set ru = iru['_'] %}
// {{ J(jref_of_shared(icell)) }}
{
rf_port: {{ ru['.rf_port'] }},
n_antenna_dl: {{ ru['n_antenna_dl'] }},
......
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