6317634c6d9484cd869080ec151f656f6d3bb6bf
[ric-app/kpimon.git] / asn1c_defs / all-defs / Limited-list.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-PDU-Contents"\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 _Limited_list_H_\r
9 #define _Limited_list_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 "NRCGI.h"\r
17 #include <constr_SEQUENCE.h>\r
18 #include <constr_SEQUENCE_OF.h>\r
19 \r
20 #ifdef __cplusplus\r
21 extern "C" {\r
22 #endif\r
23 \r
24 /* Forward declarations */\r
25 struct ProtocolExtensionContainer;\r
26 \r
27 /* Forward definitions */\r
28 typedef struct Limited_list__Member {\r
29         NRCGI_t  nrCellID;\r
30         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
31         /*\r
32          * This type is extensible,\r
33          * possible extensions are below.\r
34          */\r
35         \r
36         /* Context for parsing across buffer boundaries */\r
37         asn_struct_ctx_t _asn_ctx;\r
38 } Limited_list__Member;\r
39 \r
40 /* Limited-list */\r
41 typedef struct Limited_list {\r
42         A_SEQUENCE_OF(Limited_list__Member) list;\r
43         \r
44         /* Context for parsing across buffer boundaries */\r
45         asn_struct_ctx_t _asn_ctx;\r
46 } Limited_list_t;\r
47 \r
48 /* Implementation */\r
49 extern asn_TYPE_descriptor_t asn_DEF_Limited_list;\r
50 extern asn_SET_OF_specifics_t asn_SPC_Limited_list_specs_1;\r
51 extern asn_TYPE_member_t asn_MBR_Limited_list_1[1];\r
52 extern asn_per_constraints_t asn_PER_type_Limited_list_constr_1;\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif  /* _Limited_list_H_ */\r
59 #include <asn_internal.h>\r