X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdu_app%2Fdu_ue_mgr.c;h=1a2941bfe6504dfdb8fe14ffadfa7ca3a9bbba0e;hb=29b5f01d779caab32dbc5b3686a5d917e4c818ec;hp=607766625e0d36ab19d2edd843ec59e906300305;hpb=0bdd575f55257e64b4becb4cee0df0dab2bac3fa;p=o-du%2Fl2.git diff --git a/src/du_app/du_ue_mgr.c b/src/du_app/du_ue_mgr.c index 607766625..1a2941bfe 100644 --- a/src/du_app/du_ue_mgr.c +++ b/src/du_app/du_ue_mgr.c @@ -16,7 +16,15 @@ ################################################################################ *******************************************************************************/ /* This file contains UE management handling functionality for DU APP */ +#include "common_def.h" +#include "lrg.h" +#include "lrg.x" +#include "lkw.x" +#include "legtp.h" +#include "du_cfg.h" #include "du_ue_mgr.h" +#include +#include "F1AP-PDU.h" #ifdef EGTP_TEST U32 sduId = 0; @@ -103,7 +111,7 @@ S16 duSendUeCreateReqToRlc() } /* End of entity configuration for loop */ /* Fill Pst */ - pst.selector = DU_SELECTOR_LWLC; + pst.selector = ODU_SELECTOR_LWLC; pst.srcEnt = ENTDUAPP; pst.dstEnt = ENTKW; pst.dstInst = RLC_UL_INST; @@ -153,7 +161,7 @@ S16 duHdlEgtpDlData(EgtpMsg *egtpMsg) datReqInfo.lcType = CM_LTE_LCH_DTCH; #endif /* Filling pst and Sending to RLC DL */ - pst.selector = DU_SELECTOR_LWLC; + pst.selector = ODU_SELECTOR_LWLC; pst.srcEnt = ENTDUAPP; pst.dstEnt = ENTKW; pst.dstInst = RLC_DL_INST; @@ -246,7 +254,7 @@ uint8_t duBuildAndSendDlCcchInd(uint16_t cellId, uint16_t crnti, \ DU_FREE(dlCcchMsg, dlCcchMsgSize); /* Fill Pst */ - pst.selector = DU_MAC_LWLC; + pst.selector = ODU_SELECTOR_LWLC; pst.srcEnt = ENTDUAPP; pst.dstEnt = ENTRG; pst.dstInst = 0; @@ -894,7 +902,7 @@ uint8_t duBuildAndSendUeCreateReqToMac(uint16_t cellId, uint8_t ueIdx) memset(&pst, 0, sizeof(Pst)); /* Fill Pst */ - pst.selector = DU_MAC_LWLC; + pst.selector = ODU_SELECTOR_LWLC; pst.srcEnt = ENTDUAPP; pst.srcInst = DU_INST; pst.dstEnt = ENTRG;