blob: 60ebae50405898b9e9ff40695095b908a1f5484d [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_LoggingInterval_H_
8#define _RANAP_LoggingInterval_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_LoggingInterval {
22 RANAP_LoggingInterval_s1d28 = 0,
23 RANAP_LoggingInterval_s2d56 = 1,
24 RANAP_LoggingInterval_s5d12 = 2,
25 RANAP_LoggingInterval_s10d24 = 3,
26 RANAP_LoggingInterval_s20d48 = 4,
27 RANAP_LoggingInterval_s30d72 = 5,
28 RANAP_LoggingInterval_s40d96 = 6,
29 RANAP_LoggingInterval_s61d44 = 7
30 /*
31 * Enumeration is extensible
32 */
33} e_RANAP_LoggingInterval;
34
35/* RANAP_LoggingInterval */
36typedef long RANAP_LoggingInterval_t;
37
38/* Implementation */
39extern asn_TYPE_descriptor_t asn_DEF_RANAP_LoggingInterval;
40asn_struct_free_f RANAP_LoggingInterval_free;
41asn_struct_print_f RANAP_LoggingInterval_print;
42asn_constr_check_f RANAP_LoggingInterval_constraint;
43ber_type_decoder_f RANAP_LoggingInterval_decode_ber;
44der_type_encoder_f RANAP_LoggingInterval_encode_der;
45xer_type_decoder_f RANAP_LoggingInterval_decode_xer;
46xer_type_encoder_f RANAP_LoggingInterval_encode_xer;
47per_type_decoder_f RANAP_LoggingInterval_decode_uper;
48per_type_encoder_f RANAP_LoggingInterval_encode_uper;
49per_type_decoder_f RANAP_LoggingInterval_decode_aper;
50per_type_encoder_f RANAP_LoggingInterval_encode_aper;
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RANAP_LoggingInterval_H_ */
57#include <asn_internal.h>