b0288cd8a68c49144f73e0122839cd2b8e757d61
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / oranE2 / SuccessfulOutcome.h
1 /*
2  *
3  * Copyright 2020 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 "e2ap-v01.01.00.asn"
23  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
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 "E2setupRequest.h"
50 #include "E2setupResponse.h"
51 #include "E2setupFailure.h"
52 #include "E2nodeConfigurationUpdate.h"
53 #include "E2nodeConfigurationUpdateAcknowledge.h"
54 #include "E2nodeConfigurationUpdateFailure.h"
55 #include "E2connectionUpdate.h"
56 #include "E2connectionUpdateAcknowledge.h"
57 #include "E2connectionUpdateFailure.h"
58 #include "ResetRequest.h"
59 #include "ResetResponse.h"
60 #include "RICindication.h"
61 #include "RICserviceQuery.h"
62 #include "ErrorIndication.h"
63 #include "OPEN_TYPE.h"
64 #include "constr_CHOICE.h"
65 #include "constr_SEQUENCE.h"
66
67 #ifdef __cplusplus
68 extern "C" {
69 #endif
70
71 /* Dependencies */
72 typedef enum SuccessfulOutcome__value_PR {
73         SuccessfulOutcome__value_PR_NOTHING,    /* No components present */
74         SuccessfulOutcome__value_PR_RICsubscriptionResponse,
75         SuccessfulOutcome__value_PR_RICsubscriptionDeleteResponse,
76         SuccessfulOutcome__value_PR_RICserviceUpdateAcknowledge,
77         SuccessfulOutcome__value_PR_RICcontrolAcknowledge,
78         SuccessfulOutcome__value_PR_E2setupResponse,
79         SuccessfulOutcome__value_PR_E2nodeConfigurationUpdateAcknowledge,
80         SuccessfulOutcome__value_PR_E2connectionUpdateAcknowledge,
81         SuccessfulOutcome__value_PR_ResetResponse
82 } SuccessfulOutcome__value_PR;
83
84 /* SuccessfulOutcome */
85 typedef struct SuccessfulOutcome {
86         ProcedureCode_t  procedureCode;
87         Criticality_t    criticality;
88         struct SuccessfulOutcome__value {
89                 SuccessfulOutcome__value_PR present;
90                 union SuccessfulOutcome__value_u {
91                         RICsubscriptionResponse_t        RICsubscriptionResponse;
92                         RICsubscriptionDeleteResponse_t  RICsubscriptionDeleteResponse;
93                         RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
94                         RICcontrolAcknowledge_t  RICcontrolAcknowledge;
95                         E2setupResponse_t        E2setupResponse;
96                         E2nodeConfigurationUpdateAcknowledge_t   E2nodeConfigurationUpdateAcknowledge;
97                         E2connectionUpdateAcknowledge_t  E2connectionUpdateAcknowledge;
98                         ResetResponse_t  ResetResponse;
99                 } choice;
100                 
101                 /* Context for parsing across buffer boundaries */
102                 asn_struct_ctx_t _asn_ctx;
103         } value;
104         
105         /* Context for parsing across buffer boundaries */
106         asn_struct_ctx_t _asn_ctx;
107 } SuccessfulOutcome_t;
108
109 /* Implementation */
110 extern asn_TYPE_descriptor_t asn_DEF_SuccessfulOutcome;
111 extern asn_SEQUENCE_specifics_t asn_SPC_SuccessfulOutcome_specs_1;
112 extern asn_TYPE_member_t asn_MBR_SuccessfulOutcome_1[3];
113
114 #ifdef __cplusplus
115 }
116 #endif
117
118 #endif  /* _SuccessfulOutcome_H_ */
119 #include "asn_internal.h"