From 7360a36eadf8be9c234e8d9d4121c7027597c451 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 04:06:04 +0800 Subject: sccp: Copy out pointers to the GTI into the parsed structure.. --- include/sccp/sccp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 6305704..fd468c5 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -72,6 +72,10 @@ struct sccp_address { struct sccp_called_party_address address; uint8_t ssn; uint8_t poi[2]; + + uint8_t gti_ind; + uint8_t *gti_data; + int gti_len; }; struct sccp_optional_data { -- cgit v1.2.3