summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-03-05 12:26:04 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-03-19 10:30:10 -0500
commitf8819b588b6a6b7e3ab14a239242e6e38c61f6bc (patch)
treed2691af4377eed2061c975e3fc96f0ca55cc73df /plugins
parentc3f528908d4945814d91bf066c65a7868fa2243b (diff)
downloadofono-f8819b588b6a6b7e3ab14a239242e6e38c61f6bc.tar.bz2
he910: Switch to permissive parser
Seems the CCFC implementation on Telit firmware is not v.250 compliant: ofonod[445]: Aux: > AT+CCFC=0,2\r ofonod[445]: Aux: < \r\n\r\n+CCFC:0,7\r\n\r\nOK\r\n
Diffstat (limited to 'plugins')
-rw-r--r--plugins/he910.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/he910.c b/plugins/he910.c
index ce7e57be..10adf3c6 100644
--- a/plugins/he910.c
+++ b/plugins/he910.c
@@ -102,7 +102,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);