Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / NRFreqInfo.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 _NRFreqInfo_H_\r
9 #define _NRFreqInfo_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NativeInteger.h>\r
16 #include <asn_SEQUENCE_OF.h>\r
17 #include <constr_SEQUENCE_OF.h>\r
18 #include <constr_SEQUENCE.h>\r
19 \r
20 #ifdef __cplusplus\r
21 extern "C" {\r
22 #endif\r
23 \r
24 /* Forward declarations */\r
25 struct SULInformation;\r
26 struct ProtocolExtensionContainer;\r
27 struct FreqBandNrItem;\r
28 \r
29 /* NRFreqInfo */\r
30 typedef struct NRFreqInfo {\r
31         long     nRARFCN;\r
32         struct NRFreqInfo__freqBandListNr {\r
33                 A_SEQUENCE_OF(struct FreqBandNrItem) list;\r
34                 \r
35                 /* Context for parsing across buffer boundaries */\r
36                 asn_struct_ctx_t _asn_ctx;\r
37         } freqBandListNr;\r
38         struct SULInformation   *sULInformation;        /* OPTIONAL */\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 } NRFreqInfo_t;\r
48 \r
49 /* Implementation */\r
50 extern asn_TYPE_descriptor_t asn_DEF_NRFreqInfo;\r
51 extern asn_SEQUENCE_specifics_t asn_SPC_NRFreqInfo_specs_1;\r
52 extern asn_TYPE_member_t asn_MBR_NRFreqInfo_1[4];\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif  /* _NRFreqInfo_H_ */\r
59 #include <asn_internal.h>\r