remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LCSClientInternalID.h
bloba9f5fb9d07fef57ecc56c9c38a200ddaddc04cb8
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-CommonDataTypes"
4 * found in "../asn1src/MAP-CommonDataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _LCSClientInternalID_H_
9 #define _LCSClientInternalID_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum LCSClientInternalID {
23 LCSClientInternalID_broadcastService = 0,
24 LCSClientInternalID_o_andM_HPLMN = 1,
25 LCSClientInternalID_o_andM_VPLMN = 2,
26 LCSClientInternalID_anonymousLocation = 3,
27 LCSClientInternalID_targetMSsubscribedService = 4
29 * Enumeration is extensible
31 } e_LCSClientInternalID;
33 /* LCSClientInternalID */
34 typedef long LCSClientInternalID_t;
36 /* Implementation */
37 extern asn_TYPE_descriptor_t asn_DEF_LCSClientInternalID;
38 asn_struct_free_f LCSClientInternalID_free;
39 asn_struct_print_f LCSClientInternalID_print;
40 asn_constr_check_f LCSClientInternalID_constraint;
41 ber_type_decoder_f LCSClientInternalID_decode_ber;
42 der_type_encoder_f LCSClientInternalID_encode_der;
43 xer_type_decoder_f LCSClientInternalID_decode_xer;
44 xer_type_encoder_f LCSClientInternalID_encode_xer;
45 per_type_decoder_f LCSClientInternalID_decode_uper;
46 per_type_encoder_f LCSClientInternalID_encode_uper;
48 #ifdef __cplusplus
50 #endif
52 #endif /* _LCSClientInternalID_H_ */
53 #include <asn_internal.h>