2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-LCS-DataTypes"
4 * found in "../asn1src/MAP-LCS-DataTypes.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 LCS_Event
{
23 LCS_Event_emergencyCallOrigination
= 0,
24 LCS_Event_emergencyCallRelease
= 1,
27 * Enumeration is extensible
29 LCS_Event_deferredmt_lrResponse
= 3,
30 LCS_Event_deferredmo_lrTTTPInitiation
= 4,
31 LCS_Event_emergencyCallHandover
= 5
35 typedef long LCS_Event_t
;
38 extern asn_TYPE_descriptor_t asn_DEF_LCS_Event
;
39 asn_struct_free_f LCS_Event_free
;
40 asn_struct_print_f LCS_Event_print
;
41 asn_constr_check_f LCS_Event_constraint
;
42 ber_type_decoder_f LCS_Event_decode_ber
;
43 der_type_encoder_f LCS_Event_encode_der
;
44 xer_type_decoder_f LCS_Event_decode_xer
;
45 xer_type_encoder_f LCS_Event_encode_xer
;
46 per_type_decoder_f LCS_Event_decode_uper
;
47 per_type_encoder_f LCS_Event_encode_uper
;
53 #endif /* _LCS_Event_H_ */
54 #include <asn_internal.h>