From 7b07b2dcff72aa302b093beb3942c592b5103b91 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 25 Feb 2011 20:38:15 +0100 Subject: nat: Start making the number of multiplexes configurable Introduce a VTY setting that right now needs to be set to one. To make updating this setting possible we will now store the number of endpoints in the bsc connection as well. --- 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 13d1b09f2..49213a5ed 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -79,6 +79,7 @@ struct bsc_connection { /* mgcp related code */ char *_endpoint_status; + int number_endpoints; int last_endpoint; /* a back pointer */ -- cgit v1.2.3