X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=3rdparty%2FE2AP-v02.00.00%2FSuccessfulOutcome.h;fp=3rdparty%2FE2AP-v01.00.00%2FSuccessfulOutcome.h;h=b215e6719e77989e9dfc68e3a26441cb6dda21da;hb=483bd162c10ee2f0ef348b5c25c2987aea80b7c8;hp=8b313a8817fe5a70a6e0b7d317090bb267a17ade;hpb=2392e6e49a6567a5d7477a93780b327238ee98b8;p=ric-plt%2Fsubmgr.git diff --git a/3rdparty/E2AP-v01.00.00/SuccessfulOutcome.h b/3rdparty/E2AP-v02.00.00/SuccessfulOutcome.h similarity index 81% rename from 3rdparty/E2AP-v01.00.00/SuccessfulOutcome.h rename to 3rdparty/E2AP-v02.00.00/SuccessfulOutcome.h index 8b313a8..b215e67 100644 --- a/3rdparty/E2AP-v01.00.00/SuccessfulOutcome.h +++ b/3rdparty/E2AP-v02.00.00/SuccessfulOutcome.h @@ -1,7 +1,7 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2AP-PDU-Descriptions" - * found in "spec/e2ap-v01.00.00.asn" + * found in "spec/e2ap-v02.00.00.asn" * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` */ @@ -31,11 +31,18 @@ #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 "ErrorIndication.h" +#include "RICsubscriptionDeleteRequired.h" #include "OPEN_TYPE.h" #include "constr_CHOICE.h" #include "constr_SEQUENCE.h" @@ -52,6 +59,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 +76,8 @@ typedef struct SuccessfulOutcome { RICserviceUpdateAcknowledge_t RICserviceUpdateAcknowledge; RICcontrolAcknowledge_t RICcontrolAcknowledge; E2setupResponse_t E2setupResponse; + E2nodeConfigurationUpdateAcknowledge_t E2nodeConfigurationUpdateAcknowledge; + E2connectionUpdateAcknowledge_t E2connectionUpdateAcknowledge; ResetResponse_t ResetResponse; } choice;