Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / Neighbour-Information.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 _Neighbour_Information_H_\r
9 #define _Neighbour_Information_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <asn_SEQUENCE_OF.h>\r
16 #include "ECGI.h"\r
17 #include "PCI.h"\r
18 #include "EARFCN.h"\r
19 #include <constr_SEQUENCE.h>\r
20 #include <constr_SEQUENCE_OF.h>\r
21 \r
22 #ifdef __cplusplus\r
23 extern "C" {\r
24 #endif\r
25 \r
26 /* Forward declarations */\r
27 struct ProtocolExtensionContainer;\r
28 \r
29 /* Forward definitions */\r
30 typedef struct Neighbour_Information__Member {\r
31         ECGI_t   eCGI;\r
32         PCI_t    pCI;\r
33         EARFCN_t         eARFCN;\r
34         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
35         /*\r
36          * This type is extensible,\r
37          * possible extensions are below.\r
38          */\r
39         \r
40         /* Context for parsing across buffer boundaries */\r
41         asn_struct_ctx_t _asn_ctx;\r
42 } Neighbour_Information__Member;\r
43 \r
44 /* Neighbour-Information */\r
45 typedef struct Neighbour_Information {\r
46         A_SEQUENCE_OF(Neighbour_Information__Member) list;\r
47         \r
48         /* Context for parsing across buffer boundaries */\r
49         asn_struct_ctx_t _asn_ctx;\r
50 } Neighbour_Information_t;\r
51 \r
52 /* Implementation */\r
53 extern asn_TYPE_descriptor_t asn_DEF_Neighbour_Information;\r
54 extern asn_SET_OF_specifics_t asn_SPC_Neighbour_Information_specs_1;\r
55 extern asn_TYPE_member_t asn_MBR_Neighbour_Information_1[1];\r
56 extern asn_per_constraints_t asn_PER_type_Neighbour_Information_constr_1;\r
57 \r
58 #ifdef __cplusplus\r
59 }\r
60 #endif\r
61 \r
62 #endif  /* _Neighbour_Information_H_ */\r
63 #include <asn_internal.h>\r