Commit 1d54e925 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0df74dae
...@@ -212,26 +212,26 @@ ...@@ -212,26 +212,26 @@
transmission_mode: 3, transmission_mode: 3,
{%- endif %} {%- endif %}
srs_dedicated: { # XXX -> cell srs_dedicated: {
#if N_RB_DL == 6 {%- if N_RB_DL == 6 %}
srs_bandwidth_config: 7, srs_bandwidth_config: 7,
srs_bandwidth: 1, srs_bandwidth: 1,
#elif N_RB_DL == 15 {%- elif N_RB_DL == 15 %}
srs_bandwidth_config: 6, srs_bandwidth_config: 6,
srs_bandwidth: 1, srs_bandwidth: 1,
#elif N_RB_DL == 25 {%- elif N_RB_DL == 25 %}
srs_bandwidth_config: 3, srs_bandwidth_config: 3,
srs_bandwidth: 1, srs_bandwidth: 1,
#elif N_RB_DL == 50 {%- elif N_RB_DL == 50 %}
srs_bandwidth_config: 2, srs_bandwidth_config: 2,
srs_bandwidth: 2, srs_bandwidth: 2,
#elif N_RB_DL == 75 {%- elif N_RB_DL == 75 %}
srs_bandwidth_config: 2, srs_bandwidth_config: 2,
srs_bandwidth: 2, srs_bandwidth: 2,
#else {%- else %}
srs_bandwidth_config: 2, srs_bandwidth_config: 2,
srs_bandwidth: 3, srs_bandwidth: 3,
#endif {%- endif %}
srs_subframe_config: 3, srs_subframe_config: 3,
srs_period: 40, srs_period: 40,
srs_hopping_bandwidth: 0, srs_hopping_bandwidth: 0,
......
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