macCellCfg
[o-du/l2.git] / src / du_app / du_mgr.h
index 0080797..c51cc8a 100644 (file)
@@ -37,8 +37,7 @@
 #include "lkw.h"
 #include "lrg.h"
 #include "legtp.h"
-
-/*#include "du_cfg_hdl.h"*/
+#include "mac_interface.h"
 
 #include "gen.x"           /* General */
 #include "ssi.x"           /* System services */
@@ -177,6 +176,8 @@ typedef struct duCb
    Bool          f1Status; /* 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     *ptrMacCellCfg;     /* pointer to store params while sending DU-APP to MAC */
 }DuCb;