aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-08-26 17:07:12 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-03 16:15:02 +0200
commit81a625cbe5d094452bd0150df9d29f3e00a407c8 (patch)
tree5481e1f5cf243eba3fef786ed787e62a22fc3232 /openbsc/include
parent7e5cdb1da017feee6222a33760ad92fae932c453 (diff)
nat: Detect a CC Setup and filter it for local call handling
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat_sccp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat_sccp.h b/openbsc/include/openbsc/bsc_nat_sccp.h
index 0561df1f4..40e04a027 100644
--- a/openbsc/include/openbsc/bsc_nat_sccp.h
+++ b/openbsc/include/openbsc/bsc_nat_sccp.h
@@ -83,6 +83,10 @@ struct nat_sccp_connection {
int imsi_checked;
char *imsi;
+ /* status for local call handling */
+ int has_cc_ti;
+ int cc_ti;
+
uint16_t lac;
uint16_t ci;