From 5a45b156d4165fed159a290c46676d1383ffcc80 Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Wed, 17 Aug 2011 15:33:57 -0400 Subject: New upstream version 0.9.14 --- include/openbsc/bsc_nat_sccp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/openbsc/bsc_nat_sccp.h') diff --git a/include/openbsc/bsc_nat_sccp.h b/include/openbsc/bsc_nat_sccp.h index 0ade668c4..20db2c12f 100644 --- a/include/openbsc/bsc_nat_sccp.h +++ b/include/openbsc/bsc_nat_sccp.h @@ -22,7 +22,6 @@ #ifndef BSC_NAT_SCCP_H #define BSC_NAT_SCCP_H -#include #include /* @@ -77,9 +76,13 @@ struct sccp_connections { /* status */ int con_type; int con_local; + int authorized; int imsi_checked; char *imsi; + /* remember which Transactions we run over the bypass */ + char ussd_ti[8]; + /* * audio handling. Remember if we have ever send a CRCX, * remember the endpoint used by the MSC and BSC. -- cgit v1.2.3