LOG_I(MAC,"In %s: Processing received DCI format %s (DL BWP %d)\n",__FUNCTION__,dci_formats[dci_format],n_RB_DLBWP);
switch(dci_format){
caseNR_UL_DCI_FORMAT_0_0:{
...
...
@@ -2170,7 +2159,7 @@ int nr_ue_process_rar(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_t
if(mac->crnti==ra->t_crnti)
{
LOG_I(MAC,"Discarding the received RAR.\n");
LOG_D(MAC,"Discarding the received RAR.\n");
return-1;
}
while(1){
...
...
@@ -2185,7 +2174,7 @@ int nr_ue_process_rar(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_t
LOG_D(MAC,"[UE %d][RAPROC] Got BI RAR subPDU %d\n",mod_id,ra->RA_backoff_indicator);
}
if(rarh->RAPID==preamble_index){
LOG_I(MAC,"[UE %d][RAPROC][%d.%d] Found RAR with the intended RAPID %d, CRNTI %x, t_crnti = %x\n",mod_id,frame,slot,rarh->RAPID,mac->crnti,ra->t_crnti);
LOG_I(MAC,"[UE %d][RAPROC][%d.%d] Found RAR with the intended RAPID %d\n",mod_id,frame,slot,rarh->RAPID);
LOG_I(MAC,"[gNB %d][RAPROC] Frame %d, Subframe %d : CC_id %d RA is active, Msg3 in (%d,%d), crnti %x\n",module_idP,frameP,slotP,CC_id,ra->Msg3_frame,ra->Msg3_slot,ra->rnti);
LOG_I(MAC,"[gNB %d][RAPROC] Frame %d, Subframe %d : CC_id %d RA is active, Msg3 in (%d,%d)\n",module_idP,frameP,slotP,CC_id,ra->Msg3_frame,ra->Msg3_slot);