/* * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) * From ASN.1 module "MAP-SM-DataTypes" * found in "../asn//MAP-SM-DataTypes.asn" */ #ifndef _DispatcherList_H_ #define _DispatcherList_H_ #include /* Including external dependencies */ #include "ISDN-AddressString.h" #include #include #ifdef __cplusplus extern "C" { #endif /* DispatcherList */ typedef struct DispatcherList { A_SEQUENCE_OF(ISDN_AddressString_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } DispatcherList_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_DispatcherList; #ifdef __cplusplus } #endif #endif /* _DispatcherList_H_ */