X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.h;h=0fc8d7ac9df58ae8074683a822f6a17553085973;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=33fede18d8594529cc70d7b4415bf5a0fad91a0e;hpb=80a4fa9d0aede180472530cab6efa6acc925424b;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 33fede18d..0fc8d7ac9 100644 --- a/src/du_app/du_sys_info_hdl.h +++ b/src/du_app/du_sys_info_hdl.h @@ -16,8 +16,6 @@ ################################################################################ *******************************************************************************/ -#include "odu_common_codec.h" - /* Macros */ #define ODU_VALUE_ZERO 0 #define ODU_VALUE_ONE 1 @@ -30,11 +28,12 @@ #define ODU_VALUE_NINE 9 #define ODU_VALUE_TEN 10 - /* Function declarations */ -int BuildMibPdu(); -int BuildMibMsg(); -int BuildSib1Msg(); +uint8_t BuildMibPdu(); +uint8_t BuildMibMsg(); +uint8_t BuildSib1Msg(); +extern char encBuf[ENC_BUF_MAX_LEN]; +extern DuCfgParams duCfgParam; /********************************************************************** End of file