remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSAssistance.h
blob7abba993ae0ca4e83462d232796fdd03e7a4701f
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 _GANSSAssistance_H_
9 #define _GANSSAssistance_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum GANSSAssistance {
23 GANSSAssistance_realTimeIntegrity = 0,
24 GANSSAssistance_differentialCorrections = 1,
25 GANSSAssistance_almanac = 2,
26 GANSSAssistance_referenceMeasurementInformation = 3,
27 GANSSAssistance_navigationModel = 4,
28 GANSSAssistance_timeModelGNSS_UTC = 5,
29 GANSSAssistance_timeModelGNSS_GNSS = 6,
30 GANSSAssistance_databitassistance = 7,
31 GANSSAssistance_ephemerisExtension = 8,
32 GANSSAssistance_ephemerisExtensionCheck = 9,
33 GANSSAssistance_addUTCmodel = 10,
34 GANSSAssistance_auxiliaryInformation = 11
35 } e_GANSSAssistance;
37 /* GANSSAssistance */
38 typedef BIT_STRING_t GANSSAssistance_t;
40 /* Implementation */
41 extern asn_TYPE_descriptor_t asn_DEF_GANSSAssistance;
42 asn_struct_free_f GANSSAssistance_free;
43 asn_struct_print_f GANSSAssistance_print;
44 asn_constr_check_f GANSSAssistance_constraint;
45 ber_type_decoder_f GANSSAssistance_decode_ber;
46 der_type_encoder_f GANSSAssistance_encode_der;
47 xer_type_decoder_f GANSSAssistance_decode_xer;
48 xer_type_encoder_f GANSSAssistance_encode_xer;
49 per_type_decoder_f GANSSAssistance_decode_uper;
50 per_type_encoder_f GANSSAssistance_encode_uper;
52 #ifdef __cplusplus
54 #endif
56 #endif /* _GANSSAssistance_H_ */
57 #include <asn_internal.h>