blob: 580cd3348f9315d023b464be10b07e664f1d1078 [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_MeasBand_H_
8#define _RANAP_MeasBand_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_MeasBand {
22 RANAP_MeasBand_v6 = 0,
23 RANAP_MeasBand_v15 = 1,
24 RANAP_MeasBand_v25 = 2,
25 RANAP_MeasBand_v50 = 3,
26 RANAP_MeasBand_v75 = 4,
27 RANAP_MeasBand_v100 = 5
28} e_RANAP_MeasBand;
29
30/* RANAP_MeasBand */
31typedef long RANAP_MeasBand_t;
32
33/* Implementation */
34extern asn_TYPE_descriptor_t asn_DEF_RANAP_MeasBand;
35asn_struct_free_f RANAP_MeasBand_free;
36asn_struct_print_f RANAP_MeasBand_print;
37asn_constr_check_f RANAP_MeasBand_constraint;
38ber_type_decoder_f RANAP_MeasBand_decode_ber;
39der_type_encoder_f RANAP_MeasBand_encode_der;
40xer_type_decoder_f RANAP_MeasBand_decode_xer;
41xer_type_encoder_f RANAP_MeasBand_encode_xer;
42per_type_decoder_f RANAP_MeasBand_decode_uper;
43per_type_encoder_f RANAP_MeasBand_encode_uper;
44per_type_decoder_f RANAP_MeasBand_decode_aper;
45per_type_encoder_f RANAP_MeasBand_encode_aper;
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _RANAP_MeasBand_H_ */
52#include <asn_internal.h>