Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / LastVisitedCell-Item.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 _LastVisitedCell_Item_H_\r
9 #define _LastVisitedCell_Item_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "LastVisitedUTRANCellInformation.h"\r
16 #include "LastVisitedNGRANCellInformation.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 LastVisitedCell_Item_PR {\r
25         LastVisitedCell_Item_PR_NOTHING,        /* No components present */\r
26         LastVisitedCell_Item_PR_e_UTRAN_Cell,\r
27         LastVisitedCell_Item_PR_uTRAN_Cell,\r
28         LastVisitedCell_Item_PR_gERAN_Cell,\r
29         /* Extensions may appear below */\r
30         LastVisitedCell_Item_PR_nG_RAN_Cell\r
31 } LastVisitedCell_Item_PR;\r
32 \r
33 /* Forward declarations */\r
34 struct LastVisitedEUTRANCellInformation;\r
35 struct LastVisitedGERANCellInformation;\r
36 \r
37 /* LastVisitedCell-Item */\r
38 typedef struct LastVisitedCell_Item {\r
39         LastVisitedCell_Item_PR present;\r
40         union LastVisitedCell_Item_u {\r
41                 struct LastVisitedEUTRANCellInformation *e_UTRAN_Cell;\r
42                 LastVisitedUTRANCellInformation_t        uTRAN_Cell;\r
43                 struct LastVisitedGERANCellInformation  *gERAN_Cell;\r
44                 /*\r
45                  * This type is extensible,\r
46                  * possible extensions are below.\r
47                  */\r
48                 LastVisitedNGRANCellInformation_t        nG_RAN_Cell;\r
49         } choice;\r
50         \r
51         /* Context for parsing across buffer boundaries */\r
52         asn_struct_ctx_t _asn_ctx;\r
53 } LastVisitedCell_Item_t;\r
54 \r
55 /* Implementation */\r
56 extern asn_TYPE_descriptor_t asn_DEF_LastVisitedCell_Item;\r
57 extern asn_CHOICE_specifics_t asn_SPC_LastVisitedCell_Item_specs_1;\r
58 extern asn_TYPE_member_t asn_MBR_LastVisitedCell_Item_1[4];\r
59 extern asn_per_constraints_t asn_PER_type_LastVisitedCell_Item_constr_1;\r
60 \r
61 #ifdef __cplusplus\r
62 }\r
63 #endif\r
64 \r
65 #endif  /* _LastVisitedCell_Item_H_ */\r
66 #include <asn_internal.h>\r