Initial commit of Admission Control xAPP and E2AP/X2AP definitions
[ric-app/admin.git] / asn1c_defs / all-defs / ReportIntervalMDT.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _ReportIntervalMDT_H_
9 #define _ReportIntervalMDT_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum ReportIntervalMDT {
23         ReportIntervalMDT_ms120 = 0,
24         ReportIntervalMDT_ms240 = 1,
25         ReportIntervalMDT_ms480 = 2,
26         ReportIntervalMDT_ms640 = 3,
27         ReportIntervalMDT_ms1024        = 4,
28         ReportIntervalMDT_ms2048        = 5,
29         ReportIntervalMDT_ms5120        = 6,
30         ReportIntervalMDT_ms10240       = 7,
31         ReportIntervalMDT_min1  = 8,
32         ReportIntervalMDT_min6  = 9,
33         ReportIntervalMDT_min12 = 10,
34         ReportIntervalMDT_min30 = 11,
35         ReportIntervalMDT_min60 = 12
36 } e_ReportIntervalMDT;
37
38 /* ReportIntervalMDT */
39 typedef long     ReportIntervalMDT_t;
40
41 /* Implementation */
42 extern asn_per_constraints_t asn_PER_type_ReportIntervalMDT_constr_1;
43 extern asn_TYPE_descriptor_t asn_DEF_ReportIntervalMDT;
44 extern const asn_INTEGER_specifics_t asn_SPC_ReportIntervalMDT_specs_1;
45 asn_struct_free_f ReportIntervalMDT_free;
46 asn_struct_print_f ReportIntervalMDT_print;
47 asn_constr_check_f ReportIntervalMDT_constraint;
48 ber_type_decoder_f ReportIntervalMDT_decode_ber;
49 der_type_encoder_f ReportIntervalMDT_encode_der;
50 xer_type_decoder_f ReportIntervalMDT_decode_xer;
51 xer_type_encoder_f ReportIntervalMDT_encode_xer;
52 per_type_decoder_f ReportIntervalMDT_decode_uper;
53 per_type_encoder_f ReportIntervalMDT_encode_uper;
54 per_type_decoder_f ReportIntervalMDT_decode_aper;
55 per_type_encoder_f ReportIntervalMDT_encode_aper;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _ReportIntervalMDT_H_ */
62 #include <asn_internal.h>