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

.

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