rrc-nr: remove unnecessary variable toggle

Signed-off-by: Carlo Galiotto <carlo@srs.io>
This commit is contained in:
Carlo Galiotto 2022-01-05 18:26:20 +01:00 committed by carlo-gal
parent 655fb7204f
commit 3d39f4b55f
1 changed files with 0 additions and 6 deletions

View File

@ -936,12 +936,6 @@ int fill_master_cell_cfg_from_enb_cfg(const rrc_nr_cfg_t& cfg, uint32_t cc, asn1
fill_sp_cell_cfg_from_enb_cfg(cfg, cc, out.sp_cell_cfg);
out.sp_cell_cfg.recfg_with_sync_present = false;
/* Check if setting true is enough */
if (cfg.is_standalone) {
out.sp_cell_cfg.sp_cell_cfg_ded.csi_meas_cfg_present = true; // Note: not supported
} else {
out.sp_cell_cfg.sp_cell_cfg_ded.csi_meas_cfg_present = false; // Note: not supported in NSA
}
return SRSRAN_SUCCESS;
}