X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.h;h=33fede18d8594529cc70d7b4415bf5a0fad91a0e;hb=3360eb21f592bfe7249f501fa59ef8739b8589c2;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..33fede18d 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,15 @@ #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(); +int BuildMibPdu(); +int BuildMibMsg(); +int BuildSib1Msg(); /********************************************************************** End of file