remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SGW-InterfaceList.h
blob8d9a6f241da1a3b9fe05d3e1dfa9c743820dc813
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 _SGW_InterfaceList_H_
9 #define _SGW_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 SGW_InterfaceList {
23 SGW_InterfaceList_s4 = 0,
24 SGW_InterfaceList_s5 = 1,
25 SGW_InterfaceList_s8b = 2,
26 SGW_InterfaceList_s11 = 3,
27 SGW_InterfaceList_gxc = 4
28 } e_SGW_InterfaceList;
30 /* SGW-InterfaceList */
31 typedef BIT_STRING_t SGW_InterfaceList_t;
33 /* Implementation */
34 extern asn_TYPE_descriptor_t asn_DEF_SGW_InterfaceList;
35 asn_struct_free_f SGW_InterfaceList_free;
36 asn_struct_print_f SGW_InterfaceList_print;
37 asn_constr_check_f SGW_InterfaceList_constraint;
38 ber_type_decoder_f SGW_InterfaceList_decode_ber;
39 der_type_encoder_f SGW_InterfaceList_encode_der;
40 xer_type_decoder_f SGW_InterfaceList_decode_xer;
41 xer_type_encoder_f SGW_InterfaceList_encode_xer;
42 per_type_decoder_f SGW_InterfaceList_decode_uper;
43 per_type_encoder_f SGW_InterfaceList_encode_uper;
45 #ifdef __cplusplus
47 #endif
49 #endif /* _SGW_InterfaceList_H_ */
50 #include <asn_internal.h>