X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_cfg_hdl.c;h=c5f7f027aa5c5467820e5ca810a3ef8e0778bb0a;hb=1fc18fe484bf8a324ed3ed1d04d9617869817f22;hp=fae023324e9a7bfe186f7aeb8de71208288c729d;hpb=f85fe1240cfd15efa41597ba278e2c6bcafb502d;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_cfg_hdl.c b/src/5gnrmac/mac_cfg_hdl.c index fae023324..c5f7f027a 100644 --- a/src/5gnrmac/mac_cfg_hdl.c +++ b/src/5gnrmac/mac_cfg_hdl.c @@ -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); }