X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;fp=src%2F5gnrsch%2Fsch.c;h=c3be113a39274a9f63405386ca1d23369fa6245a;hb=54b723e4e533c3bfd0c2258c33f26689b392acbb;hp=aed0a81bd10c4b7a409b0d614aac07ef1e0183e6;hpb=964fd8f1dc9c969e70caf8885332cc086ff22d74;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 */