30c832513006bbe3541b6d2bed5bbd4dff107bc2
[ric-app/kpimon.git] / asn1c_defs / all-defs / DLResourcesULandDLSharing.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _DLResourcesULandDLSharing_H_\r
9 #define _DLResourcesULandDLSharing_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NULL.h>\r
16 #include "DLResourceBitmapULandDLSharing.h"\r
17 #include <constr_CHOICE.h>\r
18 \r
19 #ifdef __cplusplus\r
20 extern "C" {\r
21 #endif\r
22 \r
23 /* Dependencies */\r
24 typedef enum DLResourcesULandDLSharing_PR {\r
25         DLResourcesULandDLSharing_PR_NOTHING,   /* No components present */\r
26         DLResourcesULandDLSharing_PR_unchanged,\r
27         DLResourcesULandDLSharing_PR_changed\r
28         /* Extensions may appear below */\r
29         \r
30 } DLResourcesULandDLSharing_PR;\r
31 \r
32 /* DLResourcesULandDLSharing */\r
33 typedef struct DLResourcesULandDLSharing {\r
34         DLResourcesULandDLSharing_PR present;\r
35         union DLResourcesULandDLSharing_u {\r
36                 NULL_t   unchanged;\r
37                 DLResourceBitmapULandDLSharing_t         changed;\r
38                 /*\r
39                  * This type is extensible,\r
40                  * possible extensions are below.\r
41                  */\r
42         } choice;\r
43         \r
44         /* Context for parsing across buffer boundaries */\r
45         asn_struct_ctx_t _asn_ctx;\r
46 } DLResourcesULandDLSharing_t;\r
47 \r
48 /* Implementation */\r
49 extern asn_TYPE_descriptor_t asn_DEF_DLResourcesULandDLSharing;\r
50 extern asn_CHOICE_specifics_t asn_SPC_DLResourcesULandDLSharing_specs_1;\r
51 extern asn_TYPE_member_t asn_MBR_DLResourcesULandDLSharing_1[2];\r
52 extern asn_per_constraints_t asn_PER_type_DLResourcesULandDLSharing_constr_1;\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif  /* _DLResourcesULandDLSharing_H_ */\r
59 #include <asn_internal.h>\r