remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / ErrorCodes.h
blob3fc05fe8f9445730e7cb8764b3ce0bc635bcbf68
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _ErrorCodes_H_
9 #define _ErrorCodes_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum ErrorCodes {
23 ErrorCodes_unDefined = 0,
24 ErrorCodes_missingComponet = 1,
25 ErrorCodes_incorrectData = 2,
26 ErrorCodes_missingIEorComponentElement = 3,
27 ErrorCodes_messageTooShort = 4,
28 ErrorCodes_unknowReferenceNumber = 5
30 * Enumeration is extensible
32 } e_ErrorCodes;
34 /* ErrorCodes */
35 typedef long ErrorCodes_t;
37 /* Implementation */
38 extern asn_TYPE_descriptor_t asn_DEF_ErrorCodes;
39 asn_struct_free_f ErrorCodes_free;
40 asn_struct_print_f ErrorCodes_print;
41 asn_constr_check_f ErrorCodes_constraint;
42 ber_type_decoder_f ErrorCodes_decode_ber;
43 der_type_encoder_f ErrorCodes_encode_der;
44 xer_type_decoder_f ErrorCodes_decode_xer;
45 xer_type_encoder_f ErrorCodes_encode_xer;
46 per_type_decoder_f ErrorCodes_decode_uper;
47 per_type_encoder_f ErrorCodes_encode_uper;
49 #ifdef __cplusplus
51 #endif
53 #endif /* _ErrorCodes_H_ */
54 #include <asn_internal.h>