/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #ifndef _TCAP_Begin_H_ #define _TCAP_Begin_H_ #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct TCAP_DialoguePortion; struct TCAP_ComponentPortion; /* TCAP_Begin */ typedef struct TCAP_Begin { TCAP_OrigTransactionID_t otid; struct TCAP_DialoguePortion *dialoguePortion; /* OPTIONAL */ struct TCAP_ComponentPortion *components; /* OPTIONAL */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } TCAP_Begin_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_TCAP_Begin; extern asn_SEQUENCE_specifics_t asn_SPC_TCAP_Begin_specs_1; extern asn_TYPE_member_t asn_MBR_TCAP_Begin_1[3]; #ifdef __cplusplus } #endif /* Referred external types */ #include #include #endif /* _TCAP_Begin_H_ */ #include