/* * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" * found in "tcap.asn" */ #ifndef _End_H_ #define _End_H_ #include /* Including external dependencies */ #include "DestTransactionID.h" #include "DialoguePortion.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ComponentPortion; /* End */ typedef struct End { DestTransactionID_t dtid; DialoguePortion_t *dialoguePortion /* OPTIONAL */; struct ComponentPortion *components /* OPTIONAL */; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } End_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_End; #ifdef __cplusplus } #endif /* Referred external types */ #include "ComponentPortion.h" #endif /* _End_H_ */