@@ -459,55 +459,47 @@ int nr_mac_enable_ue_rrc_processing_timer(module_id_t Mod_idP, rnti_t rnti, NR_S
return0;
}
intrrc_mac_config_req_gNB(module_id_tMod_idP,
voidnr_mac_config_scc(gNB_MAC_INST*nrmac,
rrc_pdsch_AntennaPorts_tpdsch_AntennaPorts,
intpusch_AntennaPorts,
intsib1_tda,
intminRXTXTIMEpdsch,
NR_ServingCellConfigCommon_t*scc,
NR_BCCH_BCH_Message_t*mib,
NR_BCCH_DL_SCH_Message_t*sib1,
intadd_ue,
uint32_trnti,
NR_CellGroupConfig_t*CellGroup){
NR_ServingCellConfigCommon_t*scc)
{
DevAssert(nrmac!=NULL);
AssertFatal(nrmac->common_channels[0].ServingCellConfigCommon==NULL,"logic error: multiple configurations of SCC\n");
if(scc!=NULL){
AssertFatal((scc->ssb_PositionsInBurst->present>0)&&(scc->ssb_PositionsInBurst->present<4),"SSB Bitmap type %d is not valid\n",scc->ssb_PositionsInBurst->present);