[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423]Filled ReconfigurationWithSync IE,
[o-du/l2.git] / src / du_app / du_sys_info_hdl.h
index 8479c56..2aab5fc 100644 (file)
 ################################################################################
 *******************************************************************************/
 
-#include "du_mgr.h"
-#include "du_cfg.h"
-#include "du_log.h"
-#include "odu_common_codec.h"
-
 /* Macros */
 #define ODU_VALUE_ZERO 0
 #define ODU_VALUE_ONE 1
 #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();
+uint8_t BuildMibPdu();
+uint8_t BuildMibMsg();
+uint8_t BuildSib1Msg();
+uint8_t BuildBwpDlCommon(BWP_DownlinkCommon_t *bwp);
+uint8_t BuildBwpUlCommon(BWP_UplinkCommon_t *bwp);
+uint8_t BuildTddUlDlCfgComm(TDD_UL_DL_ConfigCommon_t *tddCfg);
+void FreeBwpDlCommon(BWP_DownlinkCommon_t *bwp);
+void FreeBwpUlCommon(BWP_UplinkCommon_t *bwp);
+
+char encBuf[ENC_BUF_MAX_LEN];
+DuCfgParams duCfgParam;
 
 /**********************************************************************
          End of file