remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SupportedLCS-CapabilitySets.h
blobfcdd02d915744a7c17890247bef401fd1c5d3897
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SupportedLCS_CapabilitySets_H_
9 #define _SupportedLCS_CapabilitySets_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 SupportedLCS_CapabilitySets {
23 SupportedLCS_CapabilitySets_lcsCapabilitySet1 = 0,
24 SupportedLCS_CapabilitySets_lcsCapabilitySet2 = 1,
25 SupportedLCS_CapabilitySets_lcsCapabilitySet3 = 2,
26 SupportedLCS_CapabilitySets_lcsCapabilitySet4 = 3,
27 SupportedLCS_CapabilitySets_lcsCapabilitySet5 = 4
28 } e_SupportedLCS_CapabilitySets;
30 /* SupportedLCS-CapabilitySets */
31 typedef BIT_STRING_t SupportedLCS_CapabilitySets_t;
33 /* Implementation */
34 extern asn_TYPE_descriptor_t asn_DEF_SupportedLCS_CapabilitySets;
35 asn_struct_free_f SupportedLCS_CapabilitySets_free;
36 asn_struct_print_f SupportedLCS_CapabilitySets_print;
37 asn_constr_check_f SupportedLCS_CapabilitySets_constraint;
38 ber_type_decoder_f SupportedLCS_CapabilitySets_decode_ber;
39 der_type_encoder_f SupportedLCS_CapabilitySets_encode_der;
40 xer_type_decoder_f SupportedLCS_CapabilitySets_decode_xer;
41 xer_type_encoder_f SupportedLCS_CapabilitySets_encode_xer;
42 per_type_decoder_f SupportedLCS_CapabilitySets_decode_uper;
43 per_type_encoder_f SupportedLCS_CapabilitySets_encode_uper;
45 #ifdef __cplusplus
47 #endif
49 #endif /* _SupportedLCS_CapabilitySets_H_ */
50 #include <asn_internal.h>