[Epic-ID: ODUHIGH-510][Task-ID: ODUHIGH-512] Implementation of E2 setup failure
[o-du/l2.git] / src / du_app / du_sys_info_hdl.c
index 0a830ea..08a86f0 100644 (file)
@@ -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"
 #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;
    }
 }