Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / DynamicNAICSInformation.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 _DynamicNAICSInformation_H_\r
9 #define _DynamicNAICSInformation_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <BIT_STRING.h>\r
16 #include <NativeInteger.h>\r
17 #include "PA-Values.h"\r
18 #include <asn_SEQUENCE_OF.h>\r
19 #include <constr_SEQUENCE_OF.h>\r
20 #include <constr_SEQUENCE.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 /* DynamicNAICSInformation */\r
30 typedef struct DynamicNAICSInformation {\r
31         BIT_STRING_t    *transmissionModes;     /* OPTIONAL */\r
32         long    *pB_information;        /* OPTIONAL */\r
33         struct DynamicNAICSInformation__pA_list {\r
34                 A_SEQUENCE_OF(PA_Values_t) list;\r
35                 \r
36                 /* Context for parsing across buffer boundaries */\r
37                 asn_struct_ctx_t _asn_ctx;\r
38         } pA_list;\r
39         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
40         /*\r
41          * This type is extensible,\r
42          * possible extensions are below.\r
43          */\r
44         \r
45         /* Context for parsing across buffer boundaries */\r
46         asn_struct_ctx_t _asn_ctx;\r
47 } DynamicNAICSInformation_t;\r
48 \r
49 /* Implementation */\r
50 extern asn_TYPE_descriptor_t asn_DEF_DynamicNAICSInformation;\r
51 extern asn_SEQUENCE_specifics_t asn_SPC_DynamicNAICSInformation_specs_1;\r
52 extern asn_TYPE_member_t asn_MBR_DynamicNAICSInformation_1[4];\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif  /* _DynamicNAICSInformation_H_ */\r
59 #include <asn_internal.h>\r