remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SGSN-EventList.h
blobd36d0b56ec3687fb66c0609c6fe4c4be5ca0dbc2
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-OM-DataTypes"
4 * found in "../asn1src/MAP-OM-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _SGSN_EventList_H_
9 #define _SGSN_EventList_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 SGSN_EventList {
23 SGSN_EventList_pdpContext = 0,
24 SGSN_EventList_mo_mt_sms = 1,
25 SGSN_EventList_rau_gprsAttach_gprsDetach = 2,
26 SGSN_EventList_mbmsContext = 3
27 } e_SGSN_EventList;
29 /* SGSN-EventList */
30 typedef BIT_STRING_t SGSN_EventList_t;
32 /* Implementation */
33 extern asn_TYPE_descriptor_t asn_DEF_SGSN_EventList;
34 asn_struct_free_f SGSN_EventList_free;
35 asn_struct_print_f SGSN_EventList_print;
36 asn_constr_check_f SGSN_EventList_constraint;
37 ber_type_decoder_f SGSN_EventList_decode_ber;
38 der_type_encoder_f SGSN_EventList_encode_der;
39 xer_type_decoder_f SGSN_EventList_decode_xer;
40 xer_type_encoder_f SGSN_EventList_encode_xer;
41 per_type_decoder_f SGSN_EventList_decode_uper;
42 per_type_encoder_f SGSN_EventList_encode_uper;
44 #ifdef __cplusplus
46 #endif
48 #endif /* _SGSN_EventList_H_ */
49 #include <asn_internal.h>