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
Show replies by thread
Hi João,
Patch has been applied, thanks.
Regards,
-Denis