AssertFatal(freq_info->scs_SpecificCarrierList.list.count==1,"cannot handle more than one carrier, but has %d\n",freq_info->scs_SpecificCarrierList.list.count);
AssertFatal(freq_info->scs_SpecificCarrierList.list.array[0]->offsetToCarrier==0,"cannot handle offsetToCarrier != 0, but is %ld\n",freq_info->scs_SpecificCarrierList.list.array[0]->offsetToCarrier);
AssertFatal(ssb_arfcn==scc_ssb_arfcn,"mismatch of SCC SSB ARFCN original %d vs. computed %d! Note: you can remove this Assert, the gNB might run but UE connection instable\n",scc_ssb_arfcn,ssb_arfcn);
AssertFatal(ssb_arfcn==scc_ssb_arfcn,
"mismatch of SCC SSB ARFCN original %d vs. computed %d! Note: you can remove this Assert, the gNB might run but UE "