All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Golubtsov <s.e.golubtsov@gmail.com>
To: ofono@ofono.org
Subject: Re: Quectel EC200T USB: Problems with context activation
Date: Fri, 01 Jan 2021 15:10:01 +0100	[thread overview]
Message-ID: <CAFiQ6757pigCNknJwgqj5cq7zubvv43FRBue0zMcK63XQ=AqfA@mail.gmail.com> (raw)
In-Reply-To: <e6d719d8-21cc-b883-eb0a-340958ec4fe5@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]

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 getting any IPCP protocol going, so I'm not really sure
> any of
> this is working.
>
My previous dumps from pppd were incomplete somehow. I have got a new dump
from pppd using CHAP. Please find it attached. The dump looks good.


> > I am going to debug ofono as you suggested:
> >
> >  > Maybe put a few debug statements in ppp_auth.c, ppp_pap_start,
> ppp_pap_timeout
> >  > and ppp_pap_process_packet.  See if PAP even occurs.
> >
> > Also I have made a small patch for gsmdial that helps to choose auth
> method.
> > Please find it attached.
>
> Feel free to send this in using git send-email.  I don't review patches in
> attachments.  Note that the last time I looked at gsmdial was ~9 years
> ago, so
> not sure how up to date it is compared to the ppp based gprs context code
> in
> drivers/atmodem.  You may want to use g_at_ppp_set_recording (maybe via
> environment variable) from drivers/atmodem/gprs-context.c directly in
> order to
> obtain dumps of what is happening when oFono is attempting to activate the
> context.
>
I did that a bit differently. I have added some DBG () prints to gathdlc.c
because the problem has been found there. Data that modem sends in phase 2
is not decoded properly and as a result ppp_receive () never invoked. I am
not sure why because I do not have any info about the algorithm and
encoding. Could you please advise me on this? I have attached a log from
ofono with data dumping in new_bytes () and a small patch for the gathdlc.c
file that I used to obtain this log. 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.

Best regards,
Sergei.

[-- Attachment #2: attachment.htm --]
[-- Type: text/html, Size: 3193 bytes --]

[-- Attachment #3: ofono_ppp_chap_dump.log --]
[-- Type: application/octet-stream, Size: 68788 bytes --]

2021-01-01T12:27:33.124346+00:00 ofonod[23348]: [info] Aux: < \r\n+CGDCONT: (1-15),"IP",,,(0-3),(0-4),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: (1-15),"PPP",,,(0-3),(0-4),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: (1-15),"IPV6",,,(0-3),(0-4),(0,1),(0,1),(0-2),(0,1)\r\n+CGDCONT: (1-15),"IPV4V6",,,(0-3),(0-4),(0,1),(0,1),(0-2),(0,1)\r\n\r\nOK\r\n
2021-01-01T12:27:33.128007+00:00 ofonod[23348]: [info] Aux: < \r\n+CGDATA: ("PPP")\r\n\r\nOK\r\n
2021-01-01T12:27:43.223931+00:00 ofonod[23348]: [info] Modem: > AT+CGDATA="PPP",1\r
2021-01-01T12:27:43.226999+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 0:INITIAL
2021-01-01T12:27:43.227872+00:00 ofonod[23348]: [info] PPP: event: 0 (Up), action: 2, new_state: 2 (CLOSED)
2021-01-01T12:27:43.228785+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 2:CLOSED
2021-01-01T12:27:43.228943+00:00 ofonod[23348]: [info] PPP: event: 2 (Open), action: 1026, new_state: 6 (REQSENT)
2021-01-01T12:27:43.229163+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_initialize_restart_count: current state 2:CLOSED
2021-01-01T12:27:43.229296+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_send_configure_request: current state 2:CLOSED
2021-01-01T12:27:43.229422+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit len 8
2021-01-01T12:27:43.229538+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xff
2021-01-01T12:27:43.229652+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.229762+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xc0
2021-01-01T12:27:43.229872+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x21
2021-01-01T12:27:43.229982+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x01
2021-01-01T12:27:43.233144+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x01
2021-01-01T12:27:43.233916+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.234774+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x04
2021-01-01T12:27:43.235765+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_enter_phase() 1
2021-01-01T12:27:43.238152+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7e
2021-01-01T12:27:43.239140+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:43.239937+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0xff
2021-01-01T12:27:43.240804+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.241688+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x23
2021-01-01T12:27:43.241840+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0xc0
2021-01-01T12:27:43.241954+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x21
2021-01-01T12:27:43.242171+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.242304+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x21
2021-01-01T12:27:43.242419+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.242528+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x21
2021-01-01T12:27:43.242636+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.242743+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.242853+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.242960+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x38
2021-01-01T12:27:43.246517+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.246720+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x22
2021-01-01T12:27:43.246843+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.246956+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x26
2021-01-01T12:27:43.247176+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.247304+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.247415+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.247520+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.247627+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.247731+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.247832+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.249326+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.249578+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.249698+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x23
2021-01-01T12:27:43.250476+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.251333+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x24
2021-01-01T12:27:43.252196+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0xc0
2021-01-01T12:27:43.252793+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x23
2021-01-01T12:27:43.253642+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.254515+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x25
2021-01-01T12:27:43.255386+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.256239+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x26
2021-01-01T12:27:43.257005+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x34
2021-01-01T12:27:43.257915+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x70
2021-01-01T12:27:43.258941+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x74
2021-01-01T12:27:43.259943+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x49
2021-01-01T12:27:43.261205+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.261447+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x27
2021-01-01T12:27:43.262426+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.263299+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x22
2021-01-01T12:27:43.263890+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.264910+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x28
2021-01-01T12:27:43.265778+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.266633+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x22
2021-01-01T12:27:43.267496+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x29
2021-01-01T12:27:43.268175+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x94
2021-01-01T12:27:43.268935+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7e
2021-01-01T12:27:43.269951+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 30 decode_fcs 0xf0b8
2021-01-01T12:27:43.270819+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive len 28
2021-01-01T12:27:43.274391+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xff
2021-01-01T12:27:43.274675+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x03
2021-01-01T12:27:43.274804+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xc0
2021-01-01T12:27:43.274916+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x21
2021-01-01T12:27:43.275026+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x01
2021-01-01T12:27:43.275263+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x01
2021-01-01T12:27:43.275381+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.275485+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x18
2021-01-01T12:27:43.275589+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.275694+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x06
2021-01-01T12:27:43.275800+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.277544+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.277808+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.277925+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.278031+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x03
2021-01-01T12:27:43.278271+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x04
2021-01-01T12:27:43.278378+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xc0
2021-01-01T12:27:43.278481+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x23
2021-01-01T12:27:43.278583+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x05
2021-01-01T12:27:43.278682+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x06
2021-01-01T12:27:43.278781+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x34
2021-01-01T12:27:43.279329+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x70
2021-01-01T12:27:43.280225+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x74
2021-01-01T12:27:43.280989+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x49
2021-01-01T12:27:43.281864+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x07
2021-01-01T12:27:43.283224+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.283461+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x08
2021-01-01T12:27:43.284240+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.285013+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_process_configure_request: current state 6:REQSENT
2021-01-01T12:27:43.285884+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 6:REQSENT
2021-01-01T12:27:43.287261+00:00 ofonod[23348]: [info] PPP: event: 7 (RCR-), action: 4006, new_state: 6 (REQSENT)
2021-01-01T12:27:43.287493+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_send_configure_nak: current state 6:REQSENT
2021-01-01T12:27:43.288274+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit len 13
2021-01-01T12:27:43.289024+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xff
2021-01-01T12:27:43.289892+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.291241+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xc0
2021-01-01T12:27:43.291472+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x21
2021-01-01T12:27:43.292234+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.293178+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x01
2021-01-01T12:27:43.293977+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.294860+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x09
2021-01-01T12:27:43.296211+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.296438+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x05
2021-01-01T12:27:43.297213+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xc2
2021-01-01T12:27:43.297980+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x23
2021-01-01T12:27:43.298859+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x05
2021-01-01T12:27:43.301281+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7e
2021-01-01T12:27:43.301534+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:43.301662+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0xff
2021-01-01T12:27:43.301773+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.302562+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x23
2021-01-01T12:27:43.303440+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0xc0
2021-01-01T12:27:43.304312+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x21
2021-01-01T12:27:43.304912+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.306215+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x22
2021-01-01T12:27:43.307219+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.308211+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x21
2021-01-01T12:27:43.309021+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.310160+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x20
2021-01-01T12:27:43.310942+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.311813+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x24
2021-01-01T12:27:43.312660+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7d
2021-01-01T12:27:43.313506+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x3c
2021-01-01T12:27:43.314167+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x90
2021-01-01T12:27:43.314918+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 69 buf 0x7e
2021-01-01T12:27:43.315946+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 10 decode_fcs 0xf0b8
2021-01-01T12:27:43.316813+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive len 8
2021-01-01T12:27:43.318345+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xff
2021-01-01T12:27:43.318588+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x03
2021-01-01T12:27:43.319026+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xc0
2021-01-01T12:27:43.320372+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x21
2021-01-01T12:27:43.320608+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.321483+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x01
2021-01-01T12:27:43.322370+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.323247+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x04
2021-01-01T12:27:43.323855+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_process_configure_ack: current state 6:REQSENT
2021-01-01T12:27:43.324976+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 6:REQSENT
2021-01-01T12:27:43.325914+00:00 ofonod[23348]: [info] PPP: event: 8 (RCA), action: 27, new_state: 7 (ACKRCVD)
2021-01-01T12:27:43.327283+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_initialize_restart_count: current state 6:REQSENT
2021-01-01T12:27:43.329523+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7e
2021-01-01T12:27:43.329664+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:43.331478+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xff
2021-01-01T12:27:43.331755+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.331880+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x23
2021-01-01T12:27:43.331989+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xc0
2021-01-01T12:27:43.332219+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x21
2021-01-01T12:27:43.332337+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.332444+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x21
2021-01-01T12:27:43.333362+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.334360+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x22
2021-01-01T12:27:43.335265+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.335853+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x20
2021-01-01T12:27:43.336887+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.337770+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x39
2021-01-01T12:27:43.338628+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.340454+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x22
2021-01-01T12:27:43.340710+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.340836+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x26
2021-01-01T12:27:43.340940+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.341147+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x20
2021-01-01T12:27:43.341283+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.341390+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x20
2021-01-01T12:27:43.341490+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.342009+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x20
2021-01-01T12:27:43.344561+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.344824+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x20
2021-01-01T12:27:43.344945+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.345179+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x23
2021-01-01T12:27:43.345314+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.345425+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x25
2021-01-01T12:27:43.345530+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xc2
2021-01-01T12:27:43.345637+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x23
2021-01-01T12:27:43.345740+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.345840+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x25
2021-01-01T12:27:43.345939+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.348915+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x25
2021-01-01T12:27:43.349298+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.349443+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x26
2021-01-01T12:27:43.349560+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x6f
2021-01-01T12:27:43.349668+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xd1
2021-01-01T12:27:43.349777+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xb8
2021-01-01T12:27:43.349884+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x26
2021-01-01T12:27:43.349990+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.352361+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x27
2021-01-01T12:27:43.353216+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.353963+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x22
2021-01-01T12:27:43.354799+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.355672+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x28
2021-01-01T12:27:43.355818+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.355932+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x22
2021-01-01T12:27:43.356127+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0xd5
2021-01-01T12:27:43.356268+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7d
2021-01-01T12:27:43.356383+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x29
2021-01-01T12:27:43.356489+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 54 buf 0x7e
2021-01-01T12:27:43.356598+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 31 decode_fcs 0xf0b8
2021-01-01T12:27:43.356702+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive len 29
2021-01-01T12:27:43.356811+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xff
2021-01-01T12:27:43.356913+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x03
2021-01-01T12:27:43.360340+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xc0
2021-01-01T12:27:43.360622+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x21
2021-01-01T12:27:43.360751+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x01
2021-01-01T12:27:43.360862+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.360968+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.361182+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x19
2021-01-01T12:27:43.361309+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.361417+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x06
2021-01-01T12:27:43.361521+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.361624+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.361726+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.363544+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x00
2021-01-01T12:27:43.363799+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x03
2021-01-01T12:27:43.363923+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x05
2021-01-01T12:27:43.364025+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xc2
2021-01-01T12:27:43.364249+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x23
2021-01-01T12:27:43.364356+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x05
2021-01-01T12:27:43.364455+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x05
2021-01-01T12:27:43.364553+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x06
2021-01-01T12:27:43.364651+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x6f
2021-01-01T12:27:43.364747+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xd1
2021-01-01T12:27:43.364844+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0xb8
2021-01-01T12:27:43.365723+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x26
2021-01-01T12:27:43.366628+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x07
2021-01-01T12:27:43.368484+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.368735+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x08
2021-01-01T12:27:43.368854+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_receive() ppp_receive 0x02
2021-01-01T12:27:43.368968+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_process_configure_request: current state 7:ACKRCVD
2021-01-01T12:27:43.369209+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 7:ACKRCVD
2021-01-01T12:27:43.369326+00:00 ofonod[23348]: [info] PPP: event: 6 (RCR+), action: 2109, new_state: 9 (OPENED)
2021-01-01T12:27:43.369429+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_send_configure_ack: current state 7:ACKRCVD
2021-01-01T12:27:43.369537+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit len 29
2021-01-01T12:27:43.369990+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xff
2021-01-01T12:27:43.371397+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.371633+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xc0
2021-01-01T12:27:43.372427+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x21
2021-01-01T12:27:43.373216+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x02
2021-01-01T12:27:43.374015+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x02
2021-01-01T12:27:43.375149+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.375946+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x19
2021-01-01T12:27:43.377337+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x02
2021-01-01T12:27:43.377577+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x06
2021-01-01T12:27:43.378364+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.379242+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.379838+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.380865+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x00
2021-01-01T12:27:43.381750+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x03
2021-01-01T12:27:43.382622+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x05
2021-01-01T12:27:43.384240+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xc2
2021-01-01T12:27:43.384486+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x23
2021-01-01T12:27:43.384610+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x05
2021-01-01T12:27:43.384720+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x05
2021-01-01T12:27:43.384822+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x06
2021-01-01T12:27:43.384925+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x6f
2021-01-01T12:27:43.385026+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xd1
2021-01-01T12:27:43.385240+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0xb8
2021-01-01T12:27:43.386215+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x26
2021-01-01T12:27:43.387038+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x07
2021-01-01T12:27:43.388032+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x02
2021-01-01T12:27:43.390307+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x08
2021-01-01T12:27:43.390560+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_transmit() ppp_transmit 0x02
2021-01-01T12:27:43.390841+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_enter_phase() 2
2021-01-01T12:27:43.392935+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:43.393197+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:43.396566+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:27:43.396846+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:27:43.396978+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:27:43.397207+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x03
2021-01-01T12:27:43.397331+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:27:43.397436+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:27:43.397542+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:27:43.397643+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:27:43.397748+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:27:43.397853+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:27:43.397957+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:43.401234+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:27:43.401496+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:27:43.401618+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:27:43.401727+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:43.401830+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:27:43.401930+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:27:43.402712+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:43.403616+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:27:43.405159+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:27:43.405400+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:43.405520+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:43.405631+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:43.405735+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x2e
2021-01-01T12:27:43.405837+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x99
2021-01-01T12:27:43.405936+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:43.406040+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0x4b2b
2021-01-01T12:27:49.356866+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:49.357040+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:49.357159+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:27:49.357270+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:27:49.357383+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:27:49.357614+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x04
2021-01-01T12:27:49.357733+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:27:49.357842+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:27:49.357951+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:27:49.358058+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:27:49.358163+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:27:49.358762+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:27:49.359537+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:49.360661+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:27:49.361278+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:27:49.362314+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:27:49.363199+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:49.365743+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:27:49.365989+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:27:49.366109+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:49.366218+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:27:49.366320+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:27:49.367585+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:49.367825+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:49.368595+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:49.369371+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xae
2021-01-01T12:27:49.370247+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x95
2021-01-01T12:27:49.371587+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:49.371824+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0xd8b
2021-01-01T12:27:55.325697+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:55.325997+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:27:55.326132+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:27:55.326263+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:27:55.326378+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:27:55.326487+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:27:55.326596+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:27:55.326702+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:27:55.326882+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:27:55.327015+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:27:55.327126+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:27:55.328374+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:27:55.328651+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:55.328780+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:27:55.329737+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:27:55.332243+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:27:55.332508+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:55.332633+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:27:55.332745+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:27:55.332968+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:27:55.333085+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:27:55.333190+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:27:55.333296+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:55.333395+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:55.333497+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:27:55.335225+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xf8
2021-01-01T12:27:55.335476+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4a
2021-01-01T12:27:55.335600+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:27:55.335710+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0xa4d6
2021-01-01T12:28:01.294680+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:01.294857+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:01.294973+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:01.295085+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:01.295312+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:01.295443+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x06
2021-01-01T12:28:01.295558+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:01.295665+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:01.295772+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:01.295881+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:01.295989+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:01.296575+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:01.297562+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:01.298300+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:01.299087+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:01.300134+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:01.301009+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:01.302336+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:01.302867+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:01.303740+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:01.305621+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:01.305877+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:01.306003+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:01.306113+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:01.306334+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:01.306451+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x13
2021-01-01T12:28:01.306557+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:01.306659+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:01.307097+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 19 decode_fcs 0xbca5
2021-01-01T12:28:07.263514+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:07.263815+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:07.263944+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:07.264060+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:07.264189+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:07.264302+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x07
2021-01-01T12:28:07.264410+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:07.264519+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:07.264718+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:07.264835+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:07.264947+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:07.267857+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:07.268127+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:07.268254+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:07.268363+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:07.268465+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:07.268684+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:07.268808+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:07.268916+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:07.269022+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:07.271975+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:07.272242+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:07.272366+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:07.272475+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:07.272690+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:07.272809+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:07.272917+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xfc
2021-01-01T12:28:07.273021+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:07.273126+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0xfe7d
2021-01-01T12:28:13.232492+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:13.232665+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:13.232786+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:13.232898+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:13.233133+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:13.233255+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x08
2021-01-01T12:28:13.233368+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:13.233477+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:13.233585+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:13.233693+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:13.233801+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:13.238837+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:13.239207+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:13.239340+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:13.239455+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:13.239565+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:13.239675+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:13.239781+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:13.239885+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:13.243804+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:13.244095+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:13.244227+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:13.244340+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:13.244448+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:13.244555+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:13.244661+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x13
2021-01-01T12:28:13.244766+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x3a
2021-01-01T12:28:13.244870+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:13.249039+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 19 decode_fcs 0x31e5
2021-01-01T12:28:19.201434+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:19.202500+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:19.203411+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:19.204183+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:19.205021+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:19.205865+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x09
2021-01-01T12:28:19.206678+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:19.207486+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:19.208209+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:19.209076+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:19.209891+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:19.210040+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:19.210152+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:19.210259+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:19.211583+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:19.212434+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:19.213175+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:19.214013+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:19.214823+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:19.215611+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:19.216417+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:19.217147+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:19.218040+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:19.218893+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:19.219041+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:19.219151+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:19.219258+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xe5
2021-01-01T12:28:19.219489+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:19.219619+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0x733d
2021-01-01T12:28:25.170303+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:25.171377+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:25.171534+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:25.171654+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:25.171894+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:25.172015+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x0a
2021-01-01T12:28:25.172126+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:25.172233+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:25.172340+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:25.172446+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:25.172566+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:25.175078+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:25.175870+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:25.176619+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:25.177462+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:25.178326+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:25.178479+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:25.178594+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:25.178806+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:25.178933+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:25.179045+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:25.179154+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:25.179259+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:25.179363+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:25.179468+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:25.179573+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xae
2021-01-01T12:28:25.182138+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x8c
2021-01-01T12:28:25.183087+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:25.183981+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0x80cb
2021-01-01T12:28:31.139258+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:31.140329+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:31.141231+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:31.141984+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:31.142830+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:31.143707+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x0b
2021-01-01T12:28:31.143855+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:31.143971+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:31.144192+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:31.144318+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:31.144432+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:31.144543+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:31.144652+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:31.144760+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:31.144861+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:31.144967+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:31.149437+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:31.149618+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:31.149731+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:31.149838+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:31.149942+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:31.150043+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:31.150260+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:31.150365+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:31.150469+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:31.150571+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xf8
2021-01-01T12:28:31.153442+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x53
2021-01-01T12:28:31.153720+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:31.153853+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0x2996
2021-01-01T12:28:37.108138+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:37.109211+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 0 decode_fcs 0xffff
2021-01-01T12:28:37.109367+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0xc2
2021-01-01T12:28:37.109604+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x23
2021-01-01T12:28:37.109751+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x01
2021-01-01T12:28:37.109870+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x0c
2021-01-01T12:28:37.109979+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x00
2021-01-01T12:28:37.110087+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x15
2021-01-01T12:28:37.110194+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x05
2021-01-01T12:28:37.110300+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x46
2021-01-01T12:28:37.110405+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x49
2021-01-01T12:28:37.112553+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x58
2021-01-01T12:28:37.113393+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:37.114268+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x44
2021-01-01T12:28:37.115169+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x51
2021-01-01T12:28:37.115317+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x55
2021-01-01T12:28:37.115525+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:37.115665+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x43
2021-01-01T12:28:37.115781+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x54
2021-01-01T12:28:37.115886+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x45
2021-01-01T12:28:37.115992+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x4c
2021-01-01T12:28:37.116097+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:37.116204+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:37.116307+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:37.116410+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x50
2021-01-01T12:28:37.119088+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x78
2021-01-01T12:28:37.119985+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x5f
2021-01-01T12:28:37.120823+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() len 27 buf 0x7e
2021-01-01T12:28:37.121652+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gathdlc.c:new_bytes() decode_offset 20 decode_fcs 0x6f36
2021-01-01T12:28:43.432706+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 9:OPENED
2021-01-01T12:28:43.435018+00:00 ofonod[23348]: [info] PPP: event: 1 (Down), action: 201, new_state: 1 (STARTING)
2021-01-01T12:28:43.436025+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_enter_phase() 5
2021-01-01T12:28:43.449239+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_generate_event: current state 1:STARTING
2021-01-01T12:28:43.450256+00:00 ofonod[23348]: [info] PPP: event: 3 (Close), action: 800, new_state: 0 (INITIAL)
2021-01-01T12:28:43.451121+00:00 ofonod[23348]: [info] PPP: lcp: pppcp_this_layer_finished: current state 0:INITIAL
2021-01-01T12:28:43.455425+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_enter_phase() 0
2021-01-01T12:28:43.457616+00:00 ofonod[23348]: [info] PPP: ../git/ofono/gatchat/gatppp.c:ppp_dead() 

[-- Attachment #4: pppd_chap.dump --]
[-- Type: application/octet-stream, Size: 1254 bytes --]

[-- Attachment #5: PPP-dump-hdlc-data.patch --]
[-- Type: application/octet-stream, Size: 1304 bytes --]

diff --git a/gatchat/gathdlc.c b/gatchat/gathdlc.c
index 8a7c5b1d..31643389 100644
--- a/gatchat/gathdlc.c
+++ b/gatchat/gathdlc.c
@@ -37,6 +37,8 @@
 #include "gatio.h"
 #include "gatutil.h"
 #include "gathdlc.h"
+#include "gatppp.h"
+#include "ppp.h"
 
 #define BUFFER_SIZE	(2 * 2048)
 #define MAX_BUFFERS	64	/* Maximum number of in-flight write buffers */
@@ -272,6 +274,11 @@ static void new_bytes(struct ring_buffer *rbuf, gpointer user_data)
 	hdlc->in_read_handler = TRUE;
 
 	while (pos < len) {
+
+		if (hdlc->receive_func && hdlc->receive_func == ppp_receive) {
+			DBG((GAtPPP*)hdlc->receive_data, "len %d buf 0x%02x", len, *buf);
+		}
+
 		/*
 		 * We try to detect NO CARRIER conditions here.  We
 		 * (ab) use the fact that a HDLC_FLAG must be followed
@@ -292,6 +299,12 @@ static void new_bytes(struct ring_buffer *rbuf, gpointer user_data)
 		} else if (*buf == HDLC_ESCAPE) {
 			hdlc->decode_escape = TRUE;
 		} else if (*buf == HDLC_FLAG) {
+
+			if (hdlc->receive_func && hdlc->receive_func == ppp_receive) {
+				DBG((GAtPPP*)hdlc->receive_data, "decode_offset %d decode_fcs 0x%02x",
+						hdlc->decode_offset, hdlc->decode_fcs);
+			}
+
 			if (hdlc->receive_func && hdlc->decode_offset > 2 &&
 					hdlc->decode_fcs == HDLC_GOODFCS) {
 				hdlc->receive_func(hdlc->decode_buffer,

  reply	other threads:[~2021-01-01 14:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 10:00 Quectel EC200T USB: Problems with context activation Sergei Golubtsov
2020-12-30 16:42 ` Denis Kenzior
2020-12-31 12:35   ` Sergei Golubtsov
2020-12-31 16:20     ` Denis Kenzior
2021-01-01 14:10       ` Sergei Golubtsov [this message]
2021-01-01 16:27         ` Sergei Golubtsov
2021-01-02  9:52           ` Sergei Golubtsov
2021-01-04 17:43             ` Denis Kenzior
2021-01-05 21:34               ` Sergei Golubtsov
2021-01-06 19:52                 ` Denis Kenzior
     [not found] <CAFiQ675+H9QndW030-WkV2oivkVVChzcOTnKbaj+4VzW4k9P6w@mail.gmail.com>
2021-05-19 14:16 ` Denis Kenzior
2021-05-19 23:35   ` Sergei Golubtsov
2021-05-20 17:57     ` Denis Kenzior
     [not found] <CAFiQ676fUqkEz9KbKUOY27o=DXTDtWRawVioPj+otEvJNryr8A@mail.gmail.com>
2020-12-29 14:09 ` Sergei Golubtsov
2020-12-29 15:55   ` Sergei Golubtsov
2020-12-29 17:56     ` Sergei Golubtsov
2020-12-29 21:49       ` Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFiQ6757pigCNknJwgqj5cq7zubvv43FRBue0zMcK63XQ=AqfA@mail.gmail.com' \
    --to=s.e.golubtsov@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.