aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/bsc_nat_sccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/bsc_nat_sccp.h')
-rw-r--r--include/openbsc/bsc_nat_sccp.h5
1 files changed, 4 insertions, 1 deletions
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 <sys/types.h>
#include <osmocom/sccp/sccp_types.h>
/*
@@ -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.