Fix NR RRC config NZP-CSI-RS

This commit is contained in:
Xavier Arteaga 2021-04-16 19:21:04 +02:00 committed by Andre Puschmann
parent bfe2ad98ef
commit e7096d705e
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ bool rrc_nr::apply_csi_meas_cfg(const asn1::rrc_nr::csi_meas_cfg_s& csi_meas_cfg
logger.warning("Can not find p_zp_csi_rs_res in temporally stored csi_rs_zp_res"); logger.warning("Can not find p_zp_csi_rs_res in temporally stored csi_rs_zp_res");
return false; return false;
} }
phy_cfg.pdsch.nzp_csi_rs_sets[set_id].data[i] = csi_rs_nzp_res[res]; phy_cfg.pdsch.nzp_csi_rs_sets[set_id].data[j] = csi_rs_nzp_res[res];
phy_cfg.pdsch.nzp_csi_rs_sets[set_id].count += 1; phy_cfg.pdsch.nzp_csi_rs_sets[set_id].count += 1;
} }
if (csi_meas_cfg.nzp_csi_rs_res_set_to_add_mod_list[i].trs_info_present) { if (csi_meas_cfg.nzp_csi_rs_res_set_to_add_mod_list[i].trs_info_present) {