Re: [PATCH v3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-17 Thread Lars Poeschel
On Thu, Aug 13, 2020 at 10:03:12AM -0500, Denis Kenzior wrote: > > @@ -624,6 +667,12 @@ static void gprs_initialized(gboolean ok, GAtResult > > *result, gpointer user_data) > > g_at_chat_send(gd->chat, "AT#PSNT=1", none_prefix, > > NULL,

Re: [PATCH v3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-13 Thread Denis Kenzior
Hi Lars, On 8/13/20 8:33 AM, poesc...@lemonage.de wrote: From: Lars Poeschel The Quectel EC21 modem does not understand the AT+CPSB command, so aquire the current packet switched bearer from quectel proprietary QIND:"act" URC. --- drivers/atmodem/gprs.c | 49

[PATCH v3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-13 Thread poeschel
From: Lars Poeschel The Quectel EC21 modem does not understand the AT+CPSB command, so aquire the current packet switched bearer from quectel proprietary QIND:"act" URC. --- drivers/atmodem/gprs.c | 49 ++ 1 file changed, 49 insertions(+) diff --git