X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=c3be113a39274a9f63405386ca1d23369fa6245a;hb=0bb62f25ad9d8f9ff8724572f96e51a898937f0c;hp=aed0a81bd10c4b7a409b0d614aac07ef1e0183e6;hpb=1fc18fe484bf8a324ed3ed1d04d9617869817f22;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index aed0a81bd..c3be113a3 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -2158,7 +2158,8 @@ uint8_t schAddPagingIndtoList(CmLListCp *storedPageList,void * pageIndInfo) { cmLListAdd2Tail(storedPageList, currentNodeInfo); } - DU_LOG("\nINFO --> SCH : Paging information is stored successfully"); + DU_LOG("\nDEBUG --> SCH : Paging information is stored successfully for PF:%d, Slot:%d",\ + recvdNode->pageTxTime.sfn, recvdNode->pageTxTime.slot); return ROK; } @@ -2187,7 +2188,7 @@ uint8_t MacSchPagingInd(Pst *pst, SchPageInd *pageInd) if(pageInd) { - DU_LOG("\nINFO --> SCH : Received paging indication form MAC for cellId[%d]",\ + DU_LOG("\nDEBUG --> SCH : Received paging indication from MAC for cellId[%d]",\ pageInd->cellId); /* Fetch Cell CB */