aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 01:04:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 04:57:40 +0800
commit444d8d1234d9ea6b36cb34517be3ee96c3319208 (patch)
tree2c54c09bc8af2db78e4d63d7141a2276ceaed07a /include
parentf7630e662cd45b5ac980f546c04a5a10f792cd09 (diff)
sccp: Make it possible to put a GlobalTitle into the SCCP header.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h7
1 files changed, 7 insertions, 0 deletions
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; */
};