/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #ifndef _TCAP_End_H_ #define _TCAP_End_H_ #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct TCAP_DialoguePortion; struct TCAP_ComponentPortion; /* TCAP_End */ typedef struct TCAP_End { TCAP_DestTransactionID_t dtid; struct TCAP_DialoguePortion *dialoguePortion; /* OPTIONAL */ struct TCAP_ComponentPortion *components; /* OPTIONAL */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } TCAP_End_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_TCAP_End; extern asn_SEQUENCE_specifics_t asn_SPC_TCAP_End_specs_1; extern asn_TYPE_member_t asn_MBR_TCAP_End_1[3]; #ifdef __cplusplus } #endif /* Referred external types */ #include #include #endif /* _TCAP_End_H_ */ #include