X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.h;h=8a3ba443568c90258e39bc23a9f2caba3f35323b;hb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;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..8a3ba4435 100644 --- a/src/du_app/du_sys_info_hdl.h +++ b/src/du_app/du_sys_info_hdl.h @@ -16,9 +16,6 @@ ################################################################################ *******************************************************************************/ -#include "du_mgr.h" -#include "du_cfg.h" -#include "du_log.h" #include "odu_common_codec.h" /* Macros */ @@ -29,10 +26,16 @@ #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(); +extern char encBuf[ENC_BUF_MAX_LEN]; +extern DuCfgParams duCfgParam; /********************************************************************** End of file