remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GGSN-InterfaceList.h
blob02385393381d06340c030697a8249d3cd2f7be94
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 _GGSN_InterfaceList_H_
9 #define _GGSN_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 GGSN_InterfaceList {
23 GGSN_InterfaceList_gn = 0,
24 GGSN_InterfaceList_gi = 1,
25 GGSN_InterfaceList_gmb = 2
26 } e_GGSN_InterfaceList;
28 /* GGSN-InterfaceList */
29 typedef BIT_STRING_t GGSN_InterfaceList_t;
31 /* Implementation */
32 extern asn_TYPE_descriptor_t asn_DEF_GGSN_InterfaceList;
33 asn_struct_free_f GGSN_InterfaceList_free;
34 asn_struct_print_f GGSN_InterfaceList_print;
35 asn_constr_check_f GGSN_InterfaceList_constraint;
36 ber_type_decoder_f GGSN_InterfaceList_decode_ber;
37 der_type_encoder_f GGSN_InterfaceList_encode_der;
38 xer_type_decoder_f GGSN_InterfaceList_decode_xer;
39 xer_type_encoder_f GGSN_InterfaceList_encode_xer;
40 per_type_decoder_f GGSN_InterfaceList_decode_uper;
41 per_type_encoder_f GGSN_InterfaceList_encode_uper;
43 #ifdef __cplusplus
45 #endif
47 #endif /* _GGSN_InterfaceList_H_ */
48 #include <asn_internal.h>