blob: 12b0528a9302c6523f5fa0791a4fcdde41c536c9 [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_TypeOfError_H_
8#define _RANAP_TypeOfError_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_TypeOfError {
22 RANAP_TypeOfError_not_understood = 0,
23 RANAP_TypeOfError_missing = 1
24 /*
25 * Enumeration is extensible
26 */
27} e_RANAP_TypeOfError;
28
29/* RANAP_TypeOfError */
30typedef long RANAP_TypeOfError_t;
31
32/* Implementation */
33extern asn_TYPE_descriptor_t asn_DEF_RANAP_TypeOfError;
34asn_struct_free_f RANAP_TypeOfError_free;
35asn_struct_print_f RANAP_TypeOfError_print;
36asn_constr_check_f RANAP_TypeOfError_constraint;
37ber_type_decoder_f RANAP_TypeOfError_decode_ber;
38der_type_encoder_f RANAP_TypeOfError_encode_der;
39xer_type_decoder_f RANAP_TypeOfError_decode_xer;
40xer_type_encoder_f RANAP_TypeOfError_encode_xer;
41per_type_decoder_f RANAP_TypeOfError_decode_uper;
42per_type_encoder_f RANAP_TypeOfError_encode_uper;
43per_type_decoder_f RANAP_TypeOfError_decode_aper;
44per_type_encoder_f RANAP_TypeOfError_encode_aper;
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* _RANAP_TypeOfError_H_ */
51#include <asn_internal.h>