remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / OfferedCamel4CSIs.h
blob6ab319860c1310dcd07e6999a1b16f681dc5385b
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _OfferedCamel4CSIs_H_
9 #define _OfferedCamel4CSIs_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 OfferedCamel4CSIs {
23 OfferedCamel4CSIs_o_csi = 0,
24 OfferedCamel4CSIs_d_csi = 1,
25 OfferedCamel4CSIs_vt_csi = 2,
26 OfferedCamel4CSIs_t_csi = 3,
27 OfferedCamel4CSIs_mt_sms_csi = 4,
28 OfferedCamel4CSIs_mg_csi = 5,
29 OfferedCamel4CSIs_psi_enhancements = 6
30 } e_OfferedCamel4CSIs;
32 /* OfferedCamel4CSIs */
33 typedef BIT_STRING_t OfferedCamel4CSIs_t;
35 /* Implementation */
36 extern asn_TYPE_descriptor_t asn_DEF_OfferedCamel4CSIs;
37 asn_struct_free_f OfferedCamel4CSIs_free;
38 asn_struct_print_f OfferedCamel4CSIs_print;
39 asn_constr_check_f OfferedCamel4CSIs_constraint;
40 ber_type_decoder_f OfferedCamel4CSIs_decode_ber;
41 der_type_encoder_f OfferedCamel4CSIs_encode_der;
42 xer_type_decoder_f OfferedCamel4CSIs_decode_xer;
43 xer_type_encoder_f OfferedCamel4CSIs_encode_xer;
44 per_type_decoder_f OfferedCamel4CSIs_decode_uper;
45 per_type_encoder_f OfferedCamel4CSIs_encode_uper;
47 #ifdef __cplusplus
49 #endif
51 #endif /* _OfferedCamel4CSIs_H_ */
52 #include <asn_internal.h>