summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/gobi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gobi.c b/plugins/gobi.c
index 1a5830d3..5846485c 100644
--- a/plugins/gobi.c
+++ b/plugins/gobi.c
@@ -106,7 +106,7 @@ static GAtChat *open_device(struct ofono_modem *modem,
if (channel == NULL)
return NULL;
- syntax = g_at_syntax_new_gsmv1();
+ syntax = g_at_syntax_new_gsm_permissive();
chat = g_at_chat_new(channel, syntax);
g_at_syntax_unref(syntax);
g_io_channel_unref(channel);