aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess/ipaccess-proxy.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-09 14:39:22 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-09 21:40:45 +0800
commit3dac881271d92f15acb05328b5d2ae61dbacb891 (patch)
treedf1ba9298512afde6029fa16f47a93afa1c09599 /openbsc/src/ipaccess/ipaccess-proxy.c
parent62d97986a3170f6ccc7e0963a32cc4cf8f8da3c2 (diff)
ipa: Increase msgb size for the IPA msg in the proxy.
Diffstat (limited to 'openbsc/src/ipaccess/ipaccess-proxy.c')
-rw-r--r--openbsc/src/ipaccess/ipaccess-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-proxy.c b/openbsc/src/ipaccess/ipaccess-proxy.c
index 386081349..77fa575cb 100644
--- a/openbsc/src/ipaccess/ipaccess-proxy.c
+++ b/openbsc/src/ipaccess/ipaccess-proxy.c
@@ -111,7 +111,7 @@ void *tall_bsc_ctx;
static char *listen_ipaddr;
static char *bsc_ipaddr;
-#define PROXY_ALLOC_SIZE 300
+#define PROXY_ALLOC_SIZE 1200
static const u_int8_t pong[] = { 0, 1, IPAC_PROTO_IPACCESS, IPAC_MSGT_PONG };
static const u_int8_t id_ack[] = { 0, 1, IPAC_PROTO_IPACCESS, IPAC_MSGT_ID_ACK };