Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / TypeOfError.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _TypeOfError_H_\r
9 #define _TypeOfError_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NativeEnumerated.h>\r
16 \r
17 #ifdef __cplusplus\r
18 extern "C" {\r
19 #endif\r
20 \r
21 /* Dependencies */\r
22 typedef enum TypeOfError {\r
23         TypeOfError_not_understood      = 0,\r
24         TypeOfError_missing     = 1\r
25         /*\r
26          * Enumeration is extensible\r
27          */\r
28 } e_TypeOfError;\r
29 \r
30 /* TypeOfError */\r
31 typedef long     TypeOfError_t;\r
32 \r
33 /* Implementation */\r
34 extern asn_per_constraints_t asn_PER_type_TypeOfError_constr_1;\r
35 extern asn_TYPE_descriptor_t asn_DEF_TypeOfError;\r
36 extern const asn_INTEGER_specifics_t asn_SPC_TypeOfError_specs_1;\r
37 asn_struct_free_f TypeOfError_free;\r
38 asn_struct_print_f TypeOfError_print;\r
39 asn_constr_check_f TypeOfError_constraint;\r
40 ber_type_decoder_f TypeOfError_decode_ber;\r
41 der_type_encoder_f TypeOfError_encode_der;\r
42 xer_type_decoder_f TypeOfError_decode_xer;\r
43 xer_type_encoder_f TypeOfError_encode_xer;\r
44 per_type_decoder_f TypeOfError_decode_uper;\r
45 per_type_encoder_f TypeOfError_encode_uper;\r
46 per_type_decoder_f TypeOfError_decode_aper;\r
47 per_type_encoder_f TypeOfError_encode_aper;\r
48 \r
49 #ifdef __cplusplus\r
50 }\r
51 #endif\r
52 \r
53 #endif  /* _TypeOfError_H_ */\r
54 #include <asn_internal.h>\r