Commit 6cc786ef authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6196ddee
...@@ -282,6 +282,9 @@ ...@@ -282,6 +282,9 @@
// tune LTE parameters for the cell // tune LTE parameters for the cell
{%- if ors %}
manual_ref_signal_power: true,
{%- endif %}
{%- set tdd = (cell.rf_mode == 'tdd') %} {%- set tdd = (cell.rf_mode == 'tdd') %}
{%- if tdd %} {%- if tdd %}
uldl_config: {{ uldl_config: {{
...@@ -345,10 +348,6 @@ ...@@ -345,10 +348,6 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
{%- if ors %}
manual_ref_signal_power: true,
{%- endif %}
drb_config: "{{ B('%s-drb.cfg' % cell_ref) }}", drb_config: "{{ B('%s-drb.cfg' % cell_ref) }}",
sib_sched_list: [ sib_sched_list: [
...@@ -401,7 +400,6 @@ ...@@ -401,7 +400,6 @@
pusch_msg3_mcs: 0, pusch_msg3_mcs: 0,
dl_256qam: true, dl_256qam: true,
ul_64qam: true, ul_64qam: true,
...@@ -409,7 +407,6 @@ ...@@ -409,7 +407,6 @@
cqi_period: 40, cqi_period: 40,
mac_config: { mac_config: {
ul_max_harq_tx: 5, ul_max_harq_tx: 5,
dl_max_harq_tx: 5, dl_max_harq_tx: 5,
......
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