Re: [PATCH 5/5] gemalto: gprs: support authentication settings

2020-12-22 Thread Denis Kenzior
Hi Sergey, On 12/21/20 2:01 PM, Sergey Matyukevich wrote: From: Sergey Matyukevich Add support for gprs contexts with username, password, as well as specific authentication type. --- drivers/gemaltomodem/gprs-context.c | 54 - 1 file changed, 53 insertions(+), 1

Re: [PATCH 3/5] gemalto: gprs: support automatic context activation

2020-12-22 Thread Denis Kenzior
Hi Sergey, On 12/21/20 2:01 PM, Sergey Matyukevich wrote: From: Sergey Matyukevich Implement read_settings function to get configuration for automatic contexts. Fix the issue uncovered by added support for automatic context activation: do not use AT+CGACT for the contexts handled by AT^SWWAN.

Re: [PATCH 1/5] plugin: gemalto: fix source of gprs notifications

2020-12-22 Thread Denis Kenzior
Hi Sergey, On 12/21/20 2:01 PM, Sergey Matyukevich wrote: Modem USB interface does not receive certain gprs context notifications. Fix gprs chat: use Application USB interface to receive all the modem notifications. --- plugins/gemalto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] huawei, util: Fix a couple of implicit enum conversions

2020-12-22 Thread Denis Kenzior
Hi Richard, On 12/20/20 5:18 AM, richard.rojf...@gmail.com wrote: From: Richard Röjfors GCC 10 warns about a couple of implicit conversions; huawei: Member from the incorrect enum was returned, both had the value 0, so the code would still work. drivers/huaweimodem/radio-settings.c: In funct