RICPLT-2801 Implement Subscription Request timer, RICPLT-2801 Implement Subscription...
[ric-plt/submgr.git] / e2ap / headers / ReportIntervalMDT.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
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 oer_type_decoder_f ReportIntervalMDT_decode_oer;
53 oer_type_encoder_f ReportIntervalMDT_encode_oer;
54 per_type_decoder_f ReportIntervalMDT_decode_uper;
55 per_type_encoder_f ReportIntervalMDT_encode_uper;
56 per_type_decoder_f ReportIntervalMDT_decode_aper;
57 per_type_encoder_f ReportIntervalMDT_encode_aper;
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _ReportIntervalMDT_H_ */
64 #include <asn_internal.h>