blob: 7caa560c01808f9a628735b8e3ffbec6a9521a53 [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "S1AP-IEs"
4 * found in "./asn1c/S1AP-IEs.asn"
5 * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
6 */
7
8#ifndef _M6delay_threshold_H_
9#define _M6delay_threshold_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 M6delay_threshold {
23 M6delay_threshold_ms30 = 0,
24 M6delay_threshold_ms40 = 1,
25 M6delay_threshold_ms50 = 2,
26 M6delay_threshold_ms60 = 3,
27 M6delay_threshold_ms70 = 4,
28 M6delay_threshold_ms80 = 5,
29 M6delay_threshold_ms90 = 6,
30 M6delay_threshold_ms100 = 7,
31 M6delay_threshold_ms150 = 8,
32 M6delay_threshold_ms300 = 9,
33 M6delay_threshold_ms500 = 10,
34 M6delay_threshold_ms750 = 11
35 /*
36 * Enumeration is extensible
37 */
38} e_M6delay_threshold;
39
40/* M6delay-threshold */
41typedef long M6delay_threshold_t;
42
43/* Implementation */
44extern asn_per_constraints_t asn_PER_type_M6delay_threshold_constr_1;
45extern asn_TYPE_descriptor_t asn_DEF_M6delay_threshold;
46extern const asn_INTEGER_specifics_t asn_SPC_M6delay_threshold_specs_1;
47asn_struct_free_f M6delay_threshold_free;
48asn_struct_print_f M6delay_threshold_print;
49asn_constr_check_f M6delay_threshold_constraint;
50ber_type_decoder_f M6delay_threshold_decode_ber;
51der_type_encoder_f M6delay_threshold_encode_der;
52xer_type_decoder_f M6delay_threshold_decode_xer;
53xer_type_encoder_f M6delay_threshold_encode_xer;
54oer_type_decoder_f M6delay_threshold_decode_oer;
55oer_type_encoder_f M6delay_threshold_encode_oer;
56per_type_decoder_f M6delay_threshold_decode_uper;
57per_type_encoder_f M6delay_threshold_encode_uper;
58per_type_decoder_f M6delay_threshold_decode_aper;
59per_type_encoder_f M6delay_threshold_encode_aper;
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _M6delay_threshold_H_ */
66#include <asn_internal.h>