2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "F1AP-IEs"
5 * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _ShortDRXCycleLength_H_
9 #define _ShortDRXCycleLength_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum ShortDRXCycleLength {
23 ShortDRXCycleLength_ms2 = 0,
24 ShortDRXCycleLength_ms3 = 1,
25 ShortDRXCycleLength_ms4 = 2,
26 ShortDRXCycleLength_ms5 = 3,
27 ShortDRXCycleLength_ms6 = 4,
28 ShortDRXCycleLength_ms7 = 5,
29 ShortDRXCycleLength_ms8 = 6,
30 ShortDRXCycleLength_ms10 = 7,
31 ShortDRXCycleLength_ms14 = 8,
32 ShortDRXCycleLength_ms16 = 9,
33 ShortDRXCycleLength_ms20 = 10,
34 ShortDRXCycleLength_ms30 = 11,
35 ShortDRXCycleLength_ms32 = 12,
36 ShortDRXCycleLength_ms35 = 13,
37 ShortDRXCycleLength_ms40 = 14,
38 ShortDRXCycleLength_ms64 = 15,
39 ShortDRXCycleLength_ms80 = 16,
40 ShortDRXCycleLength_ms128 = 17,
41 ShortDRXCycleLength_ms160 = 18,
42 ShortDRXCycleLength_ms256 = 19,
43 ShortDRXCycleLength_ms320 = 20,
44 ShortDRXCycleLength_ms512 = 21,
45 ShortDRXCycleLength_ms640 = 22
47 * Enumeration is extensible
49 } e_ShortDRXCycleLength;
51 /* ShortDRXCycleLength */
52 typedef long ShortDRXCycleLength_t;
55 extern asn_per_constraints_t asn_PER_type_ShortDRXCycleLength_constr_1;
56 extern asn_TYPE_descriptor_t asn_DEF_ShortDRXCycleLength;
57 extern const asn_INTEGER_specifics_t asn_SPC_ShortDRXCycleLength_specs_1;
58 asn_struct_free_f ShortDRXCycleLength_free;
59 asn_struct_print_f ShortDRXCycleLength_print;
60 asn_constr_check_f ShortDRXCycleLength_constraint;
61 ber_type_decoder_f ShortDRXCycleLength_decode_ber;
62 der_type_encoder_f ShortDRXCycleLength_encode_der;
63 xer_type_decoder_f ShortDRXCycleLength_decode_xer;
64 xer_type_encoder_f ShortDRXCycleLength_encode_xer;
65 oer_type_decoder_f ShortDRXCycleLength_decode_oer;
66 oer_type_encoder_f ShortDRXCycleLength_encode_oer;
67 per_type_decoder_f ShortDRXCycleLength_decode_uper;
68 per_type_encoder_f ShortDRXCycleLength_encode_uper;
69 per_type_decoder_f ShortDRXCycleLength_decode_aper;
70 per_type_encoder_f ShortDRXCycleLength_encode_aper;
76 #endif /* _ShortDRXCycleLength_H_ */
77 #include <asn_internal.h>