Generated C files for E2AP v2.0
[sim/e2-interface.git] / e2sim / src / ASN1c / RICtimeToWait.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "e2ap-v2.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER`
6  */
7
8 #ifndef _RICtimeToWait_H_
9 #define _RICtimeToWait_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 RICtimeToWait {
23         RICtimeToWait_w1ms      = 0,
24         RICtimeToWait_w2ms      = 1,
25         RICtimeToWait_w5ms      = 2,
26         RICtimeToWait_w10ms     = 3,
27         RICtimeToWait_w20ms     = 4,
28         RICtimeToWait_w30ms     = 5,
29         RICtimeToWait_w40ms     = 6,
30         RICtimeToWait_w50ms     = 7,
31         RICtimeToWait_w100ms    = 8,
32         RICtimeToWait_w200ms    = 9,
33         RICtimeToWait_w500ms    = 10,
34         RICtimeToWait_w1s       = 11,
35         RICtimeToWait_w2s       = 12,
36         RICtimeToWait_w5s       = 13,
37         RICtimeToWait_w10s      = 14,
38         RICtimeToWait_w20s      = 15,
39         RICtimeToWait_w60s      = 16
40         /*
41          * Enumeration is extensible
42          */
43 } e_RICtimeToWait;
44
45 /* RICtimeToWait */
46 typedef long     RICtimeToWait_t;
47
48 /* Implementation */
49 extern asn_per_constraints_t asn_PER_type_RICtimeToWait_constr_1;
50 extern asn_TYPE_descriptor_t asn_DEF_RICtimeToWait;
51 extern const asn_INTEGER_specifics_t asn_SPC_RICtimeToWait_specs_1;
52 asn_struct_free_f RICtimeToWait_free;
53 asn_struct_print_f RICtimeToWait_print;
54 asn_constr_check_f RICtimeToWait_constraint;
55 ber_type_decoder_f RICtimeToWait_decode_ber;
56 der_type_encoder_f RICtimeToWait_encode_der;
57 xer_type_decoder_f RICtimeToWait_decode_xer;
58 xer_type_encoder_f RICtimeToWait_encode_xer;
59 per_type_decoder_f RICtimeToWait_decode_uper;
60 per_type_encoder_f RICtimeToWait_encode_uper;
61 per_type_decoder_f RICtimeToWait_decode_aper;
62 per_type_encoder_f RICtimeToWait_encode_aper;
63
64 #ifdef __cplusplus
65 }
66 #endif
67
68 #endif  /* _RICtimeToWait_H_ */
69 #include "asn_internal.h"