Re: [PATCH v2] quectel: adding support for the Quectel EC200 USB modem series

2021-01-07 Thread Denis Kenzior
Hi Sergei, On 1/7/21 2:40 PM, s.e.golubt...@gmail.com wrote: From: Sergei Golubtsov Support for the Quectel EC200 USB modem series has been added. The model identification AT command has been added as the first step in the communication with a Quectel USB modem. --- plugins/quectel.c | 128 +

Re: [PATCH v2] ppp: using RX ACCM = 0 by default

2021-01-07 Thread Denis Kenzior
Hi Sergei, On 1/7/21 2:40 PM, s.e.golubt...@gmail.com wrote: From: Sergei Golubtsov Some modems such as Quectel EC200T do not honor the default value for the Async-Control-Character-Map (ACCM) configuration option defined in RFC 1548 6.2 as 0x. This patch suggests to use RX ACCM = 0 fo

Re: [PATCH v2] gsmdial: adding support for selection of authentication method

2021-01-07 Thread Denis Kenzior
Hi Sergei, On 1/7/21 2:40 PM, s.e.golubt...@gmail.com wrote: From: Sergei Golubtsov Selection capability for authentication method via a command line argument has been added --- gatchat/gsmdial.c | 16 1 file changed, 16 insertions(+) @@ -369,6 +370,17 @@ static void

[PATCH v2] quectel: adding support for the Quectel EC200 USB modem series

2021-01-07 Thread s . e . golubtsov
From: Sergei Golubtsov Support for the Quectel EC200 USB modem series has been added. The model identification AT command has been added as the first step in the communication with a Quectel USB modem. --- plugins/quectel.c | 128 +- plugins/udevng.c

[PATCH v2] ppp: using RX ACCM = 0 by default

2021-01-07 Thread s . e . golubtsov
From: Sergei Golubtsov Some modems such as Quectel EC200T do not honor the default value for the Async-Control-Character-Map (ACCM) configuration option defined in RFC 1548 6.2 as 0x. This patch suggests to use RX ACCM = 0 for Ofono by default as pppd does for instance. This will reduce P

[PATCH v2] gsmdial: adding support for selection of authentication method

2021-01-07 Thread s . e . golubtsov
From: Sergei Golubtsov Selection capability for authentication method via a command line argument has been added --- gatchat/gsmdial.c | 16 1 file changed, 16 insertions(+) diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c index 60e4f245..23f9c2d9 100644 --- a/gatchat/gsmdial