X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=15d4dfd08a0e2c55e1a4ead918a80f6b7caf1b70;hb=4e2a29b15e4d8412c1af8d0ba9777be95ecc3ebb;hp=d561b1edd47da9b02fa495d45f58326700254d6c;hpb=c39df493d33e19557dbaded684cf6441c3ab8884;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index d561b1edd..15d4dfd08 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -2158,7 +2158,7 @@ uint8_t schAddPagingIndtoList(CmLListCp *storedPageList,void * pageIndInfo) { cmLListAdd2Tail(storedPageList, currentNodeInfo); } - DU_LOG("\nINFO --> SCH : Paging information is stored sucessfully"); + DU_LOG("\nINFO --> SCH : Paging information is stored successfully"); return ROK; }