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`
8 #ifndef _MME_InterfaceList_H_
9 #define _MME_InterfaceList_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
22 typedef enum MME_InterfaceList
{
23 MME_InterfaceList_s1_mme
= 0,
24 MME_InterfaceList_s3
= 1,
25 MME_InterfaceList_s6a
= 2,
26 MME_InterfaceList_s10
= 3,
27 MME_InterfaceList_s11
= 4
28 } e_MME_InterfaceList
;
30 /* MME-InterfaceList */
31 typedef BIT_STRING_t MME_InterfaceList_t
;
34 extern asn_TYPE_descriptor_t asn_DEF_MME_InterfaceList
;
35 asn_struct_free_f MME_InterfaceList_free
;
36 asn_struct_print_f MME_InterfaceList_print
;
37 asn_constr_check_f MME_InterfaceList_constraint
;
38 ber_type_decoder_f MME_InterfaceList_decode_ber
;
39 der_type_encoder_f MME_InterfaceList_encode_der
;
40 xer_type_decoder_f MME_InterfaceList_decode_xer
;
41 xer_type_encoder_f MME_InterfaceList_encode_xer
;
42 per_type_decoder_f MME_InterfaceList_decode_uper
;
43 per_type_encoder_f MME_InterfaceList_encode_uper
;
49 #endif /* _MME_InterfaceList_H_ */
50 #include <asn_internal.h>