Commit 0cd95e35 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f185484d
...@@ -615,29 +615,29 @@ ...@@ -615,29 +615,29 @@
csi_rs: { csi_rs: {
nzp_csi_rs_resource: [ nzp_csi_rs_resource: [
{ {
{%- if ru.n_antenna_dl == 1 %} {%- if ru.n_antenna_dl == 1 %}
n_ports: 1, n_ports: 1,
frequency_domain_allocation: "row2", frequency_domain_allocation: "row2",
bitmap: "100000000000", bitmap: "100000000000",
cdm_type: "no_cdm", cdm_type: "no_cdm",
{%- elif ru.n_antenna_dl == 2 %} {%- elif ru.n_antenna_dl == 2 %}
n_ports: 2, n_ports: 2,
frequency_domain_allocation: "other", frequency_domain_allocation: "other",
bitmap: "100000", bitmap: "100000",
cdm_type: "fd_cdm2", cdm_type: "fd_cdm2",
{%- elif ru.n_antenna_dl == 4 %} {%- elif ru.n_antenna_dl == 4 %}
n_ports: 4, n_ports: 4,
frequency_domain_allocation: "row4", frequency_domain_allocation: "row4",
bitmap: "100", bitmap: "100",
cdm_type: "fd_cdm2", cdm_type: "fd_cdm2",
{%- elif ru.n_antenna_dl == 8 %} {%- elif ru.n_antenna_dl == 8 %}
n_ports: 8, n_ports: 8,
frequency_domain_allocation: "other", frequency_domain_allocation: "other",
bitmap: "110011", bitmap: "110011",
cdm_type: "fd_cdm2", cdm_type: "fd_cdm2",
{%- else %} {%- else %}
{%- do ierror(iru, 'n_antenna_dl=%d is not supported' % ru.n_antenna_dl) %} {%- do ierror(iru, 'n_antenna_dl=%d is not supported' % ru.n_antenna_dl) %}
{%- endif %} {%- endif %}
}, },
{%- if tdd_config != 3 %} {%- if tdd_config != 3 %}
{ {
...@@ -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 %}
}, },
], ],
}, },
......
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