remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / BMSC-EventList.h
blobf780eedbe5f3730bb5f415af52bdaae1ca609df9
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 _BMSC_EventList_H_
9 #define _BMSC_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 BMSC_EventList {
23 BMSC_EventList_mbmsMulticastServiceActivation = 0
24 } e_BMSC_EventList;
26 /* BMSC-EventList */
27 typedef BIT_STRING_t BMSC_EventList_t;
29 /* Implementation */
30 extern asn_TYPE_descriptor_t asn_DEF_BMSC_EventList;
31 asn_struct_free_f BMSC_EventList_free;
32 asn_struct_print_f BMSC_EventList_print;
33 asn_constr_check_f BMSC_EventList_constraint;
34 ber_type_decoder_f BMSC_EventList_decode_ber;
35 der_type_encoder_f BMSC_EventList_encode_der;
36 xer_type_decoder_f BMSC_EventList_decode_xer;
37 xer_type_encoder_f BMSC_EventList_encode_xer;
38 per_type_decoder_f BMSC_EventList_decode_uper;
39 per_type_encoder_f BMSC_EventList_encode_uper;
41 #ifdef __cplusplus
43 #endif
45 #endif /* _BMSC_EventList_H_ */
46 #include <asn_internal.h>