blob: 12bf29fb6d7eaa1375a84bd0cba8da902c80180a [file] [log] [blame]
aa7133@att.com84bd3342020-03-16 18:04:57 +02001/*
aa7133@att.com84bd3342020-03-16 18:04:57 +02002 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-IEs"
czichy2175dd32022-05-17 15:24:51 +03004 * 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`
aa7133@att.com84bd3342020-03-16 18:04:57 +02006 */
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
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum RICtimeToWait {
czichy2175dd32022-05-17 15:24:51 +030023 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
aa7133@att.com84bd3342020-03-16 18:04:57 +020040 /*
41 * Enumeration is extensible
42 */
43} e_RICtimeToWait;
44
45/* RICtimeToWait */
46typedef long RICtimeToWait_t;
47
48/* Implementation */
49extern asn_per_constraints_t asn_PER_type_RICtimeToWait_constr_1;
50extern asn_TYPE_descriptor_t asn_DEF_RICtimeToWait;
51extern const asn_INTEGER_specifics_t asn_SPC_RICtimeToWait_specs_1;
52asn_struct_free_f RICtimeToWait_free;
53asn_struct_print_f RICtimeToWait_print;
54asn_constr_check_f RICtimeToWait_constraint;
55ber_type_decoder_f RICtimeToWait_decode_ber;
56der_type_encoder_f RICtimeToWait_encode_der;
57xer_type_decoder_f RICtimeToWait_decode_xer;
58xer_type_encoder_f RICtimeToWait_encode_xer;
59per_type_decoder_f RICtimeToWait_decode_uper;
60per_type_encoder_f RICtimeToWait_encode_uper;
61per_type_decoder_f RICtimeToWait_decode_aper;
62per_type_encoder_f RICtimeToWait_encode_aper;
63
64#ifdef __cplusplus
65}
66#endif
67
68#endif /* _RICtimeToWait_H_ */
69#include "asn_internal.h"