aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-26 11:38:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-26 11:38:00 +0100
commita9e9331285bccb97e3e9b8aeb5659b1fe119597b (patch)
treed58682e789276641815b0d6d14452bd06bd3fef7 /openbsc/include/openbsc
parent7b07b2dcff72aa302b093beb3942c592b5103b91 (diff)
nat: Allocate endpoints from multiple multiplexes.
This code allocates endpoints from multiple multiplexes but will always leave 0x0 and 0x1f unassigned in the multiplex.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 1 insertions, 1 deletions
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 */