Moving all common header file into common_def.h file
[o-du/l2.git] / src / du_app / du_ue_mgr.c
index 6077666..1a2941b 100644 (file)
 ################################################################################
 *******************************************************************************/
  /* 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<ProtocolIE-Field.h>
+#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;