Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / ReportIntervalMDT.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 _ReportIntervalMDT_H_\r
9 #define _ReportIntervalMDT_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NativeEnumerated.h>\r
16 \r
17 #ifdef __cplusplus\r
18 extern "C" {\r
19 #endif\r
20 \r
21 /* Dependencies */\r
22 typedef enum ReportIntervalMDT {\r
23         ReportIntervalMDT_ms120 = 0,\r
24         ReportIntervalMDT_ms240 = 1,\r
25         ReportIntervalMDT_ms480 = 2,\r
26         ReportIntervalMDT_ms640 = 3,\r
27         ReportIntervalMDT_ms1024        = 4,\r
28         ReportIntervalMDT_ms2048        = 5,\r
29         ReportIntervalMDT_ms5120        = 6,\r
30         ReportIntervalMDT_ms10240       = 7,\r
31         ReportIntervalMDT_min1  = 8,\r
32         ReportIntervalMDT_min6  = 9,\r
33         ReportIntervalMDT_min12 = 10,\r
34         ReportIntervalMDT_min30 = 11,\r
35         ReportIntervalMDT_min60 = 12\r
36 } e_ReportIntervalMDT;\r
37 \r
38 /* ReportIntervalMDT */\r
39 typedef long     ReportIntervalMDT_t;\r
40 \r
41 /* Implementation */\r
42 extern asn_per_constraints_t asn_PER_type_ReportIntervalMDT_constr_1;\r
43 extern asn_TYPE_descriptor_t asn_DEF_ReportIntervalMDT;\r
44 extern const asn_INTEGER_specifics_t asn_SPC_ReportIntervalMDT_specs_1;\r
45 asn_struct_free_f ReportIntervalMDT_free;\r
46 asn_struct_print_f ReportIntervalMDT_print;\r
47 asn_constr_check_f ReportIntervalMDT_constraint;\r
48 ber_type_decoder_f ReportIntervalMDT_decode_ber;\r
49 der_type_encoder_f ReportIntervalMDT_encode_der;\r
50 xer_type_decoder_f ReportIntervalMDT_decode_xer;\r
51 xer_type_encoder_f ReportIntervalMDT_encode_xer;\r
52 per_type_decoder_f ReportIntervalMDT_decode_uper;\r
53 per_type_encoder_f ReportIntervalMDT_encode_uper;\r
54 per_type_decoder_f ReportIntervalMDT_decode_aper;\r
55 per_type_encoder_f ReportIntervalMDT_encode_aper;\r
56 \r
57 #ifdef __cplusplus\r
58 }\r
59 #endif\r
60 \r
61 #endif  /* _ReportIntervalMDT_H_ */\r
62 #include <asn_internal.h>\r