blob: 7e0fcf095349711c193cb7d28d8e773fd70ec23f [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 _TypeOfError_H_
9#define _TypeOfError_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 TypeOfError {
23 TypeOfError_not_understood = 0,
24 TypeOfError_missing = 1
25 /*
26 * Enumeration is extensible
27 */
28} e_TypeOfError;
29
30/* TypeOfError */
31typedef long TypeOfError_t;
32
33/* Implementation */
34extern asn_TYPE_descriptor_t asn_DEF_TypeOfError;
35asn_struct_free_f TypeOfError_free;
36asn_struct_print_f TypeOfError_print;
37asn_constr_check_f TypeOfError_constraint;
38ber_type_decoder_f TypeOfError_decode_ber;
39der_type_encoder_f TypeOfError_encode_der;
40xer_type_decoder_f TypeOfError_decode_xer;
41xer_type_encoder_f TypeOfError_encode_xer;
42per_type_decoder_f TypeOfError_decode_uper;
43per_type_encoder_f TypeOfError_encode_uper;
44per_type_decoder_f TypeOfError_decode_aper;
45per_type_encoder_f TypeOfError_encode_aper;
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _TypeOfError_H_ */
52#include <asn_internal.h>