From 3dac881271d92f15acb05328b5d2ae61dbacb891 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 9 Jun 2010 14:39:22 +0800 Subject: [PATCH] ipa: Increase msgb size for the IPA msg in the proxy. --- openbsc/src/ipaccess/ipaccess-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };