aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-28 18:11:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-29 16:35:25 +0800
commit39cd32e650d490ba2d5e74f2df90a3f12514d618 (patch)
treef33baa70f7d1c7b49453f82a18b18b8736095216 /openbsc/include/openbsc/bsc_nat_sccp.h
parentc021fbe603c69c2ca79f6c91b1af109fd7e1613f (diff)
nat: Remove the CRCX value from the nat
Assume that if the MSC has assigned a timeslot/multiplex it will also be used for the MGCP. So we just assume that it was allocated on the BSC as well... in the worse case we will send a DLCX downstream but it should be fine.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat_sccp.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat_sccp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_nat_sccp.h b/openbsc/include/openbsc/bsc_nat_sccp.h
index fcfd23beb..4f1afcb2b 100644
--- a/openbsc/include/openbsc/bsc_nat_sccp.h
+++ b/openbsc/include/openbsc/bsc_nat_sccp.h
@@ -83,7 +83,6 @@ struct sccp_connections {
* audio handling. Remember if we have ever send a CRCX,
* remember the endpoint used by the MSC and BSC.
*/
- int crcx;
int msc_endp;
int bsc_endp;