/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../asn1src/RRLP-Components.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _GANSSAssistance_H_ #define _GANSSAssistance_H_ #include /* Including external dependencies */ #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum GANSSAssistance { GANSSAssistance_realTimeIntegrity = 0, GANSSAssistance_differentialCorrections = 1, GANSSAssistance_almanac = 2, GANSSAssistance_referenceMeasurementInformation = 3, GANSSAssistance_navigationModel = 4, GANSSAssistance_timeModelGNSS_UTC = 5, GANSSAssistance_timeModelGNSS_GNSS = 6, GANSSAssistance_databitassistance = 7, GANSSAssistance_ephemerisExtension = 8, GANSSAssistance_ephemerisExtensionCheck = 9, GANSSAssistance_addUTCmodel = 10, GANSSAssistance_auxiliaryInformation = 11 } e_GANSSAssistance; /* GANSSAssistance */ typedef BIT_STRING_t GANSSAssistance_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GANSSAssistance; asn_struct_free_f GANSSAssistance_free; asn_struct_print_f GANSSAssistance_print; asn_constr_check_f GANSSAssistance_constraint; ber_type_decoder_f GANSSAssistance_decode_ber; der_type_encoder_f GANSSAssistance_encode_der; xer_type_decoder_f GANSSAssistance_decode_xer; xer_type_encoder_f GANSSAssistance_encode_xer; per_type_decoder_f GANSSAssistance_decode_uper; per_type_encoder_f GANSSAssistance_encode_uper; #ifdef __cplusplus } #endif #endif /* _GANSSAssistance_H_ */ #include