blob: daf8dd63b967b0b7e75cd8d5458911caf3b1b627 [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_ReportAmount_H_
8#define _RANAP_ReportAmount_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_ReportAmount {
22 RANAP_ReportAmount_n1 = 0,
23 RANAP_ReportAmount_n2 = 1,
24 RANAP_ReportAmount_n4 = 2,
25 RANAP_ReportAmount_n8 = 3,
26 RANAP_ReportAmount_n16 = 4,
27 RANAP_ReportAmount_n32 = 5,
28 RANAP_ReportAmount_n64 = 6,
29 RANAP_ReportAmount_infinity = 7
30 /*
31 * Enumeration is extensible
32 */
33} e_RANAP_ReportAmount;
34
35/* RANAP_ReportAmount */
36typedef long RANAP_ReportAmount_t;
37
38/* Implementation */
39extern asn_TYPE_descriptor_t asn_DEF_RANAP_ReportAmount;
40asn_struct_free_f RANAP_ReportAmount_free;
41asn_struct_print_f RANAP_ReportAmount_print;
42asn_constr_check_f RANAP_ReportAmount_constraint;
43ber_type_decoder_f RANAP_ReportAmount_decode_ber;
44der_type_encoder_f RANAP_ReportAmount_encode_der;
45xer_type_decoder_f RANAP_ReportAmount_decode_xer;
46xer_type_encoder_f RANAP_ReportAmount_encode_xer;
47per_type_decoder_f RANAP_ReportAmount_decode_uper;
48per_type_encoder_f RANAP_ReportAmount_encode_uper;
49per_type_decoder_f RANAP_ReportAmount_decode_aper;
50per_type_encoder_f RANAP_ReportAmount_encode_aper;
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* _RANAP_ReportAmount_H_ */
57#include <asn_internal.h>