Replacing E2AP v1.0 asn files with E2AP v2.0 files [Jira Id - ODUHIGH-409]
[o-du/l2.git] / src / codec_utils / E2AP / SuccessfulOutcomeE2.h
index 4c40852..ab73886 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  * From ASN.1 module "E2AP-PDU-Descriptions"
- *     found in "E2AP.asn1"
- *     `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
+ *     found in "2022_E2AP.asn1"
+ *     `asn1c -D ./E2AP/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
  */
 
 #ifndef        _SuccessfulOutcomeE2_H_
 #include "E2setupRequest.h"
 #include "E2setupResponse.h"
 #include "E2setupFailure.h"
+#include "E2nodeConfigurationUpdate.h"
+#include "E2nodeConfigurationUpdateAcknowledge.h"
+#include "E2nodeConfigurationUpdateFailure.h"
+#include "E2connectionUpdate.h"
+#include "E2connectionUpdateAcknowledge.h"
+#include "E2connectionUpdateFailure.h"
 #include "ResetRequest.h"
 #include "ResetResponse.h"
 #include "RICindication.h"
 #include "RICserviceQuery.h"
 #include "ErrorIndicationE2.h"
+#include "RICsubscriptionDeleteRequired.h"
 #include <OPEN_TYPE.h>
 #include <constr_CHOICE.h>
 #include <constr_SEQUENCE.h>
@@ -52,6 +59,8 @@ typedef enum SuccessfulOutcomeE2__value_PR {
        SuccessfulOutcomeE2__value_PR_RICserviceUpdateAcknowledge,
        SuccessfulOutcomeE2__value_PR_RICcontrolAcknowledge,
        SuccessfulOutcomeE2__value_PR_E2setupResponse,
+       SuccessfulOutcomeE2__value_PR_E2nodeConfigurationUpdateAcknowledge,
+       SuccessfulOutcomeE2__value_PR_E2connectionUpdateAcknowledge,
        SuccessfulOutcomeE2__value_PR_ResetResponse
 } SuccessfulOutcomeE2__value_PR;
 
@@ -67,6 +76,8 @@ typedef struct SuccessfulOutcomeE2 {
                        RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
                        RICcontrolAcknowledge_t  RICcontrolAcknowledge;
                        E2setupResponse_t        E2setupResponse;
+                       E2nodeConfigurationUpdateAcknowledge_t   E2nodeConfigurationUpdateAcknowledge;
+                       E2connectionUpdateAcknowledge_t  E2connectionUpdateAcknowledge;
                        ResetResponse_t  ResetResponse;
                } choice;