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