878098efe42d6bb08128f2997c7edd86fa82081b
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / 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 /*
21  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
22  * From ASN.1 module "E2AP-PDU-Descriptions"
23  *      found in "../../asnFiles/e2ap-v031.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #ifndef _SuccessfulOutcome_H_
28 #define _SuccessfulOutcome_H_
29
30
31 #include "asn_application.h"
32
33 /* Including external dependencies */
34 #include "ProcedureCode.h"
35 #include "Criticality.h"
36 #include "ANY.h"
37 #include "asn_ioc.h"
38 #include "RICsubscriptionRequest.h"
39 #include "RICsubscriptionResponse.h"
40 #include "RICsubscriptionFailure.h"
41 #include "RICsubscriptionDeleteRequest.h"
42 #include "RICsubscriptionDeleteResponse.h"
43 #include "RICsubscriptionDeleteFailure.h"
44 #include "RICserviceUpdate.h"
45 #include "RICserviceUpdateAcknowledge.h"
46 #include "RICserviceUpdateFailure.h"
47 #include "RICcontrolRequest.h"
48 #include "RICcontrolAcknowledge.h"
49 #include "RICcontrolFailure.h"
50 #include "X2SetupRequest.h"
51 #include "X2SetupResponse.h"
52 #include "X2SetupFailure.h"
53 #include "ENDCX2SetupRequest.h"
54 #include "ENDCX2SetupResponse.h"
55 #include "ENDCX2SetupFailure.h"
56 #include "ResourceStatusRequest.h"
57 #include "ResourceStatusResponse.h"
58 #include "ResourceStatusFailure.h"
59 #include "ENBConfigurationUpdate.h"
60 #include "ENBConfigurationUpdateAcknowledge.h"
61 #include "ENBConfigurationUpdateFailure.h"
62 #include "ENDCConfigurationUpdate.h"
63 #include "ENDCConfigurationUpdateAcknowledge.h"
64 #include "ENDCConfigurationUpdateFailure.h"
65 #include "ResetRequest.h"
66 #include "ResetResponse.h"
67 #include "RICindication.h"
68 #include "RICserviceQuery.h"
69 #include "LoadInformation.h"
70 #include "GNBStatusIndication.h"
71 #include "ResourceStatusUpdate.h"
72 #include "ErrorIndication.h"
73 #include "OPEN_TYPE.h"
74 #include "constr_CHOICE.h"
75 #include "constr_SEQUENCE.h"
76
77 #ifdef __cplusplus
78 extern "C" {
79 #endif
80
81 /* Dependencies */
82 typedef enum SuccessfulOutcome__value_PR {
83         SuccessfulOutcome__value_PR_NOTHING,    /* No components present */
84         SuccessfulOutcome__value_PR_RICsubscriptionResponse,
85         SuccessfulOutcome__value_PR_RICsubscriptionDeleteResponse,
86         SuccessfulOutcome__value_PR_RICserviceUpdateAcknowledge,
87         SuccessfulOutcome__value_PR_RICcontrolAcknowledge,
88         SuccessfulOutcome__value_PR_X2SetupResponse,
89         SuccessfulOutcome__value_PR_ENDCX2SetupResponse,
90         SuccessfulOutcome__value_PR_ResourceStatusResponse,
91         SuccessfulOutcome__value_PR_ENBConfigurationUpdateAcknowledge,
92         SuccessfulOutcome__value_PR_ENDCConfigurationUpdateAcknowledge,
93         SuccessfulOutcome__value_PR_ResetResponse
94 } SuccessfulOutcome__value_PR;
95
96 /* SuccessfulOutcome */
97 typedef struct SuccessfulOutcome {
98         ProcedureCode_t  procedureCode;
99         Criticality_t    criticality;
100         struct SuccessfulOutcome__value {
101                 SuccessfulOutcome__value_PR present;
102                 union SuccessfulOutcome__value_u {
103                         RICsubscriptionResponse_t        RICsubscriptionResponse;
104                         RICsubscriptionDeleteResponse_t  RICsubscriptionDeleteResponse;
105                         RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
106                         RICcontrolAcknowledge_t  RICcontrolAcknowledge;
107                         X2SetupResponse_t        X2SetupResponse;
108                         ENDCX2SetupResponse_t    ENDCX2SetupResponse;
109                         ResourceStatusResponse_t         ResourceStatusResponse;
110                         ENBConfigurationUpdateAcknowledge_t      ENBConfigurationUpdateAcknowledge;
111                         ENDCConfigurationUpdateAcknowledge_t     ENDCConfigurationUpdateAcknowledge;
112                         ResetResponse_t  ResetResponse;
113                 } choice;
114                 
115                 /* Context for parsing across buffer boundaries */
116                 asn_struct_ctx_t _asn_ctx;
117         } value;
118         
119         /* Context for parsing across buffer boundaries */
120         asn_struct_ctx_t _asn_ctx;
121 } SuccessfulOutcome_t;
122
123 /* Implementation */
124 extern asn_TYPE_descriptor_t asn_DEF_SuccessfulOutcome;
125 extern asn_SEQUENCE_specifics_t asn_SPC_SuccessfulOutcome_specs_1;
126 extern asn_TYPE_member_t asn_MBR_SuccessfulOutcome_1[3];
127
128 #ifdef __cplusplus
129 }
130 #endif
131
132 #endif  /* _SuccessfulOutcome_H_ */
133 #include "asn_internal.h"