X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.h;h=e935373554e17834c06123edf88dc755e9f0167a;hb=cbb5d8d83a41cbf191347d447a66c9cd062d4d81;hp=98dd35481c7f2621438c83956fb83d9e361f457f;hpb=5ea4c59cb4dd37164953218b0bd355284e11d22c;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 98dd35481..e93537355 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 @@ -26,11 +24,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 */ -int BuildMibPdu(); -int BuildMibMsg(); -int BuildSib1Msg(); +uint8_t BuildMibPdu(); +uint8_t BuildMibMsg(); +uint8_t BuildSib1Msg(); +char encBuf[ENC_BUF_MAX_LEN]; +DuCfgParams duCfgParam; /********************************************************************** End of file