blob: b775efaae71036dcd9023074c151e316e05dfd05 [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_RSRVCC_HO_Indication_H_
8#define _RANAP_RSRVCC_HO_Indication_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_RSRVCC_HO_Indication {
22 RANAP_RSRVCC_HO_Indication_ps_only = 0
23 /*
24 * Enumeration is extensible
25 */
26} e_RANAP_RSRVCC_HO_Indication;
27
28/* RANAP_RSRVCC-HO-Indication */
29typedef long RANAP_RSRVCC_HO_Indication_t;
30
31/* Implementation */
32extern asn_TYPE_descriptor_t asn_DEF_RANAP_RSRVCC_HO_Indication;
33asn_struct_free_f RANAP_RSRVCC_HO_Indication_free;
34asn_struct_print_f RANAP_RSRVCC_HO_Indication_print;
35asn_constr_check_f RANAP_RSRVCC_HO_Indication_constraint;
36ber_type_decoder_f RANAP_RSRVCC_HO_Indication_decode_ber;
37der_type_encoder_f RANAP_RSRVCC_HO_Indication_encode_der;
38xer_type_decoder_f RANAP_RSRVCC_HO_Indication_decode_xer;
39xer_type_encoder_f RANAP_RSRVCC_HO_Indication_encode_xer;
40per_type_decoder_f RANAP_RSRVCC_HO_Indication_decode_uper;
41per_type_encoder_f RANAP_RSRVCC_HO_Indication_encode_uper;
42per_type_decoder_f RANAP_RSRVCC_HO_Indication_decode_aper;
43per_type_encoder_f RANAP_RSRVCC_HO_Indication_encode_aper;
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* _RANAP_RSRVCC_HO_Indication_H_ */
50#include <asn_internal.h>