aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 16:36:36 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 20:45:15 +0800
commit677f0e7f9069c0df77c4772f1bf4fc9f713313b7 (patch)
tree750f61c652e2d2c4fc0a5587e68de440771c60c6 /openbsc/include/openbsc
parentddbb5a4e1ea2199f633e93df758639d61ec1028c (diff)
[nat] Add the notion of a "local" connection.
A local connection is only between the MUX and the real BSC. We will not forward anything to the MSC. This will be needed for the IMSI filtering as sending a CREF is not liked by every BSC...
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 99a3aa6b7..80d69d196 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -126,6 +126,7 @@ struct sccp_connections {
/* status */
int con_type;
+ int con_local;
/* GSM audio handling. That is 32 * multiplex + ts */
int crcx;