Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / SuccessfulOutcome.h
1 /*****************************************************************************
2 #                                                                            *
3 # Copyright 2019 AT&T Intellectual Property                                  *
4 #                                                                            *
5 # Licensed under the Apache License, Version 2.0 (the "License");            *
6 # you may not use this file except in compliance with the License.           *
7 # You may obtain a copy of the License at                                    *
8 #                                                                            *
9 #      http://www.apache.org/licenses/LICENSE-2.0                            *
10 #                                                                            *
11 # Unless required by applicable law or agreed to in writing, software        *
12 # distributed under the License is distributed on an "AS IS" BASIS,          *
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
14 # See the License for the specific language governing permissions and        *
15 # limitations under the License.                                             *
16 #                                                                            *
17 ******************************************************************************/
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "E2AP-PDU-Descriptions"
22  *      found in "../../asnFiles/e2ap-v031.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #ifndef _SuccessfulOutcome_H_
27 #define _SuccessfulOutcome_H_
28
29
30 #include "asn_application.h"
31
32 /* Including external dependencies */
33 #include "ProcedureCode.h"
34 #include "Criticality.h"
35 #include "ANY.h"
36 #include "asn_ioc.h"
37 #include "RICsubscriptionRequest.h"
38 #include "RICsubscriptionResponse.h"
39 #include "RICsubscriptionFailure.h"
40 #include "RICsubscriptionDeleteRequest.h"
41 #include "RICsubscriptionDeleteResponse.h"
42 #include "RICsubscriptionDeleteFailure.h"
43 #include "RICserviceUpdate.h"
44 #include "RICserviceUpdateAcknowledge.h"
45 #include "RICserviceUpdateFailure.h"
46 #include "RICcontrolRequest.h"
47 #include "RICcontrolAcknowledge.h"
48 #include "RICcontrolFailure.h"
49 #include "X2SetupRequest.h"
50 #include "X2SetupResponse.h"
51 #include "X2SetupFailure.h"
52 #include "ENDCX2SetupRequest.h"
53 #include "ENDCX2SetupResponse.h"
54 #include "ENDCX2SetupFailure.h"
55 #include "ResourceStatusRequest.h"
56 #include "ResourceStatusResponse.h"
57 #include "ResourceStatusFailure.h"
58 #include "ENBConfigurationUpdate.h"
59 #include "ENBConfigurationUpdateAcknowledge.h"
60 #include "ENBConfigurationUpdateFailure.h"
61 #include "ENDCConfigurationUpdate.h"
62 #include "ENDCConfigurationUpdateAcknowledge.h"
63 #include "ENDCConfigurationUpdateFailure.h"
64 #include "ResetRequest.h"
65 #include "ResetResponse.h"
66 #include "RICindication.h"
67 #include "RICserviceQuery.h"
68 #include "LoadInformation.h"
69 #include "GNBStatusIndication.h"
70 #include "ResourceStatusUpdate.h"
71 #include "ErrorIndication.h"
72 #include "OPEN_TYPE.h"
73 #include "constr_CHOICE.h"
74 #include "constr_SEQUENCE.h"
75
76 #ifdef __cplusplus
77 extern "C" {
78 #endif
79
80 /* Dependencies */
81 typedef enum SuccessfulOutcome__value_PR {
82         SuccessfulOutcome__value_PR_NOTHING,    /* No components present */
83         SuccessfulOutcome__value_PR_RICsubscriptionResponse,
84         SuccessfulOutcome__value_PR_RICsubscriptionDeleteResponse,
85         SuccessfulOutcome__value_PR_RICserviceUpdateAcknowledge,
86         SuccessfulOutcome__value_PR_RICcontrolAcknowledge,
87         SuccessfulOutcome__value_PR_X2SetupResponse,
88         SuccessfulOutcome__value_PR_ENDCX2SetupResponse,
89         SuccessfulOutcome__value_PR_ResourceStatusResponse,
90         SuccessfulOutcome__value_PR_ENBConfigurationUpdateAcknowledge,
91         SuccessfulOutcome__value_PR_ENDCConfigurationUpdateAcknowledge,
92         SuccessfulOutcome__value_PR_ResetResponse
93 } SuccessfulOutcome__value_PR;
94
95 /* SuccessfulOutcome */
96 typedef struct SuccessfulOutcome {
97         ProcedureCode_t  procedureCode;
98         Criticality_t    criticality;
99         struct SuccessfulOutcome__value {
100                 SuccessfulOutcome__value_PR present;
101                 union SuccessfulOutcome__value_u {
102                         RICsubscriptionResponse_t        RICsubscriptionResponse;
103                         RICsubscriptionDeleteResponse_t  RICsubscriptionDeleteResponse;
104                         RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
105                         RICcontrolAcknowledge_t  RICcontrolAcknowledge;
106                         X2SetupResponse_t        X2SetupResponse;
107                         ENDCX2SetupResponse_t    ENDCX2SetupResponse;
108                         ResourceStatusResponse_t         ResourceStatusResponse;
109                         ENBConfigurationUpdateAcknowledge_t      ENBConfigurationUpdateAcknowledge;
110                         ENDCConfigurationUpdateAcknowledge_t     ENDCConfigurationUpdateAcknowledge;
111                         ResetResponse_t  ResetResponse;
112                 } choice;
113                 
114                 /* Context for parsing across buffer boundaries */
115                 asn_struct_ctx_t _asn_ctx;
116         } value;
117         
118         /* Context for parsing across buffer boundaries */
119         asn_struct_ctx_t _asn_ctx;
120 } SuccessfulOutcome_t;
121
122 /* Implementation */
123 extern asn_TYPE_descriptor_t asn_DEF_SuccessfulOutcome;
124 extern asn_SEQUENCE_specifics_t asn_SPC_SuccessfulOutcome_specs_1;
125 extern asn_TYPE_member_t asn_MBR_SuccessfulOutcome_1[3];
126
127 #ifdef __cplusplus
128 }
129 #endif
130
131 #endif  /* _SuccessfulOutcome_H_ */
132 #include "asn_internal.h"