blob: c6b615dd5c743d76d37995fe657b7a089b7c2e2f [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
7#ifndef _RANAP_M4_Period_H_
8#define _RANAP_M4_Period_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum RANAP_M4_Period {
22 RANAP_M4_Period_ms100 = 0,
23 RANAP_M4_Period_ms250 = 1,
24 RANAP_M4_Period_ms500 = 2,
25 RANAP_M4_Period_ms1000 = 3,
26 RANAP_M4_Period_ms2000 = 4,
27 RANAP_M4_Period_ms3000 = 5,
28 RANAP_M4_Period_ms4000 = 6,
29 RANAP_M4_Period_ms6000 = 7
30 /*
31 * Enumeration is extensible
32 */
33} e_RANAP_M4_Period;
34
35/* RANAP_M4-Period */
36typedef long RANAP_M4_Period_t;
37
38/* Implementation */
39extern asn_TYPE_descriptor_t asn_DEF_RANAP_M4_Period;
40asn_struct_free_f RANAP_M4_Period_free;
41asn_struct_print_f RANAP_M4_Period_print;
42asn_constr_check_f RANAP_M4_Period_constraint;
43ber_type_decoder_f RANAP_M4_Period_decode_ber;
44der_type_encoder_f RANAP_M4_Period_encode_der;
45xer_type_decoder_f RANAP_M4_Period_decode_xer;
46xer_type_encoder_f RANAP_M4_Period_encode_xer;
47per_type_decoder_f RANAP_M4_Period_decode_uper;
48per_type_encoder_f RANAP_M4_Period_encode_uper;
49per_type_decoder_f RANAP_M4_Period_decode_aper;
50per_type_encoder_f RANAP_M4_Period_encode_aper;
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RANAP_M4_Period_H_ */
57#include <asn_internal.h>