remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / MSC-S-InterfaceList.h
blob69c16b6b53a6f49c869af916a18b1229cc21e4ef
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 _MSC_S_InterfaceList_H_
9 #define _MSC_S_InterfaceList_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 MSC_S_InterfaceList {
23 MSC_S_InterfaceList_a = 0,
24 MSC_S_InterfaceList_iu = 1,
25 MSC_S_InterfaceList_mc = 2,
26 MSC_S_InterfaceList_map_g = 3,
27 MSC_S_InterfaceList_map_b = 4,
28 MSC_S_InterfaceList_map_e = 5,
29 MSC_S_InterfaceList_map_f = 6,
30 MSC_S_InterfaceList_cap = 7,
31 MSC_S_InterfaceList_map_d = 8,
32 MSC_S_InterfaceList_map_c = 9
33 } e_MSC_S_InterfaceList;
35 /* MSC-S-InterfaceList */
36 typedef BIT_STRING_t MSC_S_InterfaceList_t;
38 /* Implementation */
39 extern asn_TYPE_descriptor_t asn_DEF_MSC_S_InterfaceList;
40 asn_struct_free_f MSC_S_InterfaceList_free;
41 asn_struct_print_f MSC_S_InterfaceList_print;
42 asn_constr_check_f MSC_S_InterfaceList_constraint;
43 ber_type_decoder_f MSC_S_InterfaceList_decode_ber;
44 der_type_encoder_f MSC_S_InterfaceList_encode_der;
45 xer_type_decoder_f MSC_S_InterfaceList_decode_xer;
46 xer_type_encoder_f MSC_S_InterfaceList_encode_xer;
47 per_type_decoder_f MSC_S_InterfaceList_decode_uper;
48 per_type_encoder_f MSC_S_InterfaceList_encode_uper;
50 #ifdef __cplusplus
52 #endif
54 #endif /* _MSC_S_InterfaceList_H_ */
55 #include <asn_internal.h>