ASN compiled code for E2AP v1.1 in kpm e2sm
[sim/e2-interface.git] / e2sim / e2sm_examples / kpm_e2sm / src / ASN1c / SuccessfulOutcome.h
index 5df655a..fd1f423 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 "/root/e2ap-v01.00.00.asn"
- *     `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -D .`
+ *     found in "e2ap-v01.01.00.asn"
+ *     `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
  */
 
 #ifndef        _SuccessfulOutcome_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"
@@ -52,6 +58,8 @@ typedef enum SuccessfulOutcome__value_PR {
        SuccessfulOutcome__value_PR_RICserviceUpdateAcknowledge,
        SuccessfulOutcome__value_PR_RICcontrolAcknowledge,
        SuccessfulOutcome__value_PR_E2setupResponse,
+       SuccessfulOutcome__value_PR_E2nodeConfigurationUpdateAcknowledge,
+       SuccessfulOutcome__value_PR_E2connectionUpdateAcknowledge,
        SuccessfulOutcome__value_PR_ResetResponse
 } SuccessfulOutcome__value_PR;
 
@@ -67,6 +75,8 @@ typedef struct SuccessfulOutcome {
                        RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
                        RICcontrolAcknowledge_t  RICcontrolAcknowledge;
                        E2setupResponse_t        E2setupResponse;
+                       E2nodeConfigurationUpdateAcknowledge_t   E2nodeConfigurationUpdateAcknowledge;
+                       E2connectionUpdateAcknowledge_t  E2connectionUpdateAcknowledge;
                        ResetResponse_t  ResetResponse;
                } choice;