Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / 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 "../asnTextFiles/e2ap-v01.00.00.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 "E2setupRequest.h"
50 #include "E2setupResponse.h"
51 #include "E2setupFailure.h"
52 #include "ResetRequest.h"
53 #include "ResetResponse.h"
54 #include "RICindication.h"
55 #include "RICserviceQuery.h"
56 #include "ErrorIndication.h"
57 #include "OPEN_TYPE.h"
58 #include "constr_CHOICE.h"
59 #include "constr_SEQUENCE.h"
60
61 #ifdef __cplusplus
62 extern "C" {
63 #endif
64
65 /* Dependencies */
66 typedef enum SuccessfulOutcome__value_PR {
67         SuccessfulOutcome__value_PR_NOTHING,    /* No components present */
68         SuccessfulOutcome__value_PR_RICsubscriptionResponse,
69         SuccessfulOutcome__value_PR_RICsubscriptionDeleteResponse,
70         SuccessfulOutcome__value_PR_RICserviceUpdateAcknowledge,
71         SuccessfulOutcome__value_PR_RICcontrolAcknowledge,
72         SuccessfulOutcome__value_PR_E2setupResponse,
73         SuccessfulOutcome__value_PR_ResetResponse
74 } SuccessfulOutcome__value_PR;
75
76 /* SuccessfulOutcome */
77 typedef struct SuccessfulOutcome {
78         ProcedureCode_t  procedureCode;
79         Criticality_t    criticality;
80         struct SuccessfulOutcome__value {
81                 SuccessfulOutcome__value_PR present;
82                 union SuccessfulOutcome__value_u {
83                         RICsubscriptionResponse_t        RICsubscriptionResponse;
84                         RICsubscriptionDeleteResponse_t  RICsubscriptionDeleteResponse;
85                         RICserviceUpdateAcknowledge_t    RICserviceUpdateAcknowledge;
86                         RICcontrolAcknowledge_t  RICcontrolAcknowledge;
87                         E2setupResponse_t        E2setupResponse;
88                         ResetResponse_t  ResetResponse;
89                 } choice;
90                 
91                 /* Context for parsing across buffer boundaries */
92                 asn_struct_ctx_t _asn_ctx;
93         } value;
94         
95         /* Context for parsing across buffer boundaries */
96         asn_struct_ctx_t _asn_ctx;
97 } SuccessfulOutcome_t;
98
99 /* Implementation */
100 extern asn_TYPE_descriptor_t asn_DEF_SuccessfulOutcome;
101 extern asn_SEQUENCE_specifics_t asn_SPC_SuccessfulOutcome_specs_1;
102 extern asn_TYPE_member_t asn_MBR_SuccessfulOutcome_1[3];
103
104 #ifdef __cplusplus
105 }
106 #endif
107
108 #endif  /* _SuccessfulOutcome_H_ */
109 #include "asn_internal.h"