Nanosleep for slot Ind, warning fixes, WLS changes, memory leak fixes
[o-du/l2.git] / src / du_app / du_sys_info_hdl.h
index 8479c56..33fede1 100644 (file)
@@ -16,9 +16,6 @@
 ################################################################################
 *******************************************************************************/
 
-#include "du_mgr.h"
-#include "du_cfg.h"
-#include "du_log.h"
 #include "odu_common_codec.h"
 
 /* Macros */
 #define ODU_VALUE_FOUR 4
 #define ODU_VALUE_FIVE 5
 #define ODU_VALUE_SEVEN 7
+#define ODU_VALUE_EIGHT 8
+#define ODU_VALUE_NINE  9 
+#define ODU_VALUE_TEN  10
+
 
 /* Function declarations */
-S16 BuildMibMsg();
-S16 BuildSib1Msg();
+int BuildMibPdu();
+int BuildMibMsg();
+int BuildSib1Msg();
 
 /**********************************************************************
          End of file