E2AP review changes part1
[o-du/l2.git] / src / du_app / du_mgr.h
index 80fe02a..562aaef 100644 (file)
@@ -74,7 +74,7 @@
 #define EVTTNLMGMTREQ  6
 #define EVTTNLMGMTCFM  7
 #define EVTTTIIND    8
-#define EVTSTRTPOLL  9
+#define EVTSTARTPOLL  9
 #define EVTRICDATA  10
 
 /* Selector */
@@ -176,7 +176,7 @@ typedef struct duCb
    TskInit       init;   /* DU Init */
    //DuLSapCb      **macSap;  /* MAC SAP */
    Bool          f1Status; /* Status of F1 connection */
-   Bool          e2Status; /* Status of F1 connection */
+   Bool          e2Status; /* Status of E2 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 */