Re: Quectel EC200T USB: Problems with context activation

2021-01-01 Thread Sergei Golubtsov
Hi Denis, Thank you very much for your explanation. That was very helpful. > Please find the dumps attached. I did not find any problems in them. DTE > sent a > > termination request but why? I tried to use the CHAP, PAP and NONE auth > > metnods but NONE hands with gsm dial. > > I don't see pppd

Re: Quectel EC200T USB: Problems with context activation

2021-01-01 Thread Sergei Golubtsov
Hi Denis, > The log gives a clear picture but I cannot understand why pppd works in > this situation and ofono does not? Is it an ofono problem? Is there any > documentation about the decoding process implemented in the new_bytes () > ofono function? Any help will be appreciated. > The log from my

[PATCH ppp] ppp: Apply configuration options from a DCE request if ACK it

2021-01-01 Thread s . e . golubtsov
From: Sergei Golubtsov Apply configuration options if the DCE sends a PPP LCP configure request and the DTE is going to ACK the request. Otherwise some options such as the ACCM may not correspond to the configuration negotiated with the DCE. --- gatchat/ppp_cp.c | 7 +-- 1 file changed, 5 in

[PATCH] gsmdial: add support for different authentication methods selection

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

[PATCH] quectel: add support of Quectel EC200 USB modem

2021-01-01 Thread s . e . golubtsov
From: Sergei Golubtsov Support of 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 modem. --- plugins/quectel.c | 49 +++ plugins/udevng.c | 6