X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_utils.c;h=ca278ac5a165f22c7113624184ba7893ff80da58;hb=6636207100c598cd70537d177670ef131e263931;hp=608efb79a048051db4a2b4b8b89bc2a3f16fdf00;hpb=0f3443e19182284b96f302a545e578cd55225dae;p=o-du%2Fl2.git diff --git a/src/du_app/du_utils.c b/src/du_app/du_utils.c index 608efb79a..ca278ac5a 100644 --- a/src/du_app/du_utils.c +++ b/src/du_app/du_utils.c @@ -347,8 +347,6 @@ DuPagUeRecord* handlePageUeLL(uint16_t pagUeId, uint64_t sTmsi, CmLListCp *pageU { if(duDelNodeFromLList(pageUeLL, node) == ROK) DU_FREE(ueRecord, sizeof(DuPagUeRecord)); - - DU_LOG("\nDEBUG --> DU APP: UeId:%d Deleted successfully",pagUeId); } return NULLP; } @@ -469,8 +467,6 @@ DuPagUeList* handlePageInfoLL(uint16_t pf, uint8_t i_s, CmLListCp *pagInfoLL, Ac { if(duDelNodeFromLList(pagInfoLL, node) == ROK) DU_FREE(pagInfo, sizeof(DuPagUeList)); - - DU_LOG("\nDEBUG --> DU APP: i_s:%d Deleted successfully",i_s); } return NULLP; } @@ -511,7 +507,7 @@ DuPagInfoList* findPagingInfoFromMap(uint16_t pf, CmHashListCp *pagingInfoMap) } /*Below function for printing will be used in future so disabling it for now*/ -#if 0 +#if 0 /******************************************************************* * @brief Print the Page Info List and UE Records *