2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum PosMethod
{
23 PosMethod_agpsSETassisted
= 0,
24 PosMethod_agpsSETbased
= 1,
25 PosMethod_agpsSETassistedpref
= 2,
26 PosMethod_agpsSETbasedpref
= 3,
27 PosMethod_autonomousGPS
= 4,
32 PosMethod_noPosition
= 9
34 * Enumeration is extensible
39 typedef long PosMethod_t
;
42 extern asn_TYPE_descriptor_t asn_DEF_PosMethod
;
43 asn_struct_free_f PosMethod_free
;
44 asn_struct_print_f PosMethod_print
;
45 asn_constr_check_f PosMethod_constraint
;
46 ber_type_decoder_f PosMethod_decode_ber
;
47 der_type_encoder_f PosMethod_encode_der
;
48 xer_type_decoder_f PosMethod_decode_xer
;
49 xer_type_encoder_f PosMethod_encode_xer
;
50 per_type_decoder_f PosMethod_decode_uper
;
51 per_type_encoder_f PosMethod_encode_uper
;
57 #endif /* _PosMethod_H_ */
58 #include <asn_internal.h>