telitmodem: Fix GPRS activation command string buffer size

This commit is contained in:
Marcel Holtmann 2017-07-11 10:43:23 -07:00
parent 6c936db4ae
commit 339e874212
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ static void setup_cb(gboolean ok, GAtResult *result, gpointer user_data)
{
struct ofono_gprs_context *gc = user_data;
struct gprs_context_data *gcd = ofono_gprs_context_get_data(gc);
char buf[128];
char buf[384];
DBG("ok %d", ok);