X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.h;h=b175765d5754e849945d793508ca1bdb9454aedd;hb=0c4403cc2355cc38d01c6645b1dad36dd4c1daa7;hp=8479c56419f207420db14e1c4be6a428e241abd3;hpb=3a52fbb41a099e37ef072276055cf765828db299;p=o-du%2Fl2.git diff --git a/src/du_app/du_sys_info_hdl.h b/src/du_app/du_sys_info_hdl.h index 8479c5641..b175765d5 100644 --- a/src/du_app/du_sys_info_hdl.h +++ b/src/du_app/du_sys_info_hdl.h @@ -16,11 +16,6 @@ ################################################################################ *******************************************************************************/ -#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 @@ -29,10 +24,23 @@ #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); +void FreeBcchDlSchMsg(BCCH_DL_SCH_Message_t bcchMsg); + +char encBuf[ENC_BUF_MAX_LEN]; +DuCfgParams duCfgParam; /********************************************************************** End of file