From 444d8d1234d9ea6b36cb34517be3ee96c3319208 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 01:04:28 +0800 Subject: sccp: Make it possible to put a GlobalTitle into the SCCP header. --- include/sccp/sccp.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index b25e21f..7c75b0c 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -51,6 +51,13 @@ struct sockaddr_sccp { /* TODO fill in address indicator... if that is ever needed */ + /* optional gti information */ + uint8_t *gti; + int gti_len; + + /* any of SCCP_TITLE_IND_* */ + uint8_t gti_ind; + /* not sure about these */ /* uint8_t sccp_class; */ }; -- cgit v1.2.3