blob: a465d17283c5593e6a8da3ce79e3722b39e40af3 [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_RateControlAllowed_H_
8#define _RANAP_RateControlAllowed_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_RateControlAllowed {
22 RANAP_RateControlAllowed_not_allowed = 0,
23 RANAP_RateControlAllowed_allowed = 1
24} e_RANAP_RateControlAllowed;
25
26/* RANAP_RateControlAllowed */
27typedef long RANAP_RateControlAllowed_t;
28
29/* Implementation */
30extern asn_TYPE_descriptor_t asn_DEF_RANAP_RateControlAllowed;
31asn_struct_free_f RANAP_RateControlAllowed_free;
32asn_struct_print_f RANAP_RateControlAllowed_print;
33asn_constr_check_f RANAP_RateControlAllowed_constraint;
34ber_type_decoder_f RANAP_RateControlAllowed_decode_ber;
35der_type_encoder_f RANAP_RateControlAllowed_encode_der;
36xer_type_decoder_f RANAP_RateControlAllowed_decode_xer;
37xer_type_encoder_f RANAP_RateControlAllowed_encode_xer;
38per_type_decoder_f RANAP_RateControlAllowed_decode_uper;
39per_type_encoder_f RANAP_RateControlAllowed_encode_uper;
40per_type_decoder_f RANAP_RateControlAllowed_decode_aper;
41per_type_encoder_f RANAP_RateControlAllowed_encode_aper;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _RANAP_RateControlAllowed_H_ */
48#include <asn_internal.h>