Moving all common header file into common_def.h file
[o-du/l2.git] / src / du_app / du_mgr_ex_ms.c
index 10f82dc..e1f82e7 100644 (file)
 *******************************************************************************/
 
 /* This file contains message handling functionality for DU APP */
-
+#include "common_def.h"
+#include "lrg.h"
+#include "legtp.h"
+#include "lkw.h"
+#include "lrg.x"
+#include "lkw.x"
+#include "du_cfg.h"
+#include "E2AP-PDU.h"
 #include "du_sctp.h"
 #include "du_f1ap_msg_hdl.h"
 #include "du_e2ap_msg_hdl.h"
@@ -55,6 +62,8 @@ extern S16 cmUnpkLrgSchCfgCfm(LrgSchCfgCfm func,Pst *pst,Buffer *mBuf);
 S16 duActvInit(Ent entity, Inst inst, Region region, Reason reason)
 {
    uint8_t id;
+  
+   memset(&duCb, 0, sizeof(DuCb));
 
    duCb.init.procId  = SFndProcId();
    duCb.init.ent     = entity;