X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_utils.c;h=e6544ac8ea0e1691bf27e83f0a2ce7de5b264e80;hb=49856df248fd976b4a9882ca4e650fc0bc3e4ee3;hp=608efb79a048051db4a2b4b8b89bc2a3f16fdf00;hpb=86ce8157d6b459515f2a3f37f5bc84daee2d27ca;p=o-du%2Fl2.git diff --git a/src/du_app/du_utils.c b/src/du_app/du_utils.c index 608efb79a..e6544ac8e 100644 --- a/src/du_app/du_utils.c +++ b/src/du_app/du_utils.c @@ -17,11 +17,13 @@ *******************************************************************************/ /* Utility definitions to be used in du app */ #include "common_def.h" +#include "du_tmr.h" #include "lrg.h" #include "lrg.x" #include "lkw.x" #include "du_app_mac_inf.h" #include "du_app_rlc_inf.h" +#include "du_e2ap_mgr.h" #include "du_cfg.h" #include "du_mgr.h" #include "du_utils.h" @@ -347,8 +349,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 +469,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 +509,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 *