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`
8 #ifndef _LCSClientInternalID_H_
9 #define _LCSClientInternalID_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
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
;
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
;
52 #endif /* _LCSClientInternalID_H_ */
53 #include <asn_internal.h>