Commit a0718a10 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ec814f5e
...@@ -189,6 +189,12 @@ ...@@ -189,6 +189,12 @@
{%- set n_rb_dl = lte_cell_n_rb_dl(cell) %} {%- set n_rb_dl = lte_cell_n_rb_dl(cell) %}
n_rb_dl: {{ n_rb_dl }}, n_rb_dl: {{ n_rb_dl }},
si_coderate: {{ 0.30 if n_rb_dl == 6 else 0.20 }}, si_coderate: {{ 0.30 if n_rb_dl == 6 else 0.20 }},
pdsch_dedicated: {
p_a: {{ {4: -6, 2: -3}.get(n_antenna_dl, 0) }},
p_b: -1,
},
}, },
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
...@@ -236,17 +242,6 @@ ...@@ -236,17 +242,6 @@
n_symb_cch: 0, n_symb_cch: 0,
pdsch_dedicated: { # XXX -> cell
#if N_ANTENNA_DL == 4
p_a: -6,
#elif N_ANTENNA_DL == 2
p_a: -3,
#else
p_a: 0,
#endif
p_b: -1,
},
#if N_RB_DL == 6 # XXX -> cell #if N_RB_DL == 6 # XXX -> cell
pdcch_format: 1, pdcch_format: 1,
#else #else
......
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