remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSModelID.h
blob96ad4e2dbaf8d28c4b670ee5eb9233a60fb215b2
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 _GANSSModelID_H_
9 #define _GANSSModelID_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 GANSSModelID {
23 GANSSModelID_model1 = 0,
24 GANSSModelID_model2 = 1,
25 GANSSModelID_model3 = 2,
26 GANSSModelID_model4 = 3,
27 GANSSModelID_model5 = 4,
28 GANSSModelID_model6 = 5,
29 GANSSModelID_model7 = 6,
30 GANSSModelID_model8 = 7
31 } e_GANSSModelID;
33 /* GANSSModelID */
34 typedef BIT_STRING_t GANSSModelID_t;
36 /* Implementation */
37 extern asn_TYPE_descriptor_t asn_DEF_GANSSModelID;
38 asn_struct_free_f GANSSModelID_free;
39 asn_struct_print_f GANSSModelID_print;
40 asn_constr_check_f GANSSModelID_constraint;
41 ber_type_decoder_f GANSSModelID_decode_ber;
42 der_type_encoder_f GANSSModelID_encode_der;
43 xer_type_decoder_f GANSSModelID_decode_xer;
44 xer_type_encoder_f GANSSModelID_encode_xer;
45 per_type_decoder_f GANSSModelID_decode_uper;
46 per_type_encoder_f GANSSModelID_encode_uper;
48 #ifdef __cplusplus
50 #endif
52 #endif /* _GANSSModelID_H_ */
53 #include <asn_internal.h>