Re: [PATCH v2 3/3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-12 Thread Denis Kenzior
Hi Lars, oFono driver interface is based on 27.007. So that means values defined in 27.007 do not need to be 'converted'. You can simply feed them in directly if they follow 27.007. Well, yes. I saw this. But unfortunately at this point what is expected are the 27.007 values from AT+CPSB

Re: [PATCH v2 3/3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-12 Thread Lars Poeschel
On Tue, Aug 11, 2020 at 10:55:35AM -0500, Denis Kenzior wrote: > Hi Lars, > > On 8/11/20 6:42 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 CGREG URC. > > ---

Re: [PATCH v2 3/3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-11 Thread Denis Kenzior
Hi Lars, On 8/11/20 6:42 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 CGREG URC. --- drivers/atmodem/gprs.c | 32 ++-- 1 file changed, 30

[PATCH v2 3/3] gprs: Quectel EC21 does not understand AT+CPSB

2020-08-11 Thread poeschel
From: Lars Poeschel The Quectel EC21 modem does not understand the AT+CPSB command, so aquire the current packet switched bearer from CGREG URC. --- drivers/atmodem/gprs.c | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git