E2AP code changes
[o-du/l2.git] / src / du_app / du_mgr.h
index 0080797..80fe02a 100644 (file)
@@ -37,8 +37,7 @@
 #include "lkw.h"
 #include "lrg.h"
 #include "legtp.h"
-
-/*#include "du_cfg_hdl.h"*/
+#include "du_app_mac_inf.h"
 
 #include "gen.x"           /* General */
 #include "ssi.x"           /* System services */
@@ -75,6 +74,8 @@
 #define EVTTNLMGMTREQ  6
 #define EVTTNLMGMTCFM  7
 #define EVTTTIIND    8
+#define EVTSTRTPOLL  9
+#define EVTRICDATA  10
 
 /* Selector */
 #define DU_SELECTOR_LC   0
@@ -175,8 +176,11 @@ typedef struct duCb
    TskInit       init;   /* DU Init */
    //DuLSapCb      **macSap;  /* MAC SAP */
    Bool          f1Status; /* Status of F1 connection */
+   Bool          e2Status; /* Status of F1 connection */
    CmHashListCp  cellLst;     /* List of cells at DU APP of type DuCellCb */
    CmHashListCp  actvCellLst; /* List of cells activated/to be activated of type DuCellCb */
+   /* pointer to store the address of macCellCfg params used to send du-app to MAC */
+   MacCellCfg     *duMacCellCfg;     /* pointer to store params while sending DU-APP to MAC */
 }DuCb;