Commit 801b330f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 495cf6cc
...@@ -97,6 +97,10 @@ ...@@ -97,6 +97,10 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
manual_ref_signal_power: true,
drb_config: drb_config:
[ [
{ {
...@@ -654,6 +658,10 @@ ...@@ -654,6 +658,10 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
manual_ref_signal_power: true,
drb_config: drb_config:
[ [
{ {
...@@ -1208,6 +1216,8 @@ ...@@ -1208,6 +1216,8 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
drb_config: drb_config:
[ [
{ {
...@@ -1762,6 +1772,8 @@ ...@@ -1762,6 +1772,8 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
drb_config: drb_config:
[ [
{ {
...@@ -2268,9 +2280,6 @@ ...@@ -2268,9 +2280,6 @@
"00101", "00101",
], ],
# XXX -> rrh_ors ?
manual_ref_signal_power: true,
cyclic_prefix: "normal", cyclic_prefix: "normal",
phich_duration: "normal", phich_duration: "normal",
......
...@@ -348,6 +348,10 @@ ...@@ -348,6 +348,10 @@
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
}, },
{% if ru['ru_type'] == 'sdr' %}
manual_ref_signal_power: true,
{% endif %}
drb_config: {{ lte.cell_drb_config(cell) }} drb_config: {{ lte.cell_drb_config(cell) }}
}, },
{%- endif %} {%- endif %}
...@@ -372,9 +376,6 @@ ...@@ -372,9 +376,6 @@
"00101", "00101",
{% endif %} {% endif %}
], ],
{% if slapparameter_dict.get('rrh', 'ORS') == "ORS" %} # XXX -> rrh_ors ?
manual_ref_signal_power: true,
{% endif %}
cyclic_prefix: "normal", cyclic_prefix: "normal",
phich_duration: "normal", phich_duration: "normal",
......
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