Commit a6d3d688 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7d8e8096
...@@ -469,9 +469,9 @@ ...@@ -469,9 +469,9 @@
}, },
{%- endif %} {%- endif %}
{% if do_nr %}
// NR cells // NR cells
nr_cell_list: [ nr_cell_list: [
{%- if do_nr %}
{%- for cell_ref, icell in icell_dict_nr|dictsort %} {%- for cell_ref, icell in icell_dict_nr|dictsort %}
{%- set cell = icell['_'] %} {%- set cell = icell['_'] %}
{%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %} {%- set ru_ref = J(jcell_ru_ref(icell, icell_dict)) %}
...@@ -757,10 +757,8 @@ ...@@ -757,10 +757,8 @@
}, },
{%- endfor %} {%- endfor %}
{%- endif %}
], ],
{%- if do_nr %}
nr_cell_default: { nr_cell_default: {
ssb_period: 20, ssb_period: 20,
...@@ -792,7 +790,6 @@ ...@@ -792,7 +790,6 @@
intra_freq_reselection: true, intra_freq_reselection: true,
q_rx_lev_min: -70, q_rx_lev_min: -70,
q_qual_min: -20, q_qual_min: -20,
sr_period: 40, sr_period: 40,
dmrs_type_a_pos: 2, dmrs_type_a_pos: 2,
prach: { prach: {
......
...@@ -324,7 +324,5 @@ ...@@ -324,7 +324,5 @@
ho_from_meas: true, ho_from_meas: true,
}, },
// NR cells
nr_cell_list: [
],
} }
\ No newline at end of file
...@@ -364,6 +364,7 @@ ...@@ -364,6 +364,7 @@
ho_from_meas: true, ho_from_meas: true,
}, },
// NR cells // NR cells
nr_cell_list: [ nr_cell_list: [
...@@ -442,7 +443,6 @@ ...@@ -442,7 +443,6 @@
// tune NR parameters for the cell // tune NR parameters for the cell
tdd_ul_dl_config: { tdd_ul_dl_config: {
pattern1: { pattern1: {
period: 5, period: 5,
...@@ -576,13 +576,13 @@ ...@@ -576,13 +576,13 @@
}, },
}, },
], ],
}, },
drb_config: "CELL__c-drb.cfg", drb_config: "CELL__c-drb.cfg",
}, },
], ],
nr_cell_default: { nr_cell_default: {
ssb_period: 20, ssb_period: 20,
...@@ -604,7 +604,6 @@ ...@@ -604,7 +604,6 @@
intra_freq_reselection: true, intra_freq_reselection: true,
q_rx_lev_min: -70, q_rx_lev_min: -70,
q_qual_min: -20, q_qual_min: -20,
sr_period: 40, sr_period: 40,
dmrs_type_a_pos: 2, dmrs_type_a_pos: 2,
prach: { prach: {
......
...@@ -331,7 +331,5 @@ ...@@ -331,7 +331,5 @@
ho_from_meas: true, ho_from_meas: true,
}, },
// NR cells
nr_cell_list: [
],
} }
\ No newline at end of file
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
ho_from_meas: true, ho_from_meas: true,
}, },
// NR cells // NR cells
nr_cell_list: [ nr_cell_list: [
...@@ -306,7 +307,6 @@ ...@@ -306,7 +307,6 @@
// tune NR parameters for the cell // tune NR parameters for the cell
prach: { prach: {
ra_response_window: 10, ra_response_window: 10,
}, },
...@@ -426,13 +426,13 @@ ...@@ -426,13 +426,13 @@
}, },
}, },
], ],
}, },
drb_config: "CELL__b-drb.cfg", drb_config: "CELL__b-drb.cfg",
}, },
], ],
nr_cell_default: { nr_cell_default: {
ssb_period: 20, ssb_period: 20,
...@@ -454,7 +454,6 @@ ...@@ -454,7 +454,6 @@
intra_freq_reselection: true, intra_freq_reselection: true,
q_rx_lev_min: -70, q_rx_lev_min: -70,
q_qual_min: -20, q_qual_min: -20,
sr_period: 40, sr_period: 40,
dmrs_type_a_pos: 2, dmrs_type_a_pos: 2,
prach: { prach: {
......
...@@ -233,6 +233,7 @@ ...@@ -233,6 +233,7 @@
ho_from_meas: true, ho_from_meas: true,
}, },
// NR cells // NR cells
nr_cell_list: [ nr_cell_list: [
...@@ -302,7 +303,6 @@ ...@@ -302,7 +303,6 @@
// tune NR parameters for the cell // tune NR parameters for the cell
tdd_ul_dl_config: { tdd_ul_dl_config: {
pattern1: { pattern1: {
period: 5, period: 5,
...@@ -433,13 +433,13 @@ ...@@ -433,13 +433,13 @@
}, },
}, },
], ],
}, },
drb_config: "CELL__b-drb.cfg", drb_config: "CELL__b-drb.cfg",
}, },
], ],
nr_cell_default: { nr_cell_default: {
ssb_period: 20, ssb_period: 20,
...@@ -461,7 +461,6 @@ ...@@ -461,7 +461,6 @@
intra_freq_reselection: true, intra_freq_reselection: true,
q_rx_lev_min: -70, q_rx_lev_min: -70,
q_qual_min: -20, q_qual_min: -20,
sr_period: 40, sr_period: 40,
dmrs_type_a_pos: 2, dmrs_type_a_pos: 2,
prach: { prach: {
......
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