From c58da4b374c6a748bda60c6e3068568b8a3f220c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 May 2010 16:36:36 +0800 Subject: [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... --- openbsc/include/openbsc/bsc_nat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/bsc_nat.h') 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; -- cgit v1.2.3