blob: 3d6b58819c282b891ee73c9e5e05c665c2c1edd1 [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _CELL_FACHMobilitySupport_H_
9#define _CELL_FACHMobilitySupport_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <NativeEnumerated.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum CELL_FACHMobilitySupport {
23 CELL_FACHMobilitySupport_supported = 0
24 /*
25 * Enumeration is extensible
26 */
27} e_CELL_FACHMobilitySupport;
28
29/* CELL-FACHMobilitySupport */
30typedef long CELL_FACHMobilitySupport_t;
31
32/* Implementation */
33extern asn_TYPE_descriptor_t asn_DEF_CELL_FACHMobilitySupport;
34asn_struct_free_f CELL_FACHMobilitySupport_free;
35asn_struct_print_f CELL_FACHMobilitySupport_print;
36asn_constr_check_f CELL_FACHMobilitySupport_constraint;
37ber_type_decoder_f CELL_FACHMobilitySupport_decode_ber;
38der_type_encoder_f CELL_FACHMobilitySupport_encode_der;
39xer_type_decoder_f CELL_FACHMobilitySupport_decode_xer;
40xer_type_encoder_f CELL_FACHMobilitySupport_encode_xer;
41per_type_decoder_f CELL_FACHMobilitySupport_decode_uper;
42per_type_encoder_f CELL_FACHMobilitySupport_encode_uper;
43per_type_decoder_f CELL_FACHMobilitySupport_decode_aper;
44per_type_encoder_f CELL_FACHMobilitySupport_encode_aper;
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _CELL_FACHMobilitySupport_H_ */
51#include <asn_internal.h>