AssertFatal(dci_10_size>=size,"NR_UL_DCI_FORMAT_0_0 size is bigger than NR_DL_DCI_FORMAT_1_0! 3GPP TS 38.212 Section 7.3.1.0: DCI size alignment is not fully implemented");
size+=dci_10_size-size;// Padding to match 1_0 size
@@ -458,9 +458,10 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,
intminRXTXTIMEpdsch,
NR_ServingCellConfigCommon_t*scc,
NR_BCCH_BCH_Message_t*mib,
intadd_ue,
NR_BCCH_DL_SCH_Message_t*sib1,
intadd_ue,
uint32_trnti,
NR_CellGroupConfig_t*CellGroup){
NR_CellGroupConfig_t*CellGroup){
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);
...
...
@@ -568,28 +569,34 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,