RICPLT-2910
[ric-plt/submgr.git] / 3rdparty / libe2ap / RespondingNodeType-EndcConfigUpdate.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #ifndef _RespondingNodeType_EndcConfigUpdate_H_
9 #define _RespondingNodeType_EndcConfigUpdate_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "ProtocolIE-Container.h"
16 #include "constr_CHOICE.h"
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum RespondingNodeType_EndcConfigUpdate_PR {
24         RespondingNodeType_EndcConfigUpdate_PR_NOTHING, /* No components present */
25         RespondingNodeType_EndcConfigUpdate_PR_respond_eNB,
26         RespondingNodeType_EndcConfigUpdate_PR_respond_en_gNB
27         /* Extensions may appear below */
28         
29 } RespondingNodeType_EndcConfigUpdate_PR;
30
31 /* RespondingNodeType-EndcConfigUpdate */
32 typedef struct RespondingNodeType_EndcConfigUpdate {
33         RespondingNodeType_EndcConfigUpdate_PR present;
34         union RespondingNodeType_EndcConfigUpdate_u {
35                 ProtocolIE_Container_8807P40_t   respond_eNB;
36                 ProtocolIE_Container_8807P41_t   respond_en_gNB;
37                 /*
38                  * This type is extensible,
39                  * possible extensions are below.
40                  */
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } RespondingNodeType_EndcConfigUpdate_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_RespondingNodeType_EndcConfigUpdate;
49
50 #ifdef __cplusplus
51 }
52 #endif
53
54 #endif  /* _RespondingNodeType_EndcConfigUpdate_H_ */
55 #include "asn_internal.h"