remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LocErrorReason.h
blob0172e67454f0495f47f0a855ec1a99e0668e7e40
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 _LocErrorReason_H_
9 #define _LocErrorReason_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 LocErrorReason {
23 LocErrorReason_unDefined = 0,
24 LocErrorReason_notEnoughBTSs = 1,
25 LocErrorReason_notEnoughSats = 2,
26 LocErrorReason_eotdLocCalAssDataMissing = 3,
27 LocErrorReason_eotdAssDataMissing = 4,
28 LocErrorReason_gpsLocCalAssDataMissing = 5,
29 LocErrorReason_gpsAssDataMissing = 6,
30 LocErrorReason_methodNotSupported = 7,
31 LocErrorReason_notProcessed = 8,
32 LocErrorReason_refBTSForGPSNotServingBTS = 9,
33 LocErrorReason_refBTSForEOTDNotServingBTS = 10,
35 * Enumeration is extensible
37 LocErrorReason_notEnoughGANSSSats = 11,
38 LocErrorReason_ganssAssDataMissing = 12,
39 LocErrorReason_refBTSForGANSSNotServingBTS = 13
40 } e_LocErrorReason;
42 /* LocErrorReason */
43 typedef long LocErrorReason_t;
45 /* Implementation */
46 extern asn_TYPE_descriptor_t asn_DEF_LocErrorReason;
47 asn_struct_free_f LocErrorReason_free;
48 asn_struct_print_f LocErrorReason_print;
49 asn_constr_check_f LocErrorReason_constraint;
50 ber_type_decoder_f LocErrorReason_decode_ber;
51 der_type_encoder_f LocErrorReason_encode_der;
52 xer_type_decoder_f LocErrorReason_decode_xer;
53 xer_type_encoder_f LocErrorReason_encode_xer;
54 per_type_decoder_f LocErrorReason_decode_uper;
55 per_type_encoder_f LocErrorReason_encode_uper;
57 #ifdef __cplusplus
59 #endif
61 #endif /* _LocErrorReason_H_ */
62 #include <asn_internal.h>