From 85902a4d4a53094e8ab4cb242e8de1f6ce431f9e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 1 Sep 2010 09:31:46 +0800 Subject: nat: We have 1 to 31 available to the BSC. --- openbsc/include/openbsc/bsc_nat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3