From 9aa8c8bb35f4c5fe78f514f9ecece20f26cea808 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 02:52:28 +0800 Subject: sccp: Make it possible to have a POC inside the sockaddr_sccp. Embed the POC, add the indicator, add the POC byte. --- include/sccp/sccp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 7c75b0c..6305704 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -58,6 +58,9 @@ struct sockaddr_sccp { /* any of SCCP_TITLE_IND_* */ uint8_t gti_ind; + int use_poi; + uint8_t poi[2]; + /* not sure about these */ /* uint8_t sccp_class; */ }; -- cgit v1.2.3