/* * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" * found in "tcap.asn" */ #ifndef _ExternalPDU_H_ #define _ExternalPDU_H_ #include /* Including external dependencies */ #include #include "Dialog1.h" #include #ifdef __cplusplus extern "C" { #endif /* ExternalPDU */ typedef struct ExternalPDU { OBJECT_IDENTIFIER_t oid; Dialog1_t dialog; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } ExternalPDU_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_ExternalPDU; #ifdef __cplusplus } #endif #endif /* _ExternalPDU_H_ */