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`
8 #ifndef _GANSSPositioningMethod_H_
9 #define _GANSSPositioningMethod_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
22 typedef enum GANSSPositioningMethod
{
23 GANSSPositioningMethod_gps
= 0,
24 GANSSPositioningMethod_galileo
= 1,
25 GANSSPositioningMethod_sbas
= 2,
26 GANSSPositioningMethod_modernizedGPS
= 3,
27 GANSSPositioningMethod_qzss
= 4,
28 GANSSPositioningMethod_glonass
= 5
29 } e_GANSSPositioningMethod
;
31 /* GANSSPositioningMethod */
32 typedef BIT_STRING_t GANSSPositioningMethod_t
;
35 extern asn_TYPE_descriptor_t asn_DEF_GANSSPositioningMethod
;
36 asn_struct_free_f GANSSPositioningMethod_free
;
37 asn_struct_print_f GANSSPositioningMethod_print
;
38 asn_constr_check_f GANSSPositioningMethod_constraint
;
39 ber_type_decoder_f GANSSPositioningMethod_decode_ber
;
40 der_type_encoder_f GANSSPositioningMethod_encode_der
;
41 xer_type_decoder_f GANSSPositioningMethod_decode_xer
;
42 xer_type_encoder_f GANSSPositioningMethod_encode_xer
;
43 per_type_decoder_f GANSSPositioningMethod_decode_uper
;
44 per_type_encoder_f GANSSPositioningMethod_encode_uper
;
50 #endif /* _GANSSPositioningMethod_H_ */
51 #include <asn_internal.h>