X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_cfg_hdl.c;h=f354fa430620d1c8220b1715398d4160e054ba16;hb=2aa3cc7f94edf59f4fdb04ad81c7a14322bde00e;hp=fae023324e9a7bfe186f7aeb8de71208288c729d;hpb=2b1e3e044e619637fafa8829789d6798d8f9bdb0;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_cfg_hdl.c b/src/5gnrmac/mac_cfg_hdl.c index fae023324..f354fa430 100644 --- a/src/5gnrmac/mac_cfg_hdl.c +++ b/src/5gnrmac/mac_cfg_hdl.c @@ -987,7 +987,7 @@ uint8_t MacProcDlPcchInd(Pst *pst, MacPcchInd *pcchInd) if(pcchInd) { - DU_LOG("\nINFO --> MAC : Recived pcch request from DU_APP for cellId[%d]", pcchInd->cellId); + DU_LOG("\nINFO --> MAC : Received DL PCCH IND from DU_APP for cellId[%d]", pcchInd->cellId); GET_CELL_IDX(pcchInd->cellId, cellIdx); @@ -1025,7 +1025,6 @@ uint8_t MacProcDlPcchInd(Pst *pst, MacPcchInd *pcchInd) { memcpy(schPageInd->pagePdu, pcchInd->pcchPdu, pcchInd->pduLen); - DU_LOG("\nINFO --> MAC : Sending paging indication to SCH"); FILL_PST_MAC_TO_SCH(schPst, EVENT_PAGING_IND_TO_SCH); ret = (*macSchPagingIndOpts[schPst.selector])(&schPst, schPageInd); }