Re: [PATCH 2/2] quectel: replace g_at_chat_set_wakeup_command() with g_at_chat_retry()

2019-08-13 Thread Denis Kenzior
Hi Martin, On 8/12/19 3:38 PM, Martin Hundebøll wrote: If the modem isn't powered on, the use of g_at_chat_set_wakeup_command() makes ofono send out AT strings in an endless loop. Avoid this by using g_at_chat_retry() in a timer instead. --- plugins/quectel.c | 64 +

[PATCH 2/2] quectel: replace g_at_chat_set_wakeup_command() with g_at_chat_retry()

2019-08-12 Thread Martin Hundebøll
If the modem isn't powered on, the use of g_at_chat_set_wakeup_command() makes ofono send out AT strings in an endless loop. Avoid this by using g_at_chat_retry() in a timer instead. --- plugins/quectel.c | 64 +++ 1 file changed, 53 insertions(+), 11 de