* [PATCH] huawei: use GSM permissive parser instead of V1.
@ 2010-03-18 20:45 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-03-18 21:09 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita @ 2010-03-18 20:45 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
With V1 parser the driver fails to detect when a SMS is successfully
sent and keeps re-trying until Max retries.
---
plugins/huawei.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/huawei.c b/plugins/huawei.c
index 1492446..41ad636 100644
--- a/plugins/huawei.c
+++ b/plugins/huawei.c
@@ -107,7 +107,7 @@ static int huawei_enable(struct ofono_modem *modem)
if (!channel)
return -EIO;
- syntax = g_at_syntax_new_gsmv1();
+ syntax = g_at_syntax_new_gsm_permissive();
data->chat = g_at_chat_new(channel, syntax);
g_at_syntax_unref(syntax);
g_io_channel_unref(channel);
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] huawei: use GSM permissive parser instead of V1.
2010-03-18 20:45 [PATCH] huawei: use GSM permissive parser instead of V1 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
@ 2010-03-18 21:09 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-03-18 21:09 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Hi João,
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-18 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 20:45 [PATCH] huawei: use GSM permissive parser instead of V1 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-03-18 21:09 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.