From a9e9331285bccb97e3e9b8aeb5659b1fe119597b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 26 Feb 2011 11:38:00 +0100 Subject: nat: Allocate endpoints from multiple multiplexes. This code allocates endpoints from multiple multiplexes but will always leave 0x0 and 0x1f unassigned in the multiplex. --- openbsc/include/openbsc/bsc_nat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 49213a5ed..2fc8e40cf 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -79,7 +79,7 @@ struct bsc_connection { /* mgcp related code */ char *_endpoint_status; - int number_endpoints; + int number_multiplexes; int last_endpoint; /* a back pointer */ -- cgit v1.2.3