d29096314b92a0db5f541e91d4a4ce0b8780ec0d
[ric-plt/submgr.git] / e2ap / headers / CellAssistanceInformation.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/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _CellAssistanceInformation_H_
9 #define _CellAssistanceInformation_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum CellAssistanceInformation_PR {
24         CellAssistanceInformation_PR_NOTHING,   /* No components present */
25         CellAssistanceInformation_PR_limited_list,
26         CellAssistanceInformation_PR_full_list
27         /* Extensions may appear below */
28         
29 } CellAssistanceInformation_PR;
30 typedef enum CellAssistanceInformation__full_list {
31         CellAssistanceInformation__full_list_allServedNRcells   = 0
32         /*
33          * Enumeration is extensible
34          */
35 } e_CellAssistanceInformation__full_list;
36
37 /* Forward declarations */
38 struct Limited_list;
39
40 /* CellAssistanceInformation */
41 typedef struct CellAssistanceInformation {
42         CellAssistanceInformation_PR present;
43         union CellAssistanceInformation_u {
44                 struct Limited_list     *limited_list;
45                 long     full_list;
46                 /*
47                  * This type is extensible,
48                  * possible extensions are below.
49                  */
50         } choice;
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } CellAssistanceInformation_t;
55
56 /* Implementation */
57 /* extern asn_TYPE_descriptor_t asn_DEF_full_list_3;    // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_CellAssistanceInformation;
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif  /* _CellAssistanceInformation_H_ */
65 #include <asn_internal.h>