Commit fe42bf0f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a6d3d688
...@@ -733,22 +733,22 @@ ...@@ -733,22 +733,22 @@
csi_report_config: [ csi_report_config: [
{ {
{%- if ru.n_antenna_dl > 1 %} {%- if ru.n_antenna_dl > 1 %}
codebook_config: { codebook_config: {
codebook_type: "type1", codebook_type: "type1",
sub_type: "typeI_SinglePanel", sub_type: "typeI_SinglePanel",
{%- if ru.n_antenna_dl == 2 %} {%- if ru.n_antenna_dl == 2 %}
{%- elif ru.n_antenna_dl == 4 %} {%- elif ru.n_antenna_dl == 4 %}
n1: 2, n1: 2,
n2: 1, n2: 1,
codebook_mode: 1, codebook_mode: 1,
{%- elif ru.n_antenna_dl == 8 %} {%- elif ru.n_antenna_dl == 8 %}
n1: 4, n1: 4,
n2: 1, n2: 1,
codebook_mode: 1, codebook_mode: 1,
{%- endif %} {%- endif %}
}, },
{%- endif %} {%- endif %}
}, },
], ],
}, },
...@@ -984,6 +984,8 @@ ...@@ -984,6 +984,8 @@
meas_gap_config: { meas_gap_config: {
pattern_id: 0 pattern_id: 0
}, },
}, },
{%- endif %} {%- endif %}
} }
...@@ -798,5 +798,7 @@ ...@@ -798,5 +798,7 @@
meas_gap_config: { meas_gap_config: {
pattern_id: 0 pattern_id: 0
}, },
}, },
} }
\ No newline at end of file
...@@ -648,5 +648,7 @@ ...@@ -648,5 +648,7 @@
meas_gap_config: { meas_gap_config: {
pattern_id: 0 pattern_id: 0
}, },
}, },
} }
\ No newline at end of file
...@@ -655,5 +655,7 @@ ...@@ -655,5 +655,7 @@
meas_gap_config: { meas_gap_config: {
pattern_id: 0 pattern_id: 0
}, },
}, },
} }
\ No newline at end of file
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