aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-01 09:31:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-01 09:31:46 +0800
commit85902a4d4a53094e8ab4cb242e8de1f6ce431f9e (patch)
tree02328ef1478b966eae19a5b07866e9aae148b000 /openbsc
parentf7c86c5b4d8f7d909595c0f01fcfaf5da4c4e7c4 (diff)
nat: We have 1 to 31 available to the BSC.
Diffstat (limited to '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 25b6429c4..0c9af9184 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -76,7 +76,7 @@ struct bsc_connection {
struct timer_list pong_timeout;
/* mgcp related code */
- int endpoint_status[33];
+ int endpoint_status[32];
int last_endpoint;
/* a back pointer */