[ Jira id - ODUHIGH-593 ] Pack and unpack function nomenclature correction
[o-du/l2.git] / src / du_app / du_sys_info_hdl.h
index 8a3ba44..ba0b330 100644 (file)
@@ -16,8 +16,6 @@
 ################################################################################
 *******************************************************************************/
 
-#include "odu_common_codec.h"
-
 /* Macros */
 #define ODU_VALUE_ZERO 0
 #define ODU_VALUE_ONE 1
 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);
+void FreeBcchDlSchMsg(BCCH_DL_SCH_Message_t bcchMsg);
+
 extern char encBuf[ENC_BUF_MAX_LEN];
 extern DuCfgParams duCfgParam;