blob: 6e47d311fbf7f0dad4dd4e27ebe9b230c251f774 [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_CellType_H_
8#define _RANAP_CellType_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_CellType {
22 RANAP_CellType_macro = 0,
23 RANAP_CellType_micro = 1,
24 RANAP_CellType_pico = 2,
25 RANAP_CellType_femto = 3
26 /*
27 * Enumeration is extensible
28 */
29} e_RANAP_CellType;
30
31/* RANAP_CellType */
32typedef long RANAP_CellType_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_RANAP_CellType;
36asn_struct_free_f RANAP_CellType_free;
37asn_struct_print_f RANAP_CellType_print;
38asn_constr_check_f RANAP_CellType_constraint;
39ber_type_decoder_f RANAP_CellType_decode_ber;
40der_type_encoder_f RANAP_CellType_encode_der;
41xer_type_decoder_f RANAP_CellType_decode_xer;
42xer_type_encoder_f RANAP_CellType_encode_xer;
43per_type_decoder_f RANAP_CellType_decode_uper;
44per_type_encoder_f RANAP_CellType_encode_uper;
45per_type_decoder_f RANAP_CellType_decode_aper;
46per_type_encoder_f RANAP_CellType_encode_aper;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _RANAP_CellType_H_ */
53#include <asn_internal.h>