remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / LCS-Event.h
blob8b10d91d9c906f2daa35e7558c4008a96d7beb87
1 /*
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`
6 */
8 #ifndef _LCS_Event_H_
9 #define _LCS_Event_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 LCS_Event {
23 LCS_Event_emergencyCallOrigination = 0,
24 LCS_Event_emergencyCallRelease = 1,
25 LCS_Event_mo_lr = 2,
27 * Enumeration is extensible
29 LCS_Event_deferredmt_lrResponse = 3,
30 LCS_Event_deferredmo_lrTTTPInitiation = 4,
31 LCS_Event_emergencyCallHandover = 5
32 } e_LCS_Event;
34 /* LCS-Event */
35 typedef long LCS_Event_t;
37 /* Implementation */
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;
49 #ifdef __cplusplus
51 #endif
53 #endif /* _LCS_Event_H_ */
54 #include <asn_internal.h>