X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sys_info_hdl.c;h=08a86f03b71337c697d2d07000e6ae9180a8f665;hb=6cf77deda4e840c6f543bc7ca3c70580f968d875;hp=0a830ea5ef1473822480d81ce32c26d228e813a2;hpb=d1086166f17ae851cba5296a7ce1c5c5d1a553b9;p=o-du%2Fl2.git diff --git a/src/du_app/du_sys_info_hdl.c b/src/du_app/du_sys_info_hdl.c index 0a830ea5e..08a86f03b 100644 --- a/src/du_app/du_sys_info_hdl.c +++ b/src/du_app/du_sys_info_hdl.c @@ -18,6 +18,7 @@ /* This file contains ASN codec for MIB and SIB1 msgs */ #include "common_def.h" +#include "du_tmr.h" #include "lrg.h" #include "lkw.x" #include "lrg.x" @@ -25,6 +26,7 @@ #include "du_app_mac_inf.h" #include "du_cfg.h" #include "du_app_rlc_inf.h" +#include "du_e2ap_mgr.h" #include "du_mgr.h" #include "du_utils.h" #include "BCCH-BCH-Message.h" @@ -54,11 +56,11 @@ #include "TDD-UL-DL-ConfigCommon.h" #include "ServingCellConfigCommonSIB.h" #include "MCC.h" -#include "BCCH-DL-SCH-Message.h" #include "SIB1.h" #include "odu_common_codec.h" -#include "du_sys_info_hdl.h" +#include "BCCH-DL-SCH-Message.h" #include "du_f1ap_conversions.h" +#include "du_sys_info_hdl.h" void FreeSib1Msg(SIB1_t *sib1Msg); uint8_t FreqInfoUlret = RFAILED; @@ -3278,10 +3280,18 @@ void FreeBcchDlSchMsg(BCCH_DL_SCH_Message_t bcchMsg) FreeSib1Msg(bcchMsg.message.choice.c1->choice.systemInformationBlockType1); break; } + case BCCH_DL_SCH_MessageType__c1_PR_systemInformation: + break; + case BCCH_DL_SCH_MessageType__c1_PR_NOTHING: + break; } DU_FREE(bcchMsg.message.choice.c1, sizeof(struct BCCH_DL_SCH_MessageType__c1)); break; } + case BCCH_DL_SCH_MessageType_PR_messageClassExtension: + break; + case BCCH_DL_SCH_MessageType_PR_NOTHING: + break; } }