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