Matter over Thread Commissioning Fails: Device drops with SRP timeout and MAC Security/Duplicated errors

Hello,

I am attempting to commission an nRF52840-based Matter over Thread device, but the commissioning process consistently fails at the Thread attachment / SRP registration phase.

When monitoring the OpenThread Border Router (OTBR) logs, the device appears to attempt the MLE handshake (Parent Request/Response, Child ID Request), but the OTBR repeatedly rejects the device's frames, citing error:Duplicated and error:Security .

While commisioning, everything is well :

[DL] SRP Client was started, detected server: fde7:02e0:5069:a4d7:049c:3d13:d669:8675

And then :

[DL] SRP update error: timed out waiting on server response

After investigating, I found that the service list inside SrpClientNotification is always null accross runs, ie services are never published

Here is an excerpt from the OTBR logs during the failure:

[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837432371, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837675198, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837743653, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4

(...)


[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...

[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839249491, rxerr:0
[I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4

Because of these MAC-level drops on the OTBR side, the device's SRP registration eventually times out and it never successfully publishes its services.

Any idea on this issue ?

Has anyone encountered this during Matter commissioning?

Device : NRF52840 | App : Matter Light buble app sample | SDK: v3.3.0

Thanks

Device logs :

 

*** Booting My Application v3.1.0-6c6e5b32496e ***
*** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
D: 5 [DL]Boot reason: 1
I: 5 [DL]BLE address: C7:B3:CA:F0:96:A9

uart:~$ I: 114 [DL]CHIP task running
I: Init CHIP stack
I: 114 [DL]OpenThread started: OK
I: 114 [DL]Setting OpenThread device type to ROUTER
I: 115 [DL]Found DAC Private Key in factory data set. Copying to secure storage...
D: Registered new test event: 0xffffffff00000000
D: Registered new test event: 0xffffffff10000000
I: 116 [SVR]Initializing subscription resumption storage...
I: 116 [SVR]Server initializing...
I: 116 [TS]Last Known Good Time: [unknown]
I: 116 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
I: 116 [DMG]AccessControl: initializing
I: 116 [DMG]Examples::AccessControlDelegate::Init
I: 117 [DMG]AccessControl: setting
I: 117 [DMG]DefaultAclStorage: initializing
I: 117 [DMG]DefaultAclStorage: 0 entries loaded
D: 117 [IN]UDP::Init bind&listen port=5540
D: 117 [IN]UDP::Init bound to port=5540
D: 117 [IN]BLEBase::Init - setting/overriding transport
D: 117 [IN]TransportMgr initialized
D: 117 [DL]Using Thread extended MAC for hostname.
I: 118 [ZCL]Using ZAP configuration...
I: 118 [DMG]AccessControlCluster: initializing
I: 119 [ZCL]Endpoint 1 On/off already set to new value
D: 119 [IN]SecureSession[0x20010160]: Allocated Type:1 LSID:456
D: 119 [DL]CHIPoBLE advertising set to on
I: 119 [DIS]Updating services using commissioning mode 1
E: 119 [DIS]Failed to remove advertised services: 3
D: 119 [DL]Using Thread extended MAC for hostname.
I: 119 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15 cm=1 cp=0
E: 120 [DIS]Failed to advertise commissionable node: 3
E: 120 [DIS]Failed to finalize service update: 3
I: 120 [DIS]Updating services using commissioning mode 1
E: 120 [DIS]Failed to remove advertised services: 3
D: 120 [DL]Using Thread extended MAC for hostname.
I: 120 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15 cm=1 cp=0
E: 120 [DIS]Failed to advertise commissionable node: 3
E: 120 [DIS]Failed to finalize service update: 3
I: 120 [IN]CASE Server enabling CASE session setups
D: 120 [IN]SecureSession[0x20010238]: Allocated Type:2 LSID:457
I: 121 [SVR]Server Listening...
I: 121 [DL]Device Configuration:
I: 121 [DL]  Serial Number: 11223344556677889900
I: 121 [DL]  Vendor Id: 65521 (0xFFF1)
I: 121 [DL]  Product Id: 32774 (0x8006)
I: 121 [DL]  Product Name: This is a test product name
I: 121 [DL]  Hardware Version: 1
I: 121 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 0
I: 121 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
I: 121 [DL]  Manufacturing Date: 2026-06-12
I: 121 [DL]  Device Type: 65535 (0xFFFF)
I: 121 [SVR]*** Using default EXAMPLE passcode 20202021 ***
I: 121 [SVR]SetupQRCode: [MT:8IXS142C00KA0648G00]
I: 122 [SVR]Copy/paste the below URL in a browser to see the QR Code:
I: 122 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A8IXS142C00KA0648G00
I: 122 [SVR]Manual pairing code: [34970112332]
I: 122 [DL]CHIPoBLE advertising started
I: 30123 [DL]CHIPoBLE advertising mode changed to slow
I: 30228 [DL]CHIPoBLE advertising started
E: 30228 [DL]Long dispatch time: 105 ms, for event type 2
I: 52013 [DL]Current number of connections: 1/1
I: 52013 [DL]BLE connection established (ConnId: 0x00)
I: 52013 [DL]CHIPoBLE advertising stopped
D: 53472 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 53472 [BLE]local and remote recv window sizes = 5
I: 53472 [BLE]selected BTP version 4
I: 53472 [BLE]using BTP fragment sizes rx 244 / tx 244.
D: 53561 [DL]ConnId: 0x00, New CCCD value: 0x0002
D: 53561 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
D: 53561 [IN]BLE EndPoint 0x2000fa98 Connection Complete
I: 53561 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
D: 53651 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 53651 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 53651 [EM]>>> [E:6452r S:0 M:93676191] (U) Msg RX from 0:6AF2EA6B53C76703 [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
I: 53652 [EM]<<< [E:6452r S:0 M:133185924] (U) Msg TX from 0000000000000000 to 0:6AF2EA6B53C76703 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
D: 53652 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
I: 53652 [SVR]Commissioning session establishment step started
D: 53740 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 53740 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 53741 [EM]>>> [E:6452r S:0 M:93676192] (U) Msg RX from 0:6AF2EA6B53C76703 [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
I: 53792 [EM]<<< [E:6452r S:0 M:133185925] (U) Msg TX from 0000000000000000 to 0:6AF2EA6B53C76703 [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
D: 53792 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 132)
D: 53875 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 53875 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 53876 [EM]>>> [E:6452r S:0 M:93676193] (U) Msg RX from 0:6AF2EA6B53C76703 [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
I: 53876 [EM]<<< [E:6452r S:0 M:133185926] (U) Msg TX from 0000000000000000 to 0:6AF2EA6B53C76703 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
D: 53876 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
I: 53877 [SC]SecureSession[0x20010160, LSID:456]: State change 'kEstablishing' --> 'kActive'
D: 53877 [IN]SecureSession[0x20010160]: Activated - Type:1 LSID:456
D: 53877 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:456 PSID:8458!
I: 53878 [SVR]Commissioning completed session establishment step
I: 53878 [DIS]Updating services using commissioning mode 0
E: 53878 [DIS]Failed to remove advertised services: 3
E: 53878 [DIS]Failed to finalize service update: 3
D: 53878 [DL]CHIPoBLE advertising set to off
I: 53878 [SVR]Device completed Rendezvous process
D: 53964 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 53964 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 53964 [EM]>>> [E:6453r S:456 M:250405514] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:131)
D: 53965 [IM]Received Read request
I: 53971 [EM]<<< [E:6453r S:456 M:98330615] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:258)
D: 53971 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 54096 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54096 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 21)
D: 54191 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54191 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 54192 [EM]>>> [E:6454r S:456 M:250405515] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:106)
D: 54192 [IM]Received Read request
E: 54193 [DMG]Read request on unknown cluster - no data version available
E: 54193 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0002err = 5c3
E: 54194 [DMG]Read request on unknown cluster - no data version available
E: 54194 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0001err = 5c3
E: 54194 [DMG]Read request on unknown cluster - no data version available
E: 54194 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0000err = 5c3
E: 54195 [DMG]Read request on unknown cluster - no data version available
E: 54195 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0007err = 5c3
E: 54195 [DMG]Read request on unknown cluster - no data version available
E: 54196 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0006err = 5c3
I: 54197 [EM]<<< [E:6454r S:456 M:98330616] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:180)
D: 54197 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 185)
D: 54314 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54314 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 54314 [EM]>>> [E:6455r S:456 M:250405516] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 54315 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
I: 54316 [EM]<<< [E:6455r S:456 M:98330617] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 54316 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 54414 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54414 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 54414 [EM]>>> [E:6456r S:456 M:250405517] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
I: 54416 [EM]<<< [E:6456r S:456 M:98330618] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 54416 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 54509 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54509 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 54510 [EM]>>> [E:6457r S:456 M:250405518] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 54510 [ZCL]OpCreds: Certificate Chain request received for PAI
I: 54512 [EM]<<< [E:6457r S:456 M:98330619] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
D: 54512 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 54597 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54597 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 54685 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54685 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 48)
D: 54777 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54778 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 54778 [EM]>>> [E:6458r S:456 M:250405519] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 54779 [ZCL]OpCreds: Certificate Chain request received for DAC
I: 54781 [EM]<<< [E:6458r S:456 M:98330620] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:555)
D: 54781 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 54867 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54867 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 54955 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 54955 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 76)
D: 55045 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55046 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 55046 [EM]>>> [E:6459r S:456 M:250405520] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
I: 55047 [ZCL]OpCreds: Received an AttestationRequest command
I: 55058 [ZCL]OpCreds: AttestationRequest successful.
I: 55061 [EM]<<< [E:6459r S:456 M:98330621] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
D: 55061 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 55183 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55183 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 55274 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55274 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 237)
D: 55362 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55362 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 55362 [EM]>>> [E:6460r S:456 M:250405521] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
I: 55363 [ZCL]OpCreds: Received a CSRRequest command
I: 55385 [ZCL]OpCreds: AllocatePendingOperationalKey succeeded
I: 55396 [ZCL]OpCreds: CSRRequest successful.
I: 55398 [EM]<<< [E:6460r S:456 M:98330622] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:391)
D: 55398 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 55495 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55495 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 154)
D: 55588 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55588 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 55676 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 55677 [EM]>>> [E:6461r S:456 M:250405522] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:293)
I: 55678 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
I: 55700 [ZCL]OpCreds: AddTrustedRootCertificate successful.
I: 55701 [EM]<<< [E:6461r S:456 M:98330623] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
D: 55701 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 68)
D: 55812 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 55813 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 55906 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 55991 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 55993 [EM]>>> [E:6462r S:456 M:250405523] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:566)
I: 55994 [ZCL]OpCreds: Received an AddNOC command
I: 55994 [FP]Validating NOC chain
I: 56039 [FP]NOC chain validation successful
I: 56039 [FP]Added new fabric at index: 0x1
I: 56039 [FP]Assigned compressed fabric ID: 0x5F3CE80E97D2B166, node ID: 0x0000000000000001
I: 56040 [TS]Last Known Good Time: 2023-10-14T01:16:48
I: 56040 [TS]New proposed Last Known Good Time: 2021-01-01T00:00:00
I: 56040 [TS]Retaining current Last Known Good Time
I: 56042 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0x000000000001B669
D: 56043 [DL]Using Thread extended MAC for hostname.
I: 56043 [DIS]Advertise operational node 5F3CE80E97D2B166-0000000000000001
E: 56043 [SVR]Operational advertising failed: 3
I: 56043 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
I: 56043 [EM]<<< [E:6462r S:456 M:98330624] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [B166] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 56044 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 56175 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 56175 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 56176 [EM]>>> [E:6463r S:456 M:250405524] (S) Msg RX from 1:FFFFFFFB00000000 [B166] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:176)
I: 56178 [EM]<<< [E:6463r S:456 M:98330625] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [B166] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 56178 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 56262 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 56262 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 56263 [EM]>>> [E:6464r S:456 M:250405525] (S) Msg RX from 1:FFFFFFFB00000000 [B166] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 56263 [FS]GeneralCommissioning: Received ArmFailSafe (94s)
I: 56264 [EM]<<< [E:6464r S:456 M:98330626] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [B166] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 56264 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 56395 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 56396 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 56396 [EM]>>> [E:6465r S:456 M:250405526] (S) Msg RX from 1:FFFFFFFB00000000 [B166] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:73)
D: 56404 [DL]OpenThread State Changed (Flags: 0x101fc110)
D: 56404 [DL]   Network Name: OpenThread-bdb8
D: 56404 [DL]   PAN Id: 0xBDB8
D: 56404 [DL]   Extended PAN Id: 0x1A0C246BDC73EE6D
D: 56404 [DL]   Channel: 25
D: 56405 [DL]   Mesh Prefix: fde7:2e0:5069:a4d7:0:0:0:0/64
D: 56405 [DL]OpenThread State Changed (Flags: 0x1100100d)
D: 56405 [DL]   Device Role: DETACHED
D: 56405 [DL]   Thread Unicast Addresses:
D: 56405 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 56406 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 58896 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 58960 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
I: 61067 [DL]SRP Client was started, detected server: fde7:02e0:5069:a4d7:049c:3d13:d669:8675
I: 61067 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
D: 61067 [DL]OpenThread State Changed (Flags: 0x200012a4)
D: 61067 [DL]   Device Role: CHILD
D: 61067 [DL]   Partition Id: 0x4B3FBEB6
D: 61068 [DL]OpenThread State Changed (Flags: 0x00000001)
D: 61068 [DL]   Thread Unicast Addresses:
D: 61068 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid preferred
D: 61068 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:8002/64 valid preferred rloc
D: 61068 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 61069 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 61069 [DL]Thread Attached updating Multicast address
I: 61069 [SVR]Joining Multicast groups
I: 61070 [EM]<<< [E:6465r S:456 M:98330627] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [B166] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:65)
D: 61070 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 69)
D: 61070 [DL]Using Thread extended MAC for hostname.
I: 61070 [DIS]Advertise operational node 5F3CE80E97D2B166-0000000000000001
E: 61070 [SVR]Operational advertising failed: 3
D: 61071 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 61077 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 62674 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
E: 63518 [DL]SRP update error: timed out waiting on server response
D: 63571 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 63651 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 66710 [DL]SRP update error: timed out waiting on server response
D: 66980 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 67125 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
I: 67126 [ZCL]ThreadDiagnosticsDelegate: OnNetworkFaultChanged
D: 67126 [DL]OpenThread State Changed (Flags: 0x00002044)
D: 67126 [DL]   Device Role: DETACHED
I: 69380 [DL]SRP Client was stopped, because current server is no longer detected.
I: 69380 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
D: 69380 [DL]OpenThread State Changed (Flags: 0x100012a5)
D: 69381 [DL]   Device Role: LEADER
D: 69381 [DL]   Partition Id: 0x3A5301C7
D: 69381 [DL]   Thread Unicast Addresses:
D: 69381 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 69381 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 69381 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 69381 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 69382 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 69382 [DL]OpenThread State Changed (Flags: 0x00000003)
D: 69382 [DL]   Thread Unicast Addresses:
D: 69382 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 69382 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 69383 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 69383 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 69383 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 69384 [DL]Thread Attached updating Multicast address
I: 69384 [SVR]Joining Multicast groups
D: 69480 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 69877 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 73566 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 76066 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 76288 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 78831 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 81331 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 81506 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 84050 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 86550 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 86725 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 89270 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 91771 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 91946 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
I: 91975 [DL]SRP Client was started, detected server: fde7:02e0:5069:a4d7:049c:3d13:d669:8675
D: 91975 [DL]OpenThread State Changed (Flags: 0x200032e6)
D: 91975 [DL]   Device Role: CHILD
D: 91975 [DL]   Partition Id: 0x4B3FBEB6
D: 91975 [DL]   Thread Unicast Addresses:
D: 91976 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:8003/64 valid preferred rloc
D: 91976 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid preferred
D: 91976 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 91976 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 91977 [DL]OpenThread State Changed (Flags: 0x00000003)
D: 91977 [DL]   Thread Unicast Addresses:
D: 91977 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:8003/64 valid preferred rloc
D: 91977 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid preferred
D: 91977 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 91977 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 93483 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 95983 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 96038 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 97091 [DL]SRP update error: timed out waiting on server response
D: 97544 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 100044 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 100122 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 100482 [DL]SRP update error: timed out waiting on server response
D: 100892 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 100898 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
I: 100899 [ZCL]ThreadDiagnosticsDelegate: OnNetworkFaultChanged
D: 100899 [DL]OpenThread State Changed (Flags: 0x00002044)
D: 100899 [DL]   Device Role: DETACHED
D: 103392 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 103555 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 106784 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 108009 [DL]SRP Client was stopped, because current server is no longer detected.
I: 108009 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
D: 108009 [DL]OpenThread State Changed (Flags: 0x100012a5)
D: 108009 [DL]   Device Role: LEADER
D: 108009 [DL]   Partition Id: 0x690546B0
D: 108009 [DL]   Thread Unicast Addresses:
D: 108010 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 108010 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 108010 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 108010 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 108010 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 108011 [DL]OpenThread State Changed (Flags: 0x00000003)
D: 108011 [DL]   Thread Unicast Addresses:
D: 108011 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 108011 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 108011 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 108011 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 108012 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 108012 [DL]Thread Attached updating Multicast address
I: 108012 [SVR]Joining Multicast groups
D: 109284 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 109872 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 113342 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 115842 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 116176 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
I: 118223 [DL]SRP Client was started, detected server: fde7:02e0:5069:a4d7:049c:3d13:d669:8675
D: 118223 [DL]OpenThread State Changed (Flags: 0x200032e6)
D: 118223 [DL]   Device Role: CHILD
D: 118223 [DL]   Partition Id: 0x4B3FBEB6
D: 118223 [DL]   Thread Unicast Addresses:
D: 118224 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:8004/64 valid preferred rloc
D: 118224 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid preferred
D: 118224 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 118224 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 118225 [DL]OpenThread State Changed (Flags: 0x00000003)
D: 118225 [DL]   Thread Unicast Addresses:
D: 118225 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:8004/64 valid preferred rloc
D: 118225 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid preferred
D: 118225 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 118225 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 118226 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 120726 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 121067 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 125090 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 127590 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 127959 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 128349 [DL]SRP update error: timed out waiting on server response
D: 128933 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 131433 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 131463 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 131907 [DL]SRP update error: timed out waiting on server response
D: 132237 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 132292 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
I: 132292 [ZCL]ThreadDiagnosticsDelegate: OnNetworkFaultChanged
D: 132292 [DL]OpenThread State Changed (Flags: 0x00002044)
D: 132292 [DL]   Device Role: DETACHED
D: 134737 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 135102 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
I: 136951 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
D: 136951 [DL]OpenThread State Changed (Flags: 0x20001224)
D: 136952 [DL]   Device Role: CHILD
D: 136952 [DL]Thread Attached updating Multicast address
I: 136952 [SVR]Joining Multicast groups
D: 136964 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
D: 139464 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 139769 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
E: 142384 [DL]SRP update error: timed out waiting on server response
D: 142884 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 145218 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
I: 145219 [ZCL]ThreadDiagnosticsDelegate: OnNetworkFaultChanged
D: 145220 [DL]OpenThread State Changed (Flags: 0x00002044)
D: 145220 [DL]   Device Role: DETACHED
D: 145384 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
D: 145745 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
I: 147499 [DL]SRP Client was stopped, because current server is no longer detected.
I: 147500 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
D: 147500 [DL]OpenThread State Changed (Flags: 0x100012a5)
D: 147500 [DL]   Device Role: LEADER
D: 147500 [DL]   Partition Id: 0x6AB11D1A
D: 147500 [DL]   Thread Unicast Addresses:
D: 147500 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 147500 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 147500 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 147501 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 147501 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 147501 [DL]OpenThread State Changed (Flags: 0x00000003)
D: 147501 [DL]   Thread Unicast Addresses:
D: 147502 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:fc00/64 valid preferred
D: 147502 [DL]        fde7:2e0:5069:a4d7:0:ff:fe00:f400/64 valid preferred rloc
D: 147502 [DL]        fdc0:f620:df27:1:8765:6d41:7f55:c047/64 valid
D: 147502 [DL]        fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8/64 valid preferred
D: 147502 [DL]        fe80:0:0:0:24c9:59b7:63d:4a8f/64 valid preferred
D: 147503 [DL]Thread Attached updating Multicast address
I: 147503 [SVR]Joining Multicast groups
I: 150263 [FS]Fail-safe timer expired
E: 150263 [SVR]Failsafe timer expired
D: 150263 [IN]SecureSession[0x20010160]: MarkForEviction Type:1 LSID:456
I: 150263 [SC]SecureSession[0x20010160, LSID:456]: State change 'kActive' --> 'kPendingEviction'
D: 150264 [IN]SecureSession[0x20010160]: Released - Type:1 LSID:456
E: 150264 [SVR]Commissioning failed (attempt 1): 32
D: 150264 [IN]Clearing BLE pending packets.
I: 150264 [BLE]Releasing end point's BLE connection back to application.
I: 150264 [DL]Closing BLE GATT connection (ConnId 00)
D: 150266 [IN]SecureSession[0x20010160]: Allocated Type:1 LSID:458
D: 150266 [DL]CHIPoBLE advertising set to on
I: 150266 [DIS]Updating services using commissioning mode 1
E: 150266 [DIS]Failed to remove advertised services: 3
D: 150266 [DL]Using Thread extended MAC for hostname.
I: 150266 [DIS]Advertise operational node 5F3CE80E97D2B166-0000000000000001
E: 150267 [DIS]Failed to advertise operational node: 3
D: 150267 [DL]Using Thread extended MAC for hostname.
I: 150267 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15 cm=1 cp=0
E: 150267 [DIS]Failed to advertise commissionable node: 3
E: 150267 [DIS]Failed to finalize service update: 3
E: 150267 [ZCL]OpCreds: Got FailSafeTimerExpired
E: 150267 [ZCL]OpCreds: Proceeding to FailSafeCleanup on fail-safe expiry!
D: 150267 [IN]Expiring all sessions for fabric 0x1!!
E: 150267 [FP]Reverting pending fabric data for fabric 0x1
E: 150268 [FP]Warning: metadata not found during delete of fabric 0x1
I: 150271 [FP]Fabric (0x1) deleted.
I: 150271 [SVR]Closing pairing window
D: 150271 [IN]SecureSession[0x20010160]: Released - Type:1 LSID:458
I: 150271 [DIS]Updating services using commissioning mode 0
E: 150271 [DIS]Failed to remove advertised services: 3
E: 150271 [DIS]Failed to finalize service update: 3
D: 150272 [DL]CHIPoBLE advertising set to off
I: 150272 [ZCL]OpCreds: Fabric index 0x1 was removed
I: 150272 [DIS]Updating services using commissioning mode 0
E: 150272 [DIS]Failed to remove advertised services: 3
E: 150272 [DIS]Failed to finalize service update: 3
I: 150286 [TS]Pending Last Known Good Time: 2023-10-14T01:16:48
I: 150286 [TS]Previous Last Known Good Time: 2023-10-14T01:16:48
I: 150286 [TS]Reverted Last Known Good Time to previous value
E: 150287 [FP]Warning: metadata not found during delete of fabric 0x1
I: 150288 [ZCL]OpCreds: Fabric index 0x1 was removed
I: 150288 [DIS]Updating services using commissioning mode 0
E: 150288 [DIS]Failed to remove advertised services: 3
E: 150288 [DIS]Failed to finalize service update: 3
E: 150296 [SVR]Warning, failed to delete GroupDataProvider state for fabric index 0x1: d8
E: 150296 [ZCL]OpCreds: failed to delete fabric at index 1: d8
I: 152297 [NP]Reverting Thread operational dataset
E: 152299 [DL]Long dispatch time: 2036 ms, for event type 32784
I: 152299 [FS]Fail-safe cleanly disarmed
I: 152300 [TS]Pending Last Known Good Time: 2023-10-14T01:16:48
I: 152300 [TS]Previous Last Known Good Time: 2023-10-14T01:16:48
I: 152300 [TS]Reverted Last Known Good Time to previous value
I: 152300 [DL]Performing factory reset
I: 152301 [DL]Erasing Thread persistent info...
*** Booting My Application v3.1.0-6c6e5b32496e ***
*** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
D: 5 [DL]Boot reason: 1
I: 5 [DL]BLE address: EF:01:74:4E:E3:96

OT border router logs : 

$ docker logs otbr
00:00:46.527 [I] P-Netif-------: Message dropped by Thread
00:00:46.527 [I] P-Netif-------: ADD [M] ff02::fb
00:00:46.527 [I] Notifier------: StateChanged (0x00001000) [Ip6Mult+]
00:00:46.528 [I] P-Netif-------: ADD [M] ff02::fb (already subscribed, ignored)
00:00:46.859 [I] P-Netif-------: Message dropped by Thread
00:00:46.860 [I] P-Netif-------: ADD [M] ff02::fb (already subscribed, ignored)
00:00:46.861 [I] P-Netif-------: ADD [M] ff02::fb (already subscribed, ignored)
00:00:51.426 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:00:51.427 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:51.427 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:51.433 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:51.433 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:aa00, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:00:51.433 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:51.433 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:00:55.383 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:00:55.383 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6829321532, rxerr:0
00:00:55.383 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:6680, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:00:55.383 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:55.383 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:00:55.384 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:55.384 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:55.384 [I] Mle-----------:     Will send in 320 msec
00:00:55.384 [I] RadioSelector-: RadioSelector: NewRadio(OnRx) 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:00:55.704 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3004
00:00:55.704 [D] P-RadioSpinel-: Wait response: tid=5 key=2049
00:00:55.705 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:55.705 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:55.705 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:00:55.706 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:55.706 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:55.715 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:55.715 [I] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:225} state:ParentReq]
00:00:55.715 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:b5b5, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:00:55.715 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:55.715 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:56.057 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:00:56.057 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6829995715, rxerr:0
00:00:56.057 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:7d4e, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:00:56.057 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:56.057 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:00:56.058 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:56.058 [W] Mle-----------: Failed to process Parent Request - Duplicated
00:00:56.058 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:240} state:ParentReq]
00:00:56.805 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:00:56.806 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6830743934, rxerr:0
00:00:56.806 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:f378, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:00:56.806 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:56.806 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:00:56.806 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:56.806 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:56.806 [I] Mle-----------:     Will send in 704 msec
00:00:56.806 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:57.510 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3004
00:00:57.510 [D] P-RadioSpinel-: Wait response: tid=7 key=2049
00:00:57.511 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:57.511 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:57.512 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:57.512 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:57.512 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:57.520 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:57.520 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:57.520 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:acfe, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:00:57.520 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:57.520 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:58.052 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:00:58.052 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6831990489, rxerr:0
00:00:58.052 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:f5e4, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:00:58.052 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:58.053 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:00:58.053 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:58.053 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:58.053 [I] Mle-----------:     Will send in 928 msec
00:00:58.053 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:58.981 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3004
00:00:58.981 [D] P-RadioSpinel-: Wait response: tid=9 key=2049
00:00:58.982 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:58.982 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:58.983 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:58.983 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:58.983 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:58.990 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:58.991 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:00:58.991 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:0e95, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:00:58.991 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:58.991 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.334 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.334 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6833270888, rxerr:0
00:00:59.335 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.335 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.335 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.335 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:59.336 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:00:59.353 [I] Settings------: Added ChildInfo {rloc:0x8002, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:00:59.353 [I] Mle-----------: Send Child ID Response (fe80:0:0:0:24c9:59b7:63d:4a8f,0x8002)
00:00:59.353 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.353 [I] Notifier------: StateChanged (0x00000400) [Child+]
00:00:59.353 [I] ChildSupervsn-: Starting Child Supervision
00:00:59.353 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.354 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:126, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:59.354 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:59.362 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:59.363 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.363 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:118, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:59.363 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:59.371 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:59.371 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.371 [I] MeshForwarder-: Sent IPv6 UDP msg, len:208, chksum:b15f, ecn:no, to:26c959b7063d4a8f, sec:yes, prio:net, radio:15.4
00:00:59.371 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.371 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.485 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.485 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6833421851, rxerr:0
00:00:59.485 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.485 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.486 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.486 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.486 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:00:59.486 [W] Mle-----------: Failed to process Child ID Request - Security
00:00:59.616 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.616 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6833552760, rxerr:0
00:00:59.616 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.616 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.616 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.617 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.654 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:114, channel:25, maxbackoffs:4, maxretries:15 ...
00:00:59.654 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:00:59.661 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:00:59.661 [I] MeshForwarder-: Sent IPv6 UDP msg, len:118, chksum:9e7a, ecn:no, to:0xffff, sec:yes, prio:low, radio:all
00:00:59.661 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:55790
00:00:59.661 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:fb]:5353
00:00:59.733 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.733 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6833670041, rxerr:0
00:00:59.734 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.734 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.734 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.734 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.787 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.787 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6833723271, rxerr:0
00:00:59.787 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.787 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.787 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.787 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.832 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.832 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6833768133, rxerr:0
00:00:59.832 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.832 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.832 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.832 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.909 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.909 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6833845945, rxerr:0
00:00:59.910 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.910 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.910 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.910 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:00:59.981 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:00:59.981 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6833917815, rxerr:0
00:00:59.981 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:00:59.981 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:00:59.982 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:00:59.982 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.052 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.052 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6833988769, rxerr:0
00:01:00.052 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.052 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.052 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.053 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.067 [D] P-RadioSpinel-: Trying to get RCP time offset
00:01:00.067 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_GET, key:TIMESTAMP
00:01:00.067 [D] P-RadioSpinel-: Wait response: tid=14 key=2050
00:01:00.068 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:2539042745
00:01:00.113 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.113 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834050137, rxerr:0
00:01:00.114 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.114 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.114 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.114 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.214 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.214 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834150940, rxerr:0
00:01:00.215 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.215 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.215 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.215 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.282 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.282 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834218421, rxerr:0
00:01:00.282 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.282 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.282 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.282 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.349 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.349 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834286113, rxerr:0
00:01:00.350 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.350 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.350 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.350 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.424 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.424 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834360183, rxerr:0
00:01:00.424 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.424 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.424 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.424 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.487 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.487 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834423734, rxerr:0
00:01:00.487 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.487 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.487 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.488 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.533 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:00.533 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6834469754, rxerr:0
00:01:00.533 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:7337, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:00.533 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:00.533 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:00.534 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.655 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:114, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:00.656 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:00.663 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:00.663 [I] MeshForwarder-: Sent IPv6 UDP msg, len:118, chksum:e380, ecn:no, to:0xffff, sec:yes, prio:low, radio:all
00:01:00.663 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:5353
00:01:00.663 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:fb]:5353
00:01:00.828 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:00.828 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834763870, rxerr:0
00:01:00.828 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:00.877 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:00.877 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834812839, rxerr:0
00:01:00.877 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:00.878 [I] AddrResolver--: Cache entry added: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8002 - snoop
00:01:00.938 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:00.938 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834874125, rxerr:0
00:01:00.939 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:00.994 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:00.994 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834929358, rxerr:0
00:01:00.994 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.048 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.049 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6834984098, rxerr:0
00:01:01.049 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.141 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.141 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835076727, rxerr:0
00:01:01.141 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.185 [I] BorderRouting-: Evaluating routing policy
00:01:01.185 [I] BorderRouting-: Evaluating NAT64 prefix
00:01:01.185 [I] BorderRouting-: Preparing RA
00:01:01.185 [I] BorderRouting-: - RA Header - flags - M:0 O:0 S:1
00:01:01.185 [I] BorderRouting-: - RA Header - default route - lifetime:0
00:01:01.185 [I] BorderRouting-: - PIO fd1a:c24:6bdc:ee6d::/64 (valid:1800, preferred:1800, flags - L:1 A:1 P:0)
00:01:01.185 [I] BorderRouting-: - RIO fdc0:f620:df27:1::/64 (lifetime:1800, prf:medium)
00:01:01.186 [I] BorderRouting-: Sent RA on infra netif 2
00:01:01.186 [I] BorderRouting-: Will evaluate routing policy in 03:01.497 (181497 msec)
00:01:01.189 [I] BorderRouting-: Received RA from fe80:0:0:0:8aa2:9eff:feb4:f3a on infra netif 2 (this BR routing-manager)
00:01:01.227 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:01:01.227 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835162345, rxerr:0
00:01:01.227 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.307 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.307 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835242652, rxerr:0
00:01:01.307 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.370 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.370 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835305854, rxerr:0
00:01:01.370 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.438 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.438 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835373411, rxerr:0
00:01:01.438 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.533 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.533 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835468742, rxerr:0
00:01:01.533 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.616 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.616 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835552115, rxerr:0
00:01:01.617 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.697 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.697 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835632122, rxerr:0
00:01:01.697 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.751 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.751 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835686321, rxerr:0
00:01:01.751 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.845 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.845 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835780611, rxerr:0
00:01:01.845 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:01.920 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:01.920 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6835855768, rxerr:0
00:01:01.920 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:16, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:02.655 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:114, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:02.655 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:02.662 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:02.662 [I] MeshForwarder-: Sent IPv6 UDP msg, len:118, chksum:e380, ecn:no, to:0xffff, sec:yes, prio:low, radio:all
00:01:02.662 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:5353
00:01:02.662 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:fb]:5353
00:01:02.788 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:02.788 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6836723241, rxerr:0
00:01:02.788 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:02.874 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:02.874 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6836809531, rxerr:0
00:01:02.874 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:02.936 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:02.936 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6836871666, rxerr:0
00:01:02.936 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:02.943 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:01:02.944 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:02.944 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:02.951 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:02.951 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:437b, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:01:02.951 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:02.951 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:03.052 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.052 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6836987443, rxerr:0
00:01:03.052 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.099 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.099 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837035174, rxerr:0
00:01:03.100 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.150 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.150 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837085840, rxerr:0
00:01:03.150 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.247 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.247 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837182176, rxerr:0
00:01:03.247 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.314 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.314 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837249325, rxerr:0
00:01:03.314 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.323 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:c31f, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:01:03.323 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49154
00:01:03.323 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:03.367 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.367 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837302233, rxerr:0
00:01:03.367 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:03.438 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:03.438 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837373320, rxerr:0
00:01:03.438 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837432371, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837497740, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837552699, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837611352, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837675198, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6837743653, rxerr:0
[I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:17, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
[D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839249491, rxerr:0
[I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
[I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:524e, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
[I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49154
[I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:05.368 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.368 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839304267, rxerr:0
00:01:05.369 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:05.435 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.435 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839370508, rxerr:0
00:01:05.435 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.499 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.499 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839434556, rxerr:0
00:01:05.499 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.564 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.564 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839499960, rxerr:0
00:01:05.564 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.649 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.649 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839584377, rxerr:0
00:01:05.649 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.727 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.727 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839662430, rxerr:0
00:01:05.727 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.805 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.805 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839741043, rxerr:0
00:01:05.805 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.881 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:01:05.881 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839816387, rxerr:0
00:01:05.881 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:05.973 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:05.973 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839908432, rxerr:0
00:01:05.973 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.036 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.036 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6839971544, rxerr:0
00:01:06.036 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.114 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.114 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6840049292, rxerr:0
00:01:06.114 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.183 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.183 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6840118376, rxerr:0
00:01:06.183 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.253 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.253 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6840188298, rxerr:0
00:01:06.253 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.320 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.320 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6840255300, rxerr:0
00:01:06.320 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.387 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:06.387 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6840323033, rxerr:0
00:01:06.387 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:18, type:Data, src:0x8002, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:06.573 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:06.573 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6840511373, rxerr:0
00:01:06.573 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:f5f3, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:06.573 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:06.573 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:06.573 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:06.573 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:06.573 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:06.573 [I] Mle-----------:     Will send in 121 msec
00:01:06.656 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:114, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:06.656 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:06.665 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:06.665 [I] MeshForwarder-: Sent IPv6 UDP msg, len:118, chksum:e380, ecn:no, to:0xffff, sec:yes, prio:low, radio:all
00:01:06.665 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:5353
00:01:06.666 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:fb]:5353
00:01:06.694 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3010
00:01:06.694 [D] P-RadioSpinel-: Wait response: tid=4 key=2049
00:01:06.695 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:06.695 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:06.695 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:06.695 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:06.696 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:06.704 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:06.704 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:06.704 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:e663, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:06.704 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:06.704 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:08.328 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:fb20, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:01:08.328 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49154
00:01:08.328 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:08.904 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:75, rssi:-34 ...
00:01:08.904 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6842842472, rxerr:0
00:01:08.905 [I] MeshForwarder-: Received IPv6 UDP msg, len:96, chksum:76e8, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:08.905 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:08.905 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:08.905 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:08.905 [I] Mle-----------: Receive Data Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:08.905 [I] Mle-----------: Failed to process Data Response - Drop
00:01:09.460 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:09.460 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6843398261, rxerr:0
00:01:09.460 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:a089, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:09.460 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:09.460 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:09.460 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8002 radio-pref:{15.4:255} state:Valid]
00:01:09.460 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:09.460 [N] Mle-----------: Different partition (peer:978518471, local:1262468790)
00:01:09.461 [I] AddrResolver--: Cache entry removed: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8002, list:snooped - removing rloc16
00:01:09.461 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:01:09.461 [I] Settings------: Read ChildInfo {rloc:0x8002, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:09.484 [I] Settings------: Removed ChildInfo {rloc:0x8002, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:09.484 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:09.484 [I] Notifier------: StateChanged (0x00000800) [Child-]
00:01:09.484 [I] ChildSupervsn-: Stopping Child Supervision
00:01:10.636 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:10.636 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6844574343, rxerr:0
00:01:10.636 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:bee7, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:10.636 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:10.637 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:10.637 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:10.637 [N] Mle-----------: Different partition (peer:978518471, local:1262468790)
00:01:10.637 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:14.634 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:14.634 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6848572277, rxerr:0
00:01:14.634 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:3faa, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:14.634 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:14.634 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:14.635 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:14.635 [N] Mle-----------: Different partition (peer:978518471, local:1262468790)
00:01:14.635 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:14.657 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:114, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:14.657 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:14.665 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:14.665 [I] MeshForwarder-: Sent IPv6 UDP msg, len:118, chksum:e380, ecn:no, to:0xffff, sec:yes, prio:low, radio:all
00:01:14.665 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:5353
00:01:14.665 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:fb]:5353
00:01:15.778 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:01:15.779 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:15.779 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:15.784 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:15.784 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:fb29, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:01:15.784 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:15.784 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:26.153 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:01:26.154 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:26.154 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:26.159 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:26.159 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:cd98, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:01:26.159 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:26.159 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:26.374 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-33 ...
00:01:26.374 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6860312712, rxerr:0
00:01:26.374 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:5b51, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-33.0, radio:15.4
00:01:26.374 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:26.374 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:26.375 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:26.375 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:26.375 [I] Mle-----------:     Will send in 76 msec
00:01:26.375 [I] RadioSelector-: RadioSelector: NewRadio(OnRx) 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:01:26.451 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3011
00:01:26.451 [D] P-RadioSpinel-: Wait response: tid=9 key=2049
00:01:26.452 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:26.452 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:26.453 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:01:26.453 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:26.453 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:26.462 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:26.462 [I] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:225} state:ParentReq]
00:01:26.462 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:7f72, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:26.463 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:26.463 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:27.044 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-33 ...
00:01:27.044 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:240, timestamp:6860982814, rxerr:0
00:01:27.044 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:7b06, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-33.0, radio:15.4
00:01:27.044 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:27.044 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:27.045 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:27.045 [W] Mle-----------: Failed to process Parent Request - Duplicated
00:01:27.045 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:240} state:ParentReq]
00:01:27.784 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:27.784 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6861722649, rxerr:0
00:01:27.784 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:e5ce, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:27.784 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:27.784 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:27.784 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:27.784 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:27.785 [I] Mle-----------:     Will send in 574 msec
00:01:27.785 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:28.358 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3011
00:01:28.358 [D] P-RadioSpinel-: Wait response: tid=11 key=2049
00:01:28.359 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:28.359 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:28.359 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:28.360 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:28.360 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:28.369 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:28.369 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:28.369 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:c2e9, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:28.369 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:28.369 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:29.039 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:29.039 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6862977969, rxerr:0
00:01:29.039 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:a796, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:29.039 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:29.039 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:29.040 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:29.040 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:29.040 [I] Mle-----------:     Will send in 19 msec
00:01:29.040 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:29.059 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3011
00:01:29.059 [D] P-RadioSpinel-: Wait response: tid=13 key=2049
00:01:29.060 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:29.060 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:29.060 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:29.061 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:29.061 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:29.070 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:29.070 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:29.070 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:b8e9, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:29.070 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:29.070 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.332 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:30.332 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6864268888, rxerr:0
00:01:30.332 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:30.333 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.333 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.333 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:30.334 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:01:30.351 [I] Settings------: Added ChildInfo {rloc:0x8003, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:30.351 [I] Mle-----------: Send Child ID Response (fe80:0:0:0:24c9:59b7:63d:4a8f,0x8003)
00:01:30.351 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.351 [I] Notifier------: StateChanged (0x00000400) [Child+]
00:01:30.352 [I] ChildSupervsn-: Starting Child Supervision
00:01:30.352 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.352 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:126, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:30.352 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:30.361 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:30.361 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.361 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:118, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:30.361 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:30.370 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:30.370 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.370 [I] MeshForwarder-: Sent IPv6 UDP msg, len:208, chksum:a8ea, ecn:no, to:26c959b7063d4a8f, sec:yes, prio:net, radio:15.4
00:01:30.370 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.370 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.534 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:01:30.534 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6864470885, rxerr:0
00:01:30.534 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:01:30.534 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.534 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.534 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.535 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:30.535 [W] Mle-----------: Failed to process Child ID Request - Security
00:01:30.735 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:30.735 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6864672272, rxerr:0
00:01:30.736 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:30.736 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.736 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.736 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.849 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:30.849 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6864785921, rxerr:0
00:01:30.849 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:30.849 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.849 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.849 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:30.983 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:30.983 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6864919536, rxerr:0
00:01:30.983 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:30.983 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:30.983 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:30.983 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.084 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.084 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865020508, rxerr:0
00:01:31.084 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.084 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.084 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.084 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.198 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:01:31.198 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865134634, rxerr:0
00:01:31.198 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:31.198 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.198 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.198 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.319 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:01:31.319 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865255894, rxerr:0
00:01:31.319 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:31.319 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.319 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.319 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.403 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.403 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865340261, rxerr:0
00:01:31.403 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.404 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.404 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.404 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.504 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.504 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865441180, rxerr:0
00:01:31.504 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.505 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.505 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.505 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.630 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.630 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865566906, rxerr:0
00:01:31.630 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.630 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.630 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.630 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.759 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.759 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865695911, rxerr:0
00:01:31.759 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.759 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.759 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.759 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:31.893 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:31.893 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865830270, rxerr:0
00:01:31.894 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:31.894 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:31.894 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:31.894 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:32.001 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:32.001 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6865937568, rxerr:0
00:01:32.001 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:32.001 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:32.001 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:32.001 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:32.094 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:32.094 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6866030933, rxerr:0
00:01:32.094 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:32.094 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:32.094 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:32.094 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:32.187 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:32.187 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6866123985, rxerr:0
00:01:32.187 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:fe08, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:32.187 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:32.187 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:32.188 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:33.692 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:33.692 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867628325, rxerr:0
00:01:33.693 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:33.764 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:33.764 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867699861, rxerr:0
00:01:33.764 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:33.764 [I] AddrResolver--: Cache entry added: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8003 - snoop
00:01:33.828 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:33.828 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867763982, rxerr:0
00:01:33.828 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:33.892 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:33.892 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867827575, rxerr:0
00:01:33.892 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:33.955 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:33.956 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867891451, rxerr:0
00:01:33.956 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.037 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.037 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6867973415, rxerr:0
00:01:34.038 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.123 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.123 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868058710, rxerr:0
00:01:34.123 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.197 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.198 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868133404, rxerr:0
00:01:34.198 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.271 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.271 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868207349, rxerr:0
00:01:34.271 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.342 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.343 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868278481, rxerr:0
00:01:34.343 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.414 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.414 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868350348, rxerr:0
00:01:34.414 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.489 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.489 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868424761, rxerr:0
00:01:34.489 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.561 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.561 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868497393, rxerr:0
00:01:34.561 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.632 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.632 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868567812, rxerr:0
00:01:34.632 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.706 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.706 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868641940, rxerr:0
00:01:34.706 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:34.786 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:34.786 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6868721613, rxerr:0
00:01:34.786 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:31, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:35.855 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:35.855 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6869791194, rxerr:0
00:01:35.856 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:35.975 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:35.975 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6869911011, rxerr:0
00:01:35.975 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:36.071 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.071 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6870006558, rxerr:0
00:01:36.071 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.170 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:01:36.170 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6870105815, rxerr:0
00:01:36.170 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.320 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.320 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870255581, rxerr:0
00:01:36.320 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.347 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:af2d, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:01:36.347 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49155
00:01:36.347 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:36.438 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.438 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870374071, rxerr:0
00:01:36.438 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.610 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.610 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870546040, rxerr:0
00:01:36.610 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.764 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.764 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870700133, rxerr:0
00:01:36.764 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:36.904 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:36.904 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870839911, rxerr:0
00:01:36.904 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.042 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.042 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6870978291, rxerr:0
00:01:37.042 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.174 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.175 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871110457, rxerr:0
00:01:37.175 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.310 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.310 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871245726, rxerr:0
00:01:37.310 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.445 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.445 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871381145, rxerr:0
00:01:37.445 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.588 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.588 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871524052, rxerr:0
00:01:37.588 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.775 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.775 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871711156, rxerr:0
00:01:37.775 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:37.802 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:01:37.803 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:37.803 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:37.809 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:37.809 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:ab0f, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:01:37.809 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:37.809 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:37.922 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:37.922 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6871857517, rxerr:0
00:01:37.922 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:32, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:38.342 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:5764, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:01:38.342 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49155
00:01:38.342 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:39.320 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.320 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873255810, rxerr:0
00:01:39.320 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:39.436 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.436 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873371547, rxerr:0
00:01:39.436 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:39.544 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.544 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873479930, rxerr:0
00:01:39.544 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:39.647 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.647 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873583143, rxerr:0
00:01:39.647 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:39.769 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.769 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873705250, rxerr:0
00:01:39.769 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:39.911 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:39.911 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873846761, rxerr:0
00:01:39.911 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.062 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.062 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6873998393, rxerr:0
00:01:40.062 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.203 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.203 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874138727, rxerr:0
00:01:40.203 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.362 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.362 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874297587, rxerr:0
00:01:40.362 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.513 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.513 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874449079, rxerr:0
00:01:40.513 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.662 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.662 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874597683, rxerr:0
00:01:40.662 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.826 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.826 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874762003, rxerr:0
00:01:40.826 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:40.968 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:40.968 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6874903624, rxerr:0
00:01:40.968 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:41.111 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:41.111 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6875047335, rxerr:0
00:01:41.111 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:41.252 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:41.252 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6875187855, rxerr:0
00:01:41.252 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:41.448 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:01:41.448 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6875383626, rxerr:0
00:01:41.448 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:33, type:Data, src:0x8003, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:01:41.930 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:41.930 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6875869280, rxerr:0
00:01:41.930 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:c028, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:41.931 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:41.931 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:41.931 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:41.931 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:41.931 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:41.931 [I] Mle-----------:     Will send in 45 msec
00:01:41.976 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:41.976 [D] P-RadioSpinel-: Wait response: tid=3 key=2049
00:01:41.977 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:41.977 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:41.978 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:41.978 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:41.978 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:41.986 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:41.986 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:41.986 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:7e07, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:41.986 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:41.986 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:42.337 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:e69e, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:01:42.337 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49155
00:01:42.337 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:01:42.414 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:42.414 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6876353144, rxerr:0
00:01:42.414 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:69d6, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:42.414 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:42.414 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:42.415 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:42.415 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:42.415 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:42.415 [I] Mle-----------:     Will send in 417 msec
00:01:42.832 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:42.832 [D] P-RadioSpinel-: Wait response: tid=5 key=2049
00:01:42.833 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:42.833 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:42.833 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:42.834 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:42.834 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:42.842 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:42.842 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:42.842 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:37f3, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:42.842 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:42.842 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:43.029 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:43.030 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6876968477, rxerr:0
00:01:43.030 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:2879, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:43.030 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:43.030 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:43.030 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:43.030 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:43.030 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:43.030 [I] Mle-----------:     Will send in 520 msec
00:01:43.550 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:43.550 [D] P-RadioSpinel-: Wait response: tid=7 key=2049
00:01:43.551 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:43.551 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:43.552 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:43.552 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:43.552 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:43.559 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:43.559 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:43.559 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:70de, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:43.559 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:43.560 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:43.813 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:43.813 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6877751639, rxerr:0
00:01:43.813 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:5129, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:43.813 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:43.813 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:43.813 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:43.813 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:43.813 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:43.813 [I] Mle-----------:     Will send in 648 msec
00:01:44.461 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:44.461 [D] P-RadioSpinel-: Wait response: tid=9 key=2049
00:01:44.462 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:44.462 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:44.462 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:44.463 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:44.463 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:44.472 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:44.472 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:44.472 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:6d62, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:44.472 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:44.472 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:44.478 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:44.478 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6878417378, rxerr:0
00:01:44.478 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:0399, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:44.478 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:44.478 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:44.479 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:44.479 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:44.479 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:44.479 [I] Mle-----------:     Will send in 287 msec
00:01:44.766 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:44.766 [D] P-RadioSpinel-: Wait response: tid=11 key=2049
00:01:44.767 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:44.767 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:44.768 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:44.768 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:44.768 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:44.775 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:44.776 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:44.776 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:56e0, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:44.776 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:44.776 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:47.894 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:75, rssi:-34 ...
00:01:47.895 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6881832905, rxerr:0
00:01:47.895 [I] MeshForwarder-: Received IPv6 UDP msg, len:96, chksum:574a, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:47.895 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:47.895 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:47.895 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:47.895 [I] Mle-----------: Receive Data Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:47.895 [I] Mle-----------: Failed to process Data Response - Drop
00:01:48.451 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:48.451 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6882389945, rxerr:0
00:01:48.451 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:ba92, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:48.451 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:48.451 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:48.452 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8003 radio-pref:{15.4:255} state:Valid]
00:01:48.452 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:48.452 [N] Mle-----------: Different partition (peer:1761953456, local:1262468790)
00:01:48.452 [I] AddrResolver--: Cache entry removed: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8003, list:snooped - removing rloc16
00:01:48.452 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:01:48.452 [I] Settings------: Read ChildInfo {rloc:0x8003, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:48.476 [I] Settings------: Removed ChildInfo {rloc:0x8003, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:48.476 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:48.477 [I] Notifier------: StateChanged (0x00000800) [Child-]
00:01:48.477 [I] ChildSupervsn-: Stopping Child Supervision
00:01:49.544 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:49.544 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6883482490, rxerr:0
00:01:49.544 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:0554, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:49.544 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:49.544 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:49.544 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:49.544 [N] Mle-----------: Different partition (peer:1761953456, local:1262468790)
00:01:49.544 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:51.290 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:01:51.291 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:51.291 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:51.296 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:51.296 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:e2da, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:01:51.296 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:51.296 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:52.647 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:01:52.647 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6886585832, rxerr:0
00:01:52.647 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:c96c, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:52.647 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:52.647 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:01:52.648 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:01:52.648 [N] Mle-----------: Different partition (peer:1761953456, local:1262468790)
00:01:52.648 [I] Mle-----------: Failed to process Advertisement - Drop
00:01:53.034 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:53.034 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6886972901, rxerr:0
00:01:53.034 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:f12c, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:53.034 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:53.035 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:53.035 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:53.035 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:53.035 [I] Mle-----------:     Will send in 45 msec
00:01:53.035 [I] RadioSelector-: RadioSelector: NewRadio(OnRx) 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:01:53.080 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:53.080 [D] P-RadioSpinel-: Wait response: tid=14 key=2049
00:01:53.081 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:53.081 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:53.082 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:200} state:ParentReq]
00:01:53.082 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:53.082 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:53.090 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:53.090 [I] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:225} state:ParentReq]
00:01:53.090 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:6dc7, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:53.090 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:53.090 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:53.480 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:53.480 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6887419067, rxerr:0
00:01:53.480 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:e92d, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:53.480 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:53.480 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:53.480 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:53.480 [W] Mle-----------: Failed to process Parent Request - Duplicated
00:01:53.481 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:240} state:ParentReq]
00:01:54.145 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-35 ...
00:01:54.145 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6888084358, rxerr:0
00:01:54.146 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:9684, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:54.146 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:54.146 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:54.146 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:54.146 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:54.146 [I] Mle-----------:     Will send in 161 msec
00:01:54.146 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:54.307 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:54.307 [D] P-RadioSpinel-: Wait response: tid=1 key=2049
00:01:54.308 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:54.308 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:54.309 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:54.309 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:54.309 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:54.318 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:54.319 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:54.319 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:b42e, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:54.319 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:54.319 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:55.366 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:01:55.366 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6889305104, rxerr:0
00:01:55.366 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:ec8b, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:01:55.366 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:55.366 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:01:55.367 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:55.367 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:55.367 [I] Mle-----------:     Will send in 566 msec
00:01:55.367 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:55.933 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3013
00:01:55.933 [D] P-RadioSpinel-: Wait response: tid=3 key=2049
00:01:55.934 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:55.934 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:55.935 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:55.935 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:55.935 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:55.944 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:55.944 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x0000 radio-pref:{15.4:255} state:ParentReq]
00:01:55.944 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:517d, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:01:55.944 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:55.944 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:56.692 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:56.692 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6890629241, rxerr:0
00:01:56.692 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:56.692 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:56.692 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:56.693 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:56.693 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:01:56.712 [I] Settings------: Added ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:01:56.712 [I] Mle-----------: Send Child ID Response (fe80:0:0:0:24c9:59b7:63d:4a8f,0x8004)
00:01:56.712 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:56.712 [I] Notifier------: StateChanged (0x00000400) [Child+]
00:01:56.712 [I] ChildSupervsn-: Starting Child Supervision
00:01:56.712 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:56.712 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:126, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:56.713 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:56.722 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:56.722 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:56.723 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:118, channel:25, maxbackoffs:4, maxretries:15 ...
00:01:56.723 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:01:56.731 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:01:56.731 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:56.731 [I] MeshForwarder-: Sent IPv6 UDP msg, len:208, chksum:fa48, ecn:no, to:26c959b7063d4a8f, sec:yes, prio:net, radio:15.4
00:01:56.731 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:56.731 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:56.970 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:56.971 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6890907526, rxerr:0
00:01:56.971 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:56.971 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:56.971 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:56.971 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:56.971 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:01:56.971 [W] Mle-----------: Failed to process Child ID Request - Security
00:01:57.312 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:57.312 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6891249317, rxerr:0
00:01:57.313 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:57.313 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:57.313 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:57.313 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:57.465 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:57.465 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6891402200, rxerr:0
00:01:57.465 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:57.465 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:57.465 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:57.466 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:57.665 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:57.665 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6891602010, rxerr:0
00:01:57.665 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:57.665 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:57.665 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:57.666 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:57.846 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:57.846 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6891783213, rxerr:0
00:01:57.846 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:57.846 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:57.846 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:57.846 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:58.051 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:58.051 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6891988085, rxerr:0
00:01:58.051 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:58.051 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:58.051 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:58.051 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:58.225 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:58.225 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6892162327, rxerr:0
00:01:58.225 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:58.225 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:58.225 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:58.226 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:58.403 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:58.403 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6892339690, rxerr:0
00:01:58.403 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:58.403 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:58.403 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:58.403 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:58.631 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:58.631 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6892568497, rxerr:0
00:01:58.632 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:58.632 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:58.632 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:58.632 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:58.776 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:58.776 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6892713019, rxerr:0
00:01:58.776 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:58.776 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:58.776 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:58.776 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:59.002 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:59.002 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6892939455, rxerr:0
00:01:59.003 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:59.003 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:59.003 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:59.003 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:59.221 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:59.221 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6893158483, rxerr:0
00:01:59.222 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:59.222 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:59.222 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:59.222 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:59.375 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:59.375 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6893312193, rxerr:0
00:01:59.375 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:59.375 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:59.375 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:59.376 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:59.554 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:59.554 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6893491335, rxerr:0
00:01:59.554 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:59.554 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:59.554 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:59.555 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:01:59.754 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:01:59.754 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6893691304, rxerr:0
00:01:59.754 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:ff49, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:01:59.755 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:01:59.755 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:01:59.755 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:00.068 [D] P-RadioSpinel-: Trying to get RCP time offset
00:02:00.069 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_GET, key:TIMESTAMP
00:02:00.069 [D] P-RadioSpinel-: Wait response: tid=7 key=2050
00:02:00.069 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:2599044637
00:02:04.483 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:04.484 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:04.484 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:04.491 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:04.491 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:4495, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:04.491 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:04.491 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:05.073 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:05.073 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6899009321, rxerr:0
00:02:05.073 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:05.218 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:05.218 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6899153918, rxerr:0
00:02:05.218 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:05.218 [I] AddrResolver--: Cache entry added: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8004 - snoop
00:02:05.358 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:05.358 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6899294649, rxerr:0
00:02:05.359 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:05.490 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:05.490 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6899426597, rxerr:0
00:02:05.490 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:05.633 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:05.633 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6899569110, rxerr:0
00:02:05.633 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:05.845 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:05.845 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6899781370, rxerr:0
00:02:05.845 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.031 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:06.031 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6899967247, rxerr:0
00:02:06.031 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.235 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:06.235 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6900171631, rxerr:0
00:02:06.236 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.378 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:06.378 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6900314563, rxerr:0
00:02:06.378 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.504 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:06.504 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6900440566, rxerr:0
00:02:06.505 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.655 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:06.655 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6900591005, rxerr:0
00:02:06.655 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.802 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:06.802 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6900738084, rxerr:0
00:02:06.802 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:06.953 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:06.953 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6900889445, rxerr:0
00:02:06.953 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:07.102 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:07.103 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6901038737, rxerr:0
00:02:07.103 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:07.318 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:07.318 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6901253749, rxerr:0
00:02:07.318 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:07.322 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:a425, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:02:07.322 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49156
00:02:07.322 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:02:07.459 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:07.459 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6901395601, rxerr:0
00:02:07.459 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:49, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:08.780 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:08.780 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6902715922, rxerr:0
00:02:08.780 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:08.925 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:08.925 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6902861692, rxerr:0
00:02:08.926 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:09.066 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:09.066 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6903002503, rxerr:0
00:02:09.066 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:09.201 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:09.201 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6903137711, rxerr:0
00:02:09.202 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:09.343 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:09.343 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6903279185, rxerr:0
00:02:09.343 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:09.555 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:09.555 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6903490730, rxerr:0
00:02:09.555 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:09.781 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:09.782 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6903717741, rxerr:0
00:02:09.782 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:09.994 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:09.994 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6903929941, rxerr:0
00:02:09.994 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:10.190 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:10.190 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6904125826, rxerr:0
00:02:10.190 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:10.331 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:10.331 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6904266719, rxerr:0
00:02:10.331 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:10.538 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:10.539 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6904474722, rxerr:0
00:02:10.539 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:10.790 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:10.790 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6904726583, rxerr:0
00:02:10.791 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:11.017 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:11.017 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6904953549, rxerr:0
00:02:11.017 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:11.215 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:11.215 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6905151119, rxerr:0
00:02:11.215 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:11.321 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:4140, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:02:11.321 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49156
00:02:11.321 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:02:11.413 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:11.413 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6905349337, rxerr:0
00:02:11.413 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:11.612 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:11.612 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6905548612, rxerr:0
00:02:11.612 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:50, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:13.328 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:13.328 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6907264250, rxerr:0
00:02:13.328 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:13.501 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:13.501 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6907437238, rxerr:0
00:02:13.501 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:13.651 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:13.651 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6907587082, rxerr:0
00:02:13.651 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:13.802 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:13.802 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6907737991, rxerr:0
00:02:13.802 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:13.959 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:13.959 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6907895452, rxerr:0
00:02:13.959 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:14.174 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:14.174 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6908109854, rxerr:0
00:02:14.174 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:14.332 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:14.332 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6908268484, rxerr:0
00:02:14.332 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:14.493 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:14.493 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6908429515, rxerr:0
00:02:14.493 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:14.726 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:14.726 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6908661991, rxerr:0
00:02:14.726 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:14.933 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:14.933 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6908868912, rxerr:0
00:02:14.933 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:15.142 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:15.142 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6909077892, rxerr:0
00:02:15.142 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:15.370 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:15.370 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6909306443, rxerr:0
00:02:15.370 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:15.581 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:15.581 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6909517610, rxerr:0
00:02:15.581 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:15.821 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:15.821 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6909757128, rxerr:0
00:02:15.821 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:16.033 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:16.033 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6909969248, rxerr:0
00:02:16.033 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:16.272 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:16.272 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6910207935, rxerr:0
00:02:16.272 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:51, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:16.314 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:5290, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-33.0, radio:15.4
00:02:16.314 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49156
00:02:16.314 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:02:16.868 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:02:16.868 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6910807052, rxerr:0
00:02:16.868 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:26ff, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:16.868 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:16.868 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:02:16.868 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:16.869 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:16.869 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:16.869 [I] Mle-----------:     Will send in 196 msec
00:02:17.065 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3015
00:02:17.065 [D] P-RadioSpinel-: Wait response: tid=9 key=2049
00:02:17.066 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:17.066 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:17.067 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:17.067 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:17.067 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:17.076 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:17.076 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:17.076 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:abf7, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:02:17.076 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:17.077 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:17.347 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:17.348 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:17.348 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:17.354 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:17.354 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:da20, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:17.354 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:17.354 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:18.161 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:02:18.161 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:236, timestamp:6912100515, rxerr:0
00:02:18.161 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:aaf1, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:18.162 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:18.162 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:02:18.162 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:18.162 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:18.162 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:18.163 [I] Mle-----------:     Will send in 94 msec
00:02:18.256 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3015
00:02:18.256 [D] P-RadioSpinel-: Wait response: tid=12 key=2049
00:02:18.257 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:18.257 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:18.258 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:18.258 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:18.258 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:18.265 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:18.265 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:18.265 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:b926, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:02:18.265 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:18.265 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:19.099 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-34 ...
00:02:19.099 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6913038552, rxerr:0
00:02:19.100 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:c3c5, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:19.100 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:19.100 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:02:19.100 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:19.100 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:19.100 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:19.100 [I] Mle-----------:     Will send in 453 msec
00:02:19.553 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_SET, key:RCP_MAC_FRAME_COUNTER, counter:3015
00:02:19.553 [D] P-RadioSpinel-: Wait response: tid=14 key=2049
00:02:19.554 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:19.554 [I] Mle-----------: Send Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:19.554 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:19.555 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:113, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:19.555 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:19.562 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:19.563 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:19.563 [I] MeshForwarder-: Sent IPv6 UDP msg, len:129, chksum:51d7, ecn:no, to:26c959b7063d4a8f, sec:no, prio:net, radio:15.4
00:02:19.563 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:19.563 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:20.089 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:20.089 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6914026319, rxerr:0
00:02:20.089 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:20.089 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:20.089 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:20.089 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:20.090 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:20.090 [I] AddrResolver--: Cache entry removed: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8004, list:snooped - removing rloc16
00:02:20.090 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:02:20.090 [I] Settings------: Read ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:02:20.102 [I] Settings------: Removed ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:02:20.103 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:02:20.134 [I] Settings------: Added ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:02:20.134 [I] Mle-----------: Send Child ID Response (fe80:0:0:0:24c9:59b7:63d:4a8f,0x8004)
00:02:20.135 [I] Notifier------: StateChanged (0x00000c00) [Child+ Child-]
00:02:20.135 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:20.136 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:126, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:20.136 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:20.144 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:20.144 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:20.144 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:118, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:20.144 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:20.152 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:20.153 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:20.153 [I] MeshForwarder-: Sent IPv6 UDP msg, len:208, chksum:66f6, ecn:no, to:26c959b7063d4a8f, sec:yes, prio:net, radio:15.4
00:02:20.153 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:20.153 [I] MeshForwarder-:     dst:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:20.606 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:20.606 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6914542969, rxerr:0
00:02:20.606 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:20.606 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:20.606 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:20.606 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:20.606 [I] Mle-----------: Receive Child ID Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:20.606 [W] Mle-----------: Failed to process Child ID Request - Security
00:02:20.857 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:20.857 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6914794211, rxerr:0
00:02:20.857 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:20.857 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:20.857 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:20.857 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:21.014 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:21.014 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6914951232, rxerr:0
00:02:21.014 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:21.014 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:21.014 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:21.014 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:21.249 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:21.249 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6915186498, rxerr:0
00:02:21.249 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:21.250 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:21.250 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:21.250 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:21.464 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:02:21.465 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6915401858, rxerr:0
00:02:21.465 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:02:21.465 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:21.465 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:21.465 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:21.684 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:02:21.685 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6915621838, rxerr:0
00:02:21.685 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:21.685 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:21.685 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:21.685 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:21.899 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-38 ...
00:02:21.899 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6915836336, rxerr:0
00:02:21.899 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-38.0, radio:15.4
00:02:21.899 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:21.899 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:21.899 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:22.110 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:02:22.110 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6916047203, rxerr:0
00:02:22.110 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:22.110 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:22.110 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:22.110 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:22.296 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:02:22.296 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6916232906, rxerr:0
00:02:22.296 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:22.296 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:22.296 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:22.296 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:22.485 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:02:22.485 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6916422211, rxerr:0
00:02:22.485 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:02:22.485 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:22.485 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:22.485 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:22.674 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:02:22.674 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6916611202, rxerr:0
00:02:22.674 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:22.674 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:22.674 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:22.674 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:22.878 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-36 ...
00:02:22.878 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6916815191, rxerr:0
00:02:22.878 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:22.878 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:22.878 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:22.878 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:23.100 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-35 ...
00:02:23.100 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6917036864, rxerr:0
00:02:23.100 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-35.0, radio:15.4
00:02:23.100 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:23.100 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:23.100 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:23.345 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-32 ...
00:02:23.345 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:244, timestamp:6917282174, rxerr:0
00:02:23.345 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-32.0, radio:15.4
00:02:23.345 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:23.345 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:23.345 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:23.571 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:98, rssi:-34 ...
00:02:23.571 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6917508195, rxerr:0
00:02:23.571 [I] MeshForwarder-: Received IPv6 UDP msg, len:114, chksum:e4db, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:23.571 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:23.571 [I] MeshForwarder-:     dst:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:23.571 [D] RadioSelector-: RadioSelector: UpdateOnDupRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:24.150 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:24.150 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6918086102, rxerr:0
00:02:24.150 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:24.340 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:24.340 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6918276435, rxerr:0
00:02:24.340 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:24.340 [I] AddrResolver--: Cache entry added: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8004 - snoop
00:02:24.520 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:24.520 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6918456019, rxerr:0
00:02:24.520 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:24.702 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:24.702 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6918638262, rxerr:0
00:02:24.702 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:24.937 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:24.937 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6918873761, rxerr:0
00:02:24.937 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:25.180 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:25.180 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6919116722, rxerr:0
00:02:25.180 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:25.409 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:25.409 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6919345098, rxerr:0
00:02:25.409 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:25.611 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:25.611 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6919547369, rxerr:0
00:02:25.611 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:25.865 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:25.865 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6919801040, rxerr:0
00:02:25.865 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:26.120 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-32 ...
00:02:26.120 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6920056134, rxerr:0
00:02:26.120 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:26.360 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:26.360 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6920296771, rxerr:0
00:02:26.360 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:26.592 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:26.592 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6920528836, rxerr:0
00:02:26.592 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:26.820 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:26.820 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6920756336, rxerr:0
00:02:26.820 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:27.069 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:27.069 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6921005538, rxerr:0
00:02:27.069 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:27.323 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:0961, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-36.0, radio:15.4
00:02:27.323 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49156
00:02:27.323 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:02:27.332 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:27.332 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6921268031, rxerr:0
00:02:27.332 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:27.520 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:27.520 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6921456669, rxerr:0
00:02:27.520 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:57, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:29.114 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:29.115 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:29.115 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:29.120 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:29.121 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:f111, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:29.121 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:29.121 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:30.551 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:30.552 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6924487775, rxerr:0
00:02:30.552 [I] Mac-----------: Frame rx failed, error:Security, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:30.745 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:30.745 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6924681284, rxerr:0
00:02:30.745 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:30.927 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:30.927 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6924863315, rxerr:0
00:02:30.927 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:31.099 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:31.099 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6925035485, rxerr:0
00:02:31.099 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:31.347 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:31.348 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6925283957, rxerr:0
00:02:31.348 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:31.617 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:31.617 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6925553311, rxerr:0
00:02:31.617 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:31.901 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:31.902 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6925837829, rxerr:0
00:02:31.902 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:32.165 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-35 ...
00:02:32.165 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6926101627, rxerr:0
00:02:32.165 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:32.431 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:32.431 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6926367126, rxerr:0
00:02:32.431 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:32.666 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:32.666 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6926602234, rxerr:0
00:02:32.666 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:32.907 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:32.907 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6926843589, rxerr:0
00:02:32.907 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:33.155 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-36 ...
00:02:33.155 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6927091324, rxerr:0
00:02:33.155 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:33.322 [I] MeshForwarder-: Dropping (reassembly queue) IPv6 UDP msg, len:313, chksum:5520, ecn:no, sec:yes, error:ReassemblyTimeout, prio:normal, rss:-34.0, radio:15.4
00:02:33.322 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8]:49156
00:02:33.322 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:49c:3d13:d669:8675]:53536
00:02:33.399 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-34 ...
00:02:33.399 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6927335580, rxerr:0
00:02:33.399 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:33.642 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:33.642 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6927578265, rxerr:0
00:02:33.642 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:33.892 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:33.892 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6927828718, rxerr:0
00:02:33.892 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:34.154 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:122, rssi:-33 ...
00:02:34.154 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6928090400, rxerr:0
00:02:34.154 [I] Mac-----------: Frame rx failed, error:Duplicated, len:122, seqnum:58, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:35.251 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-33 ...
00:02:35.251 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6929190135, rxerr:0
00:02:35.251 [I] Mac-----------: Frame rx failed, error:Security, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:35.417 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-35 ...
00:02:35.417 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6929356148, rxerr:0
00:02:35.417 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:35.417 [I] MeshForwarder-: Received IPv6 UDP msg, len:77, chksum:e7aa, ecn:no, from:0x8004, sec:yes, prio:net, rss:-35.0, radio:15.4
00:02:35.417 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:0:ff:fe00:8004]:61631
00:02:35.417 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:0:ff:fe00:8000]:61631
00:02:35.417 [I] Mle-----------: Receive Address Solicit (fde7:2e0:5069:a4d7:0:ff:fe00:8004)
00:02:35.418 [I] Mle-----------: AddrSolicit Reason: TooFewRouters
00:02:35.418 [I] Mle-----------: AddrSolicit Requested ID: 61
00:02:35.418 [N] RouterTable---: Allocate router id 61
00:02:35.418 [I] Mle-----------: Send Address Reply (fde7:2e0:5069:a4d7:0:ff:fe00:8004)
00:02:35.418 [I] RouterTable---: Route table changed [ router+ ]
00:02:35.418 [I] RouterTable---: Route table
00:02:35.418 [I] RouterTable---:     32 0x8000 - me - leader
00:02:35.418 [I] RouterTable---:     61 0xf400
00:02:35.419 [D] RadioSelector-: RadioSelector: SelectRadio 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:35.419 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:57, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:35.419 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:35.424 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:4, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:35.424 [D] RadioSelector-: RadioSelector: UpdateOnTxSucc 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:35.424 [I] MeshForwarder-: Sent IPv6 UDP msg, len:73, chksum:6dfa, ecn:no, to:0x8004, sec:yes, prio:net, radio:15.4
00:02:35.424 [I] MeshForwarder-:     src:[fde7:2e0:5069:a4d7:0:ff:fe00:8000]:61631
00:02:35.424 [I] MeshForwarder-:     dst:[fde7:2e0:5069:a4d7:0:ff:fe00:8004]:61631
00:02:35.537 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-37 ...
00:02:35.537 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6929476562, rxerr:0
00:02:35.537 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:35.666 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-37 ...
00:02:35.666 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6929605534, rxerr:0
00:02:35.666 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:35.796 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-37 ...
00:02:35.796 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:224, timestamp:6929734881, rxerr:0
00:02:35.796 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:36.006 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-36 ...
00:02:36.006 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6929944928, rxerr:0
00:02:36.006 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:36.230 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-36 ...
00:02:36.230 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6930169164, rxerr:0
00:02:36.230 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:36.335 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:36.336 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:36.336 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:36.342 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:5, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:36.342 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:87f5, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:36.342 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:36.342 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:36.595 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-35 ...
00:02:36.595 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6930534205, rxerr:0
00:02:36.595 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:36.808 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-35 ...
00:02:36.808 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:232, timestamp:6930747215, rxerr:0
00:02:36.808 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:37.006 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-34 ...
00:02:37.007 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6930945709, rxerr:0
00:02:37.007 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:37.207 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-34 ...
00:02:37.207 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6931145817, rxerr:0
00:02:37.207 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:37.419 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-34 ...
00:02:37.419 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6931358217, rxerr:0
00:02:37.419 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:37.638 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-33 ...
00:02:37.638 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6931577216, rxerr:0
00:02:37.638 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:37.638 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:37.639 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:37.639 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:37.644 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:6, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:37.644 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:3902, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:37.644 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:37.644 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:37.857 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-33 ...
00:02:37.857 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:240, timestamp:6931795775, rxerr:0
00:02:37.857 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:38.047 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-33 ...
00:02:38.047 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:236, timestamp:6931986392, rxerr:0
00:02:38.047 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:38.269 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:57, rssi:-36 ...
00:02:38.269 [D] P-SpinelDrive-: ... noise:-128, flags:0x0010, channel:25, lqi:228, timestamp:6932207875, rxerr:0
00:02:38.269 [I] Mac-----------: Frame rx failed, error:Duplicated, len:57, seqnum:59, type:Data, src:0x8004, dst:0x8000, sec:yes, ackreq:yes, radio:15.4
00:02:38.616 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-36 ...
00:02:38.616 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:228, timestamp:6932555274, rxerr:0
00:02:38.616 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:ad11, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:38.616 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:38.616 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:02:38.616 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:38.616 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:38.616 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:38.616 [I] Mle-----------:     Will send in 492 msec
00:02:38.858 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:63, rssi:-36 ...
00:02:38.858 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:224, timestamp:6932797715, rxerr:0
00:02:38.858 [I] MeshForwarder-: Received IPv6 UDP msg, len:84, chksum:d48c, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-36.0, radio:15.4
00:02:38.859 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:38.859 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:2]:19788
00:02:38.859 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:38.859 [I] Mle-----------: Receive Parent Request (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:38.859 [I] Mle-----------: Remove scheduled tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:38.859 [I] Mle-----------: Schedule tx of Parent Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:38.859 [I] Mle-----------:     Will send in 834 msec
00:02:39.267 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:75, rssi:-34 ...
00:02:39.267 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6933205770, rxerr:0
00:02:39.267 [I] MeshForwarder-: Received IPv6 UDP msg, len:96, chksum:df77, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:39.267 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:39.267 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:39.267 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:39.267 [I] Mle-----------: Receive Data Response (fe80:0:0:0:24c9:59b7:63d:4a8f)
00:02:39.267 [I] Mle-----------: Failed to process Data Response - Drop
00:02:39.548 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-34 ...
00:02:39.548 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:232, timestamp:6933486880, rxerr:0
00:02:39.548 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:881b, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-34.0, radio:15.4
00:02:39.548 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:39.548 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:39.548 [D] RadioSelector-: RadioSelector: UpdateOnRx 15.4 - neighbor:[26c959b7063d4a8f rloc16:0x8004 radio-pref:{15.4:255} state:Valid]
00:02:39.548 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:02:39.548 [N] Mle-----------: Different partition (peer:1789992218, local:1262468790)
00:02:39.548 [I] AddrResolver--: Cache entry removed: fde7:2e0:5069:a4d7:c207:9e47:9a3e:17e8, 0x8004, list:snooped - removing rloc16
00:02:39.549 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:02:39.549 [I] Settings------: Read ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:02:39.562 [I] Settings------: Removed ChildInfo {rloc:0x8004, extaddr:26c959b7063d4a8f, timeout:240, mode:0x0f, version:5}
00:02:39.562 [I] Mle-----------: Failed to process Advertisement - Drop
00:02:39.562 [I] Notifier------: StateChanged (0x00000800) [Child-]
00:02:39.562 [I] ChildSupervsn-: Stopping Child Supervision
00:02:40.163 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:0, cmd:PROP_VALUE_IS, key:STREAM_RAW, len:69, rssi:-33 ...
00:02:40.163 [D] P-SpinelDrive-: ... noise:-128, flags:0x0000, channel:25, lqi:240, timestamp:6934102616, rxerr:0
00:02:40.164 [I] MeshForwarder-: Received IPv6 UDP msg, len:90, chksum:d96a, ecn:no, from:26c959b7063d4a8f, sec:no, prio:net, rss:-33.0, radio:15.4
00:02:40.164 [I] MeshForwarder-:     src:[fe80:0:0:0:24c9:59b7:63d:4a8f]:19788
00:02:40.164 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:40.164 [I] Mle-----------: Receive Advertisement (fe80:0:0:0:24c9:59b7:63d:4a8f,0xf400)
00:02:40.165 [N] Mle-----------: Different partition (peer:1789992218, local:1262468790)
00:02:40.165 [I] Mle-----------: Failed to process Advertisement - Drop
00:02:40.860 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:40.861 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:40.861 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:40.868 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:7, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:40.868 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:6de9, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:40.868 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:40.868 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:02:48.564 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:02:48.565 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:02:48.565 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:02:48.570 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:8, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:02:48.570 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:ee0d, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:02:48.570 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:02:48.570 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:00.070 [D] P-RadioSpinel-: Trying to get RCP time offset
00:03:00.070 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_GET, key:TIMESTAMP
00:03:00.070 [D] P-RadioSpinel-: Wait response: tid=9 key=2050
00:03:00.071 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:9, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:2659046529
00:03:02.227 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:02.228 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:02.228 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:02.233 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:10, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:02.233 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:6f0b, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:02.233 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:02.233 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:12.149 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:12.150 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:12.150 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:12.156 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:11, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:12.156 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:f98b, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:12.156 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:12.156 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:20.742 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:20.743 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:20.743 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:20.749 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:12, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:20.749 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:7e2e, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:20.749 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:20.749 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:36.529 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:36.530 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:36.530 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:36.536 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:13, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:36.536 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:f674, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:36.536 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:36.536 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:45.329 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:45.330 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:45.330 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:45.335 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:14, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:45.335 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:6d30, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:45.335 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:45.335 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:03:53.422 [I] P-Netif-------: Message dropped by Thread
00:03:53.422 [I] P-Netif-------: DEL [M] ff02::fb
00:03:53.422 [I] Notifier------: StateChanged (0x00002000) [Ip6Mult-]
00:03:53.423 [I] P-Netif-------: DEL [M] ff02::fb (not found, ignored)
00:03:53.742 [I] P-Netif-------: Message dropped by Thread
00:03:53.743 [I] P-Netif-------: DEL [M] ff02::fb (not found, ignored)
00:03:53.744 [I] P-Netif-------: DEL [M] ff02::fb (not found, ignored)
00:03:57.689 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:03:57.690 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:70, channel:25, maxbackoffs:4, maxretries:15 ...
00:03:57.690 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:03:57.697 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:15, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:03:57.697 [I] MeshForwarder-: Sent IPv6 UDP msg, len:91, chksum:fe85, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:03:57.697 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:03:57.697 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:04:00.071 [D] P-RadioSpinel-: Trying to get RCP time offset
00:04:00.071 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_GET, key:TIMESTAMP
00:04:00.071 [D] P-RadioSpinel-: Wait response: tid=1 key=2050
00:04:00.072 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_IS, key:TIMESTAMP, timestamp:2719048452
00:04:00.292 [I] Mle-----------: Child 0x8001 timeout expired
00:04:00.292 [I] Settings------: Read ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:04:00.318 [I] Settings------: Removed ChildInfo {rloc:0x8001, extaddr:d234eae79487c753, timeout:240, mode:0x0f, version:5}
00:04:00.318 [I] Notifier------: StateChanged (0x00000800) [Child-]
00:04:02.683 [I] BorderRouting-: Evaluating routing policy
00:04:02.683 [I] BorderRouting-: Evaluating NAT64 prefix
00:04:02.683 [I] BorderRouting-: Preparing RA
00:04:02.683 [I] BorderRouting-: - RA Header - flags - M:0 O:0 S:1
00:04:02.683 [I] BorderRouting-: - RA Header - default route - lifetime:0
00:04:02.683 [I] BorderRouting-: - PIO fd1a:c24:6bdc:ee6d::/64 (valid:1800, preferred:1800, flags - L:1 A:1 P:0)
00:04:02.684 [I] BorderRouting-: - RIO fdc0:f620:df27:1::/64 (lifetime:1800, prf:medium)
00:04:02.686 [I] BorderRouting-: Sent RA on infra netif 2
00:04:02.686 [I] BorderRouting-: Will evaluate routing policy in 02:55.707 (175707 msec)
00:04:02.688 [I] BorderRouting-: Received RA from fe80:0:0:0:8aa2:9eff:feb4:f3a on infra netif 2 (this BR routing-manager)
00:04:06.284 [I] Mle-----------: Router 0xf400 ID timeout expired (no route)
00:04:06.284 [N] RouterTable---: Release router id 61
00:04:06.284 [I] RouterTable---: Route table changed [ router- ]
00:04:06.284 [I] RouterTable---: Route table
00:04:06.284 [I] RouterTable---:     32 0x8000 - me - leader
00:04:06.940 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:04:06.941 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:04:06.941 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:04:06.948 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:2, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:04:06.948 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:1582, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:04:06.948 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:04:06.948 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
00:04:08.470 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
00:04:08.471 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_SET, key:STREAM_RAW, len:69, channel:25, maxbackoffs:4, maxretries:15 ...
00:04:08.471 [D] P-SpinelDrive-: ... csmaCaEnabled:1, isHeaderUpdated:0, isARetx:0, skipAes:0, txDelay:0, txDelayBase:0
00:04:08.476 [D] P-SpinelDrive-: Received spinel frame, flg:0x2, iid:0, tid:3, cmd:PROP_VALUE_IS, key:LAST_STATUS, status:OK
00:04:08.476 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:3df9, ecn:no, to:0xffff, sec:no, prio:net, radio:all
00:04:08.476 [I] MeshForwarder-:     src:[fe80:0:0:0:8c6d:c08c:1fc3:97fe]:19788
00:04:08.476 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788

Chip tool logs : 

./chip-tool pairing ble-thread 0x1 hex:0e08000000000001000000030000194a0300000b35060004001fffe002081a0c246bdc73ee6d0708fde702e05069a4d705104dab1dba1a76554d325fef6e7bba41f1030f4f70656e5468726561642d626462380102bdb804107dc4dd856f659c54ac7b96ddf6ffaa810c0402a0f7f8 20202021 3840
[1783455031.206] [3846:3846] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_tool_kvs
[1783455031.207] [3846:3846] [DL] ChipLinuxStorage::Init: Attempt to re-initialize with KVS config file: /tmp/chip_kvs
[1783455031.212] [3846:3846] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini
[1783455031.213] [3846:3846] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini
[1783455031.213] [3846:3846] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini
[1783455031.231] [3846:3846] [DL] Wrote settings to /tmp/chip_counters.ini
[1783455031.231] [3846:3846] [DL] NVS set: chip-counters/reboot-count = 8 (0x8)
[1783455031.233] [3846:3846] [DL] Got Ethernet interface: eth0
[1783455031.234] [3846:3846] [DL] Found the primary Ethernet interface:eth0
[1783455031.235] [3846:3846] [DL] Got WiFi interface: wlan0
[1783455031.235] [3846:3846] [DL] Failed to reset WiFi statistic counts
[1783455031.235] [3846:3846] [IN] UDP::Init bind&listen port=0
[1783455031.236] [3846:3846] [IN] UDP::Init bound to port=56201
[1783455031.236] [3846:3846] [IN] UDP::Init bind&listen port=0
[1783455031.236] [3846:3846] [IN] UDP::Init bound to port=34818
[1783455031.236] [3846:3846] [IN] BLEBase::Init - setting/overriding transport
[1783455031.236] [3846:3846] [IN] TransportMgr initialized
[1783455031.236] [3846:3846] [FP] Initializing FabricTable from persistent storage
[1783455031.237] [3846:3846] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1783455031.241] [3846:3846] [FP] Fabric index 0x1 was retrieved from storage. Compressed FabricId 0x5F3CE80E97D2B166, FabricId 0x0000000000000001, NodeId 0x000000000001B669, VendorId 0xFFF1
[1783455031.254] [3846:3846] [ZCL] Using ZAP configuration...
[1783455031.265] [3846:3846] [IM] WARNING ┌────────────────────────────────────────────────────
[1783455031.265] [3846:3846] [IM] WARNING │ Interaction Model Engine running in 'Checked' mode.
[1783455031.265] [3846:3846] [IM] WARNING │ This executes BOTH ember and data-model code paths.
[1783455031.265] [3846:3846] [IM] WARNING │ which is inefficient and consumes more flash space.
[1783455031.265] [3846:3846] [IM] WARNING │ This should be done for testing only.
[1783455031.265] [3846:3846] [IM] WARNING └────────────────────────────────────────────────────
[1783455031.265] [3846:3846] [CTL] System State Initialized...
[1783455031.266] [3846:3846] [CTL] Setting attestation nonce to random value
[1783455031.266] [3846:3846] [CTL] Setting CSR nonce to random value
[1783455031.266] [3846:3846] [IN] UDP::Init bind&listen port=5550
[1783455031.266] [3846:3846] [IN] UDP::Init bound to port=5550
[1783455031.266] [3846:3846] [IN] UDP::Init bind&listen port=5550
[1783455031.266] [3846:3846] [IN] UDP::Init bound to port=5550
[1783455031.266] [3846:3846] [IN] TransportMgr initialized
[1783455031.266] [3846:3849] [DL] CHIP task running
[1783455031.266] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 32786
[1783455031.267] [3846:3849] [CTL] Setting attestation nonce to random value
[1783455031.267] [3846:3849] [CTL] Setting CSR nonce to random value
[1783455031.268] [3846:3849] [CTL] Generating NOC
[1783455031.269] [3846:3849] [FP] Validating NOC chain
[1783455031.271] [3846:3849] [FP] NOC chain validation successful
[1783455031.271] [3846:3849] [FP] Updated fabric at index: 0x1, Node ID: 0x000000000001B669
[1783455031.271] [3846:3849] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1783455031.271] [3846:3849] [TS] New proposed Last Known Good Time: 2021-01-01T00:00:00
[1783455031.271] [3846:3849] [TS] Retaining current Last Known Good Time
[1783455031.280] [3846:3849] [FP] Metadata for Fabric 0x1 persisted to storage.
[1783455031.284] [3846:3849] [TS] Committing Last Known Good Time to storage: 2023-10-14T01:16:48
[1783455031.289] [3846:3849] [CTL] Joined the fabric at index 1. Fabric ID is 0x0000000000000001 (Compressed Fabric ID: 5F3CE80E97D2B166)
[1783455031.289] [3846:3849] [IN] UDP::Init bind&listen port=5550
[1783455031.289] [3846:3849] [IN] UDP::Init bound to port=5550
[1783455031.289] [3846:3849] [IN] UDP::Init bind&listen port=5550
[1783455031.289] [3846:3849] [IN] UDP::Init bound to port=5550
[1783455031.289] [3846:3849] [IN] TransportMgr initialized
[1783455031.321] [3846:3849] [CTL] Setting thread operational dataset from parameters
[1783455031.321] [3846:3849] [CTL] Setting attestation nonce to random value
[1783455031.321] [3846:3849] [CTL] Setting CSR nonce to random value
[1783455031.321] [3846:3849] [CTL] Commission called for node ID 0x0000000000000001
[1783455031.337] [3846:3847] [BLE] BLE removing known devices
[1783455031.340] [3846:3847] [BLE] BLE initiating scan
[1783455031.343] [3846:3849] [BLE] ChipDeviceScanner has started scanning!
[1783455032.503] [3846:3847] [BLE] New device scanned: C7:B3:CA:F0:96:A9
[1783455032.503] [3846:3847] [BLE] Device discriminator match. Attempting to connect.
[1783455032.509] [3846:3847] [BLE] ChipDeviceScanner has stopped scanning!
[1783455034.986] [3846:3847] [DL] ConnectDevice complete
[1783455034.986] [3846:3847] [BLE] New device connected: C7:B3:CA:F0:96:A9
[1783455036.155] [3846:3847] [DL] CHIP service found
[1783455036.155] [3846:3847] [DL] Valid C1 characteristic found
[1783455036.155] [3846:3847] [DL] Valid C2 characteristic found
[1783455036.155] [3846:3847] [DL] New BLE connection: conn=0xffff8c015890 device=C7:B3:CA:F0:96:A9 path=/org/bluez/hci0/dev_C7_B3_CA_F0_96_A9
[1783455036.155] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16387
[1783455036.155] [3846:3849] [DIS] Closing all BLE connections
[1783455036.155] [3846:3849] [IN] BleConnectionComplete: endPoint 0xaaaaba35c760
[1783455036.156] [3846:3849] [IN] SecureSession[0xffff9400f400]: Allocated Type:1 LSID:8458
[1783455036.156] [3846:3849] [SC] Assigned local session key ID 8458
[1783455036.156] [3846:3849] [EM] <<< [E:6452i S:0 M:93676191] (U) Msg TX from 6AF2EA6B53C76703 to 0:0000000000000000 [0000] [BLE] --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
[1783455036.156] [3846:3849] [IN] Message appended to BLE send queue
[1783455036.156] [3846:3849] [SC] Sent PBKDF param request [II:500ms AI:300ms AT:4000ms)
[1783455036.476] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455036.567] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16390
[1783455036.567] [3846:3849] [BLE] subscribe complete, ep = 0xaaaaba35c760
[1783455036.567] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455036.568] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455036.568] [3846:3849] [BLE] peripheral chose BTP version 4; central expected between 4 and 4
[1783455036.568] [3846:3849] [BLE] using BTP fragment sizes rx 244 / tx 244.
[1783455036.568] [3846:3849] [BLE] local and remote recv window size = 5
[1783455036.569] [3846:3849] [IN] BLE EndPoint 0xaaaaba35c760 Connection Complete
[1783455036.656] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455036.659] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455036.660] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455036.660] [3846:3849] [EM] >>> [E:6452i S:0 M:133185924] (U) Msg RX from 0:0000000000000000 [0000] to 6AF2EA6B53C76703 --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
[1783455036.660] [3846:3849] [EM] Found matching exchange: 6452i, Delegate: 0xffff9400b968
[1783455036.660] [3846:3849] [SC] Received PBKDF param response
[1783455036.660] [3846:3849] [SC] Peer assigned session ID 456
[1783455036.660] [3846:3849] [SC] Found MRP parameters in the message
[1783455036.673] [3846:3849] [EM] <<< [E:6452i S:0 M:93676192] (U) Msg TX from 6AF2EA6B53C76703 to 0:0000000000000000 [0000] [BLE] --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
[1783455036.673] [3846:3849] [SC] Sent spake2p msg1
[1783455036.746] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455036.793] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455036.794] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455036.794] [3846:3849] [EM] >>> [E:6452i S:0 M:133185925] (U) Msg RX from 0:0000000000000000 [0000] to 6AF2EA6B53C76703 --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
[1783455036.794] [3846:3849] [EM] Found matching exchange: 6452i, Delegate: 0xffff9400b968
[1783455036.794] [3846:3849] [SC] Received spake2p msg2
[1783455036.798] [3846:3849] [EM] <<< [E:6452i S:0 M:93676193] (U) Msg TX from 6AF2EA6B53C76703 to 0:0000000000000000 [0000] [BLE] --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
[1783455036.799] [3846:3849] [SC] Sent spake2p msg3
[1783455036.881] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455036.883] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455036.883] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455036.884] [3846:3849] [EM] >>> [E:6452i S:0 M:133185926] (U) Msg RX from 0:0000000000000000 [0000] to 6AF2EA6B53C76703 --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
[1783455036.884] [3846:3849] [EM] Found matching exchange: 6452i, Delegate: 0xffff9400b968
[1783455036.884] [3846:3849] [SC] SecureSession[0xffff9400f400, LSID:8458]: State change 'kEstablishing' --> 'kActive'
[1783455036.884] [3846:3849] [IN] SecureSession[0xffff9400f400]: Activated - Type:1 LSID:8458
[1783455036.884] [3846:3849] [IN] New secure session activated for device <FFFFFFFB00000000, 0>, LSID:8458 PSID:456!
[1783455036.885] [3846:3849] [CTL] Remote device completed SPAKE2+ handshake
[1783455036.885] [3846:3849] [TOO] Pairing Success
[1783455036.885] [3846:3849] [TOO] PASE establishment successful
[1783455036.885] [3846:3849] [CTL] Commissioning stage next step: 'SecurePairing' -> 'ReadCommissioningInfo'
[1783455036.885] [3846:3849] [CTL] Performing next commissioning step 'ReadCommissioningInfo'
[1783455036.885] [3846:3849] [CTL] Sending read request for commissioning information
[1783455036.885] [3846:3849] [DMG] SendReadRequest ReadClient[0xffff9400f800]: Sending Read Request
[1783455036.885] [3846:3849] [DMG] 0 data version filters provided, 0 not relevant, 0 encoded, 0 skipped due to lack of space
[1783455036.886] [3846:3849] [EM] <<< [E:6453i S:8458 M:250405514] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) (B:131)
[1783455036.887] [3846:3849] [DMG] MoveToState ReadClient[0xffff9400f800]: Moving to [AwaitingIn]
[1783455036.887] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 32792
[1783455036.971] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.019] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.020] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.107] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.108] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.108] [3846:3849] [EM] >>> [E:6453i S:8458 M:98330615] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:05 (IM:ReportData) (B:258)
[1783455037.108] [3846:3849] [EM] Found matching exchange: 6453i, Delegate: 0xffff9400f810
[1783455037.108] [3846:3849] [DMG] ReportDataMessage =
[1783455037.108] [3846:3849] [DMG] {
[1783455037.108] [3846:3849] [DMG] 	AttributeReportIBs =
[1783455037.109] [3846:3849] [DMG] 	[
[1783455037.109] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.109] [3846:3849] [DMG] 		{
[1783455037.109] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.109] [3846:3849] [DMG] 			{
[1783455037.109] [3846:3849] [DMG] 				DataVersion = 0x9c949978,
[1783455037.109] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.109] [3846:3849] [DMG] 				{
[1783455037.109] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.110] [3846:3849] [DMG] 					Cluster = 0x31,
[1783455037.110] [3846:3849] [DMG] 					Attribute = 0x0000_0003,
[1783455037.110] [3846:3849] [DMG] 				}
[1783455037.110] [3846:3849] [DMG] 					
[1783455037.110] [3846:3849] [DMG] 				Data = 20 (unsigned), 
[1783455037.110] [3846:3849] [DMG] 			},
[1783455037.110] [3846:3849] [DMG] 			
[1783455037.110] [3846:3849] [DMG] 		},
[1783455037.110] [3846:3849] [DMG] 		
[1783455037.111] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.111] [3846:3849] [DMG] 		{
[1783455037.111] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.111] [3846:3849] [DMG] 			{
[1783455037.111] [3846:3849] [DMG] 				DataVersion = 0xd86a84d8,
[1783455037.111] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.111] [3846:3849] [DMG] 				{
[1783455037.111] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.111] [3846:3849] [DMG] 					Cluster = 0x28,
[1783455037.112] [3846:3849] [DMG] 					Attribute = 0x0000_0004,
[1783455037.112] [3846:3849] [DMG] 				}
[1783455037.112] [3846:3849] [DMG] 					
[1783455037.112] [3846:3849] [DMG] 				Data = 32774 (unsigned), 
[1783455037.112] [3846:3849] [DMG] 			},
[1783455037.112] [3846:3849] [DMG] 			
[1783455037.112] [3846:3849] [DMG] 		},
[1783455037.112] [3846:3849] [DMG] 		
[1783455037.112] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.112] [3846:3849] [DMG] 		{
[1783455037.113] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.113] [3846:3849] [DMG] 			{
[1783455037.113] [3846:3849] [DMG] 				DataVersion = 0xd86a84d8,
[1783455037.113] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.113] [3846:3849] [DMG] 				{
[1783455037.113] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.113] [3846:3849] [DMG] 					Cluster = 0x28,
[1783455037.113] [3846:3849] [DMG] 					Attribute = 0x0000_0002,
[1783455037.113] [3846:3849] [DMG] 				}
[1783455037.114] [3846:3849] [DMG] 					
[1783455037.114] [3846:3849] [DMG] 				Data = 65521 (unsigned), 
[1783455037.114] [3846:3849] [DMG] 			},
[1783455037.114] [3846:3849] [DMG] 			
[1783455037.114] [3846:3849] [DMG] 		},
[1783455037.114] [3846:3849] [DMG] 		
[1783455037.114] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.114] [3846:3849] [DMG] 		{
[1783455037.114] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.115] [3846:3849] [DMG] 			{
[1783455037.115] [3846:3849] [DMG] 				DataVersion = 0x1f62a9ac,
[1783455037.115] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.115] [3846:3849] [DMG] 				{
[1783455037.115] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.115] [3846:3849] [DMG] 					Cluster = 0x30,
[1783455037.115] [3846:3849] [DMG] 					Attribute = 0x0000_0003,
[1783455037.115] [3846:3849] [DMG] 				}
[1783455037.115] [3846:3849] [DMG] 					
[1783455037.116] [3846:3849] [DMG] 				Data = 0 (unsigned), 
[1783455037.116] [3846:3849] [DMG] 			},
[1783455037.116] [3846:3849] [DMG] 			
[1783455037.116] [3846:3849] [DMG] 		},
[1783455037.116] [3846:3849] [DMG] 		
[1783455037.116] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.116] [3846:3849] [DMG] 		{
[1783455037.116] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.116] [3846:3849] [DMG] 			{
[1783455037.116] [3846:3849] [DMG] 				DataVersion = 0x1f62a9ac,
[1783455037.117] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.117] [3846:3849] [DMG] 				{
[1783455037.117] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.117] [3846:3849] [DMG] 					Cluster = 0x30,
[1783455037.117] [3846:3849] [DMG] 					Attribute = 0x0000_0002,
[1783455037.117] [3846:3849] [DMG] 				}
[1783455037.117] [3846:3849] [DMG] 					
[1783455037.117] [3846:3849] [DMG] 				Data = 0 (unsigned), 
[1783455037.117] [3846:3849] [DMG] 			},
[1783455037.117] [3846:3849] [DMG] 			
[1783455037.118] [3846:3849] [DMG] 		},
[1783455037.118] [3846:3849] [DMG] 		
[1783455037.118] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.118] [3846:3849] [DMG] 		{
[1783455037.118] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.118] [3846:3849] [DMG] 			{
[1783455037.118] [3846:3849] [DMG] 				DataVersion = 0x1f62a9ac,
[1783455037.118] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.118] [3846:3849] [DMG] 				{
[1783455037.118] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.118] [3846:3849] [DMG] 					Cluster = 0x30,
[1783455037.118] [3846:3849] [DMG] 					Attribute = 0x0000_0001,
[1783455037.118] [3846:3849] [DMG] 				}
[1783455037.118] [3846:3849] [DMG] 					
[1783455037.118] [3846:3849] [DMG] 				Data = 
[1783455037.118] [3846:3849] [DMG] 				{
[1783455037.118] [3846:3849] [DMG] 					0x0 = 60 (unsigned), 
[1783455037.118] [3846:3849] [DMG] 					0x1 = 900 (unsigned), 
[1783455037.118] [3846:3849] [DMG] 				},
[1783455037.118] [3846:3849] [DMG] 			},
[1783455037.118] [3846:3849] [DMG] 			
[1783455037.118] [3846:3849] [DMG] 		},
[1783455037.118] [3846:3849] [DMG] 		
[1783455037.118] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.118] [3846:3849] [DMG] 		{
[1783455037.118] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.118] [3846:3849] [DMG] 			{
[1783455037.118] [3846:3849] [DMG] 				DataVersion = 0x1f62a9ac,
[1783455037.118] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.119] [3846:3849] [DMG] 				{
[1783455037.119] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.119] [3846:3849] [DMG] 					Cluster = 0x30,
[1783455037.119] [3846:3849] [DMG] 					Attribute = 0x0000_0000,
[1783455037.119] [3846:3849] [DMG] 				}
[1783455037.119] [3846:3849] [DMG] 					
[1783455037.119] [3846:3849] [DMG] 				Data = 0 (unsigned), 
[1783455037.119] [3846:3849] [DMG] 			},
[1783455037.119] [3846:3849] [DMG] 			
[1783455037.119] [3846:3849] [DMG] 		},
[1783455037.119] [3846:3849] [DMG] 		
[1783455037.119] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.119] [3846:3849] [DMG] 		{
[1783455037.119] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.119] [3846:3849] [DMG] 			{
[1783455037.119] [3846:3849] [DMG] 				DataVersion = 0x9c949978,
[1783455037.119] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.119] [3846:3849] [DMG] 				{
[1783455037.119] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.119] [3846:3849] [DMG] 					Cluster = 0x31,
[1783455037.119] [3846:3849] [DMG] 					Attribute = 0x0000_FFFC,
[1783455037.119] [3846:3849] [DMG] 				}
[1783455037.119] [3846:3849] [DMG] 					
[1783455037.119] [3846:3849] [DMG] 				Data = 2 (unsigned), 
[1783455037.119] [3846:3849] [DMG] 			},
[1783455037.119] [3846:3849] [DMG] 			
[1783455037.119] [3846:3849] [DMG] 		},
[1783455037.119] [3846:3849] [DMG] 		
[1783455037.119] [3846:3849] [DMG] 	],
[1783455037.119] [3846:3849] [DMG] 	
[1783455037.119] [3846:3849] [DMG] 	SuppressResponse = true, 
[1783455037.120] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.120] [3846:3849] [DMG] }
[1783455037.120] [3846:3849] [CTL] Successfully finished commissioning step 'ReadCommissioningInfo'
[1783455037.120] [3846:3849] [CTL] Commissioning stage next step: 'ReadCommissioningInfo' -> 'ReadCommissioningInfo2'
[1783455037.120] [3846:3849] [CTL] Performing next commissioning step 'ReadCommissioningInfo2'
[1783455037.120] [3846:3849] [DMG] SendReadRequest ReadClient[0xffff9400f800]: Sending Read Request
[1783455037.120] [3846:3849] [DMG] 0 data version filters provided, 0 not relevant, 0 encoded, 0 skipped due to lack of space
[1783455037.121] [3846:3849] [EM] <<< [E:6454i S:8458 M:250405515] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) (B:106)
[1783455037.121] [3846:3849] [DMG] MoveToState ReadClient[0xffff9400f800]: Moving to [AwaitingIn]
[1783455037.195] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.244] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.244] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.245] [3846:3849] [EM] >>> [E:6454i S:8458 M:98330616] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:05 (IM:ReportData) (B:180)
[1783455037.245] [3846:3849] [EM] Found matching exchange: 6454i, Delegate: 0xffff9400f810
[1783455037.245] [3846:3849] [DMG] ReportDataMessage =
[1783455037.245] [3846:3849] [DMG] {
[1783455037.245] [3846:3849] [DMG] 	AttributeReportIBs =
[1783455037.245] [3846:3849] [DMG] 	[
[1783455037.245] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.245] [3846:3849] [DMG] 		{
[1783455037.246] [3846:3849] [DMG] 			AttributeStatusIB =
[1783455037.246] [3846:3849] [DMG] 			{
[1783455037.246] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.246] [3846:3849] [DMG] 				{
[1783455037.246] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.246] [3846:3849] [DMG] 					Cluster = 0x46,
[1783455037.246] [3846:3849] [DMG] 					Attribute = 0x0000_0002,
[1783455037.246] [3846:3849] [DMG] 				}
[1783455037.246] [3846:3849] [DMG] 					
[1783455037.246] [3846:3849] [DMG] 				StatusIB =
[1783455037.246] [3846:3849] [DMG] 				{
[1783455037.246] [3846:3849] [DMG] 					status = 0xc3 (UNSUPPORTED_CLUSTER),
[1783455037.246] [3846:3849] [DMG] 				},
[1783455037.247] [3846:3849] [DMG] 				
[1783455037.247] [3846:3849] [DMG] 			},
[1783455037.247] [3846:3849] [DMG] 			
[1783455037.247] [3846:3849] [DMG] 		},
[1783455037.247] [3846:3849] [DMG] 		
[1783455037.247] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.247] [3846:3849] [DMG] 		{
[1783455037.247] [3846:3849] [DMG] 			AttributeStatusIB =
[1783455037.247] [3846:3849] [DMG] 			{
[1783455037.247] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.247] [3846:3849] [DMG] 				{
[1783455037.247] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.248] [3846:3849] [DMG] 					Cluster = 0x46,
[1783455037.248] [3846:3849] [DMG] 					Attribute = 0x0000_0001,
[1783455037.248] [3846:3849] [DMG] 				}
[1783455037.248] [3846:3849] [DMG] 					
[1783455037.248] [3846:3849] [DMG] 				StatusIB =
[1783455037.248] [3846:3849] [DMG] 				{
[1783455037.248] [3846:3849] [DMG] 					status = 0xc3 (UNSUPPORTED_CLUSTER),
[1783455037.248] [3846:3849] [DMG] 				},
[1783455037.248] [3846:3849] [DMG] 				
[1783455037.248] [3846:3849] [DMG] 			},
[1783455037.248] [3846:3849] [DMG] 			
[1783455037.248] [3846:3849] [DMG] 		},
[1783455037.248] [3846:3849] [DMG] 		
[1783455037.249] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.249] [3846:3849] [DMG] 		{
[1783455037.249] [3846:3849] [DMG] 			AttributeStatusIB =
[1783455037.249] [3846:3849] [DMG] 			{
[1783455037.249] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.249] [3846:3849] [DMG] 				{
[1783455037.249] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.249] [3846:3849] [DMG] 					Cluster = 0x46,
[1783455037.249] [3846:3849] [DMG] 					Attribute = 0x0000_0000,
[1783455037.249] [3846:3849] [DMG] 				}
[1783455037.249] [3846:3849] [DMG] 					
[1783455037.249] [3846:3849] [DMG] 				StatusIB =
[1783455037.249] [3846:3849] [DMG] 				{
[1783455037.250] [3846:3849] [DMG] 					status = 0xc3 (UNSUPPORTED_CLUSTER),
[1783455037.250] [3846:3849] [DMG] 				},
[1783455037.250] [3846:3849] [DMG] 				
[1783455037.250] [3846:3849] [DMG] 			},
[1783455037.250] [3846:3849] [DMG] 			
[1783455037.250] [3846:3849] [DMG] 		},
[1783455037.250] [3846:3849] [DMG] 		
[1783455037.250] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.250] [3846:3849] [DMG] 		{
[1783455037.250] [3846:3849] [DMG] 			AttributeStatusIB =
[1783455037.250] [3846:3849] [DMG] 			{
[1783455037.250] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.250] [3846:3849] [DMG] 				{
[1783455037.250] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.251] [3846:3849] [DMG] 					Cluster = 0x46,
[1783455037.251] [3846:3849] [DMG] 					Attribute = 0x0000_0007,
[1783455037.251] [3846:3849] [DMG] 				}
[1783455037.251] [3846:3849] [DMG] 					
[1783455037.251] [3846:3849] [DMG] 				StatusIB =
[1783455037.251] [3846:3849] [DMG] 				{
[1783455037.251] [3846:3849] [DMG] 					status = 0xc3 (UNSUPPORTED_CLUSTER),
[1783455037.251] [3846:3849] [DMG] 				},
[1783455037.251] [3846:3849] [DMG] 				
[1783455037.251] [3846:3849] [DMG] 			},
[1783455037.252] [3846:3849] [DMG] 			
[1783455037.252] [3846:3849] [DMG] 		},
[1783455037.252] [3846:3849] [DMG] 		
[1783455037.252] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.252] [3846:3849] [DMG] 		{
[1783455037.252] [3846:3849] [DMG] 			AttributeStatusIB =
[1783455037.252] [3846:3849] [DMG] 			{
[1783455037.252] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.252] [3846:3849] [DMG] 				{
[1783455037.252] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.252] [3846:3849] [DMG] 					Cluster = 0x46,
[1783455037.252] [3846:3849] [DMG] 					Attribute = 0x0000_0006,
[1783455037.252] [3846:3849] [DMG] 				}
[1783455037.253] [3846:3849] [DMG] 					
[1783455037.253] [3846:3849] [DMG] 				StatusIB =
[1783455037.253] [3846:3849] [DMG] 				{
[1783455037.253] [3846:3849] [DMG] 					status = 0xc3 (UNSUPPORTED_CLUSTER),
[1783455037.253] [3846:3849] [DMG] 				},
[1783455037.253] [3846:3849] [DMG] 				
[1783455037.253] [3846:3849] [DMG] 			},
[1783455037.253] [3846:3849] [DMG] 			
[1783455037.253] [3846:3849] [DMG] 		},
[1783455037.253] [3846:3849] [DMG] 		
[1783455037.253] [3846:3849] [DMG] 		AttributeReportIB =
[1783455037.253] [3846:3849] [DMG] 		{
[1783455037.253] [3846:3849] [DMG] 			AttributeDataIB =
[1783455037.254] [3846:3849] [DMG] 			{
[1783455037.254] [3846:3849] [DMG] 				DataVersion = 0x1f62a9ac,
[1783455037.254] [3846:3849] [DMG] 				AttributePathIB =
[1783455037.254] [3846:3849] [DMG] 				{
[1783455037.254] [3846:3849] [DMG] 					Endpoint = 0x0,
[1783455037.254] [3846:3849] [DMG] 					Cluster = 0x30,
[1783455037.254] [3846:3849] [DMG] 					Attribute = 0x0000_0004,
[1783455037.254] [3846:3849] [DMG] 				}
[1783455037.254] [3846:3849] [DMG] 					
[1783455037.254] [3846:3849] [DMG] 				Data = true, 
[1783455037.254] [3846:3849] [DMG] 			},
[1783455037.254] [3846:3849] [DMG] 			
[1783455037.254] [3846:3849] [DMG] 		},
[1783455037.254] [3846:3849] [DMG] 		
[1783455037.254] [3846:3849] [DMG] 	],
[1783455037.254] [3846:3849] [DMG] 	
[1783455037.254] [3846:3849] [DMG] 	SuppressResponse = true, 
[1783455037.254] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.254] [3846:3849] [DMG] }
[1783455037.255] [3846:3849] [CTL] ----- NetworkCommissioning Features: has Thread. endpointid = 0
[1783455037.255] [3846:3849] [SVR] OnReadCommissioningInfo - vendorId=0xFFF1 productId=0x8006
[1783455037.255] [3846:3849] [SVR] OnReadCommissioningInfo ICD - IdleModeDuration=0 activeModeDuration=0 activeModeThreshold=0
[1783455037.255] [3846:3849] [CTL] Successfully finished commissioning step 'ReadCommissioningInfo2'
[1783455037.255] [3846:3849] [CTL] Commissioning stage next step: 'ReadCommissioningInfo2' -> 'ArmFailSafe'
[1783455037.255] [3846:3849] [CTL] Performing next commissioning step 'ArmFailSafe'
[1783455037.255] [3846:3849] [CTL] Arming failsafe (60 seconds)
[1783455037.255] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455037.255] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455037.255] [3846:3849] [EM] <<< [E:6455i S:8458 M:250405516] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
[1783455037.256] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455037.330] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.333] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.333] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.334] [3846:3849] [EM] >>> [E:6455i S:8458 M:98330617] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1783455037.334] [3846:3849] [EM] Found matching exchange: 6455i, Delegate: 0xffff94008308
[1783455037.334] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455037.334] [3846:3849] [DMG] InvokeResponseMessage =
[1783455037.334] [3846:3849] [DMG] {
[1783455037.334] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455037.334] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455037.334] [3846:3849] [DMG] 	[
[1783455037.334] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455037.334] [3846:3849] [DMG] 		{
[1783455037.334] [3846:3849] [DMG] 			CommandDataIB =
[1783455037.334] [3846:3849] [DMG] 			{
[1783455037.335] [3846:3849] [DMG] 				CommandPathIB =
[1783455037.335] [3846:3849] [DMG] 				{
[1783455037.335] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455037.335] [3846:3849] [DMG] 					ClusterId = 0x30,
[1783455037.335] [3846:3849] [DMG] 					CommandId = 0x1,
[1783455037.335] [3846:3849] [DMG] 				},
[1783455037.335] [3846:3849] [DMG] 				
[1783455037.335] [3846:3849] [DMG] 				CommandFields = 
[1783455037.335] [3846:3849] [DMG] 				{
[1783455037.335] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455037.335] [3846:3849] [DMG] 					0x1 = "" (0 chars), 
[1783455037.336] [3846:3849] [DMG] 				},
[1783455037.336] [3846:3849] [DMG] 			},
[1783455037.336] [3846:3849] [DMG] 			
[1783455037.336] [3846:3849] [DMG] 		},
[1783455037.336] [3846:3849] [DMG] 		
[1783455037.336] [3846:3849] [DMG] 	],
[1783455037.336] [3846:3849] [DMG] 	
[1783455037.336] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.336] [3846:3849] [DMG] },
[1783455037.336] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1783455037.336] [3846:3849] [CTL] Received ArmFailSafe response errorCode=0
[1783455037.337] [3846:3849] [CTL] Successfully finished commissioning step 'ArmFailSafe'
[1783455037.337] [3846:3849] [CTL] Commissioning stage next step: 'ArmFailSafe' -> 'ConfigRegulatory'
[1783455037.337] [3846:3849] [CTL] Performing next commissioning step 'ConfigRegulatory'
[1783455037.337] [3846:3849] [CTL] Setting Regulatory Config
[1783455037.337] [3846:3849] [CTL] Device does not support configurable regulatory location
[1783455037.337] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455037.337] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455037.337] [3846:3849] [EM] <<< [E:6456i S:8458 M:250405517] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
[1783455037.338] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455037.338] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455037.420] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.423] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.423] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.424] [3846:3849] [EM] >>> [E:6456i S:8458 M:98330618] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1783455037.424] [3846:3849] [EM] Found matching exchange: 6456i, Delegate: 0xffff940084b8
[1783455037.424] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455037.424] [3846:3849] [DMG] InvokeResponseMessage =
[1783455037.424] [3846:3849] [DMG] {
[1783455037.424] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455037.424] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455037.424] [3846:3849] [DMG] 	[
[1783455037.424] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455037.424] [3846:3849] [DMG] 		{
[1783455037.425] [3846:3849] [DMG] 			CommandDataIB =
[1783455037.425] [3846:3849] [DMG] 			{
[1783455037.425] [3846:3849] [DMG] 				CommandPathIB =
[1783455037.425] [3846:3849] [DMG] 				{
[1783455037.425] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455037.425] [3846:3849] [DMG] 					ClusterId = 0x30,
[1783455037.425] [3846:3849] [DMG] 					CommandId = 0x3,
[1783455037.425] [3846:3849] [DMG] 				},
[1783455037.425] [3846:3849] [DMG] 				
[1783455037.425] [3846:3849] [DMG] 				CommandFields = 
[1783455037.425] [3846:3849] [DMG] 				{
[1783455037.425] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455037.426] [3846:3849] [DMG] 					0x1 = "" (0 chars), 
[1783455037.426] [3846:3849] [DMG] 				},
[1783455037.426] [3846:3849] [DMG] 			},
[1783455037.426] [3846:3849] [DMG] 			
[1783455037.426] [3846:3849] [DMG] 		},
[1783455037.426] [3846:3849] [DMG] 		
[1783455037.426] [3846:3849] [DMG] 	],
[1783455037.426] [3846:3849] [DMG] 	
[1783455037.426] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.426] [3846:3849] [DMG] },
[1783455037.426] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0003
[1783455037.426] [3846:3849] [CTL] Received SetRegulatoryConfig response errorCode=0
[1783455037.426] [3846:3849] [CTL] Successfully finished commissioning step 'ConfigRegulatory'
[1783455037.427] [3846:3849] [CTL] Commissioning stage next step: 'ConfigRegulatory' -> 'ConfigureTCAcknowledgments'
[1783455037.427] [3846:3849] [CTL] Performing next commissioning step 'ConfigureTCAcknowledgments'
[1783455037.427] [3846:3849] [CTL] Setting Terms and Conditions
[1783455037.427] [3846:3849] [CTL] Setting Terms and Conditions: Skipped
[1783455037.427] [3846:3849] [CTL] Successfully finished commissioning step 'ConfigureTCAcknowledgments'
[1783455037.427] [3846:3849] [CTL] Commissioning stage next step: 'ConfigureTCAcknowledgments' -> 'SendPAICertificateRequest'
[1783455037.427] [3846:3849] [CTL] Performing next commissioning step 'SendPAICertificateRequest'
[1783455037.427] [3846:3849] [CTL] Sending request for PAI certificate
[1783455037.427] [3846:3849] [CTL] Sending Certificate Chain request to 0xffff9400b910 device
[1783455037.427] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455037.427] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455037.427] [3846:3849] [EM] <<< [E:6457i S:8458 M:250405518] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
[1783455037.428] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455037.428] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455037.511] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.515] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.515] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.605] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.605] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.692] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.693] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.693] [3846:3849] [EM] >>> [E:6457i S:8458 M:98330619] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
[1783455037.693] [3846:3849] [EM] Found matching exchange: 6457i, Delegate: 0xffff94008308
[1783455037.693] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455037.694] [3846:3849] [DMG] InvokeResponseMessage =
[1783455037.694] [3846:3849] [DMG] {
[1783455037.694] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455037.694] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455037.694] [3846:3849] [DMG] 	[
[1783455037.694] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455037.694] [3846:3849] [DMG] 		{
[1783455037.694] [3846:3849] [DMG] 			CommandDataIB =
[1783455037.694] [3846:3849] [DMG] 			{
[1783455037.694] [3846:3849] [DMG] 				CommandPathIB =
[1783455037.695] [3846:3849] [DMG] 				{
[1783455037.695] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455037.695] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455037.695] [3846:3849] [DMG] 					CommandId = 0x3,
[1783455037.695] [3846:3849] [DMG] 				},
[1783455037.695] [3846:3849] [DMG] 				
[1783455037.695] [3846:3849] [DMG] 				CommandFields = 
[1783455037.695] [3846:3849] [DMG] 				{
[1783455037.695] [3846:3849] [DMG] 					0x0 = [
[1783455037.696] [3846:3849] [DMG] 							0x30, 0x82, 0x01, 0xcb, 0x30, 0x82, 0x01, 0x71, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x08, 0x56, 0xad, 0x82, 0x22, 0xad, 0x94, 0x5b, 0x64, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x30, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x50, 0x41, 0x41, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x50, 0x41, 0x49, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x49, 0x44, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x41, 0x9a, 0x93, 0x15, 0xc2, 0x17, 0x3e, 0x0c, 0x8c, 0x87, 0x6d, 0x03, 0xcc, 0xfc, 0x94, 0x48, 0x52, 0x64, 0x7f, 0x7f, 0xec, 0x5e, 0x50, 0x82, 0xf4, 0x05, 0x99, 0x28, 0xec, 0xa8, 0x94, 0xc5, 0x94, 0x15, 0x13, 0x09, 0xac, 0x63, 0x1e, 0x4c, 0xb0, 0x33, 0x92, 0xaf, 0x68, 0x4b, 0x0b, 0xaf, 0xb7, 0xe6, 0x5b, 0x3b, 0x81, 0x62, 0xc2, 0xf5, 0x2b, 0xf9, 0x31, 0xb8, 0xe7, 0x7a, 0xaa, 0x82, 0xa3, 0x66, 0x30, 0x64, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1d, 0x
[1783455037.696] [3846:3849] [DMG] 					] (463 bytes)
[1783455037.696] [3846:3849] [DMG] 				},
[1783455037.696] [3846:3849] [DMG] 			},
[1783455037.696] [3846:3849] [DMG] 			
[1783455037.697] [3846:3849] [DMG] 		},
[1783455037.697] [3846:3849] [DMG] 		
[1783455037.697] [3846:3849] [DMG] 	],
[1783455037.697] [3846:3849] [DMG] 	
[1783455037.697] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.697] [3846:3849] [DMG] },
[1783455037.697] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1783455037.697] [3846:3849] [CTL] Received certificate chain from the device
[1783455037.697] [3846:3849] [CTL] Successfully finished commissioning step 'SendPAICertificateRequest'
[1783455037.698] [3846:3849] [CTL] Commissioning stage next step: 'SendPAICertificateRequest' -> 'SendDACCertificateRequest'
[1783455037.698] [3846:3849] [CTL] Performing next commissioning step 'SendDACCertificateRequest'
[1783455037.698] [3846:3849] [CTL] Sending request for DAC certificate
[1783455037.698] [3846:3849] [CTL] Sending Certificate Chain request to 0xffff9400b910 device
[1783455037.698] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455037.698] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455037.698] [3846:3849] [EM] <<< [E:6458i S:8458 M:250405519] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
[1783455037.699] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455037.699] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455037.781] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455037.785] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.785] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.874] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.875] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.963] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455037.963] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455037.963] [3846:3849] [EM] >>> [E:6458i S:8458 M:98330620] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:555)
[1783455037.964] [3846:3849] [EM] Found matching exchange: 6458i, Delegate: 0xffff940084b8
[1783455037.964] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455037.964] [3846:3849] [DMG] InvokeResponseMessage =
[1783455037.964] [3846:3849] [DMG] {
[1783455037.964] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455037.964] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455037.964] [3846:3849] [DMG] 	[
[1783455037.964] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455037.964] [3846:3849] [DMG] 		{
[1783455037.964] [3846:3849] [DMG] 			CommandDataIB =
[1783455037.964] [3846:3849] [DMG] 			{
[1783455037.965] [3846:3849] [DMG] 				CommandPathIB =
[1783455037.965] [3846:3849] [DMG] 				{
[1783455037.965] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455037.965] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455037.965] [3846:3849] [DMG] 					CommandId = 0x3,
[1783455037.965] [3846:3849] [DMG] 				},
[1783455037.965] [3846:3849] [DMG] 				
[1783455037.965] [3846:3849] [DMG] 				CommandFields = 
[1783455037.965] [3846:3849] [DMG] 				{
[1783455037.966] [3846:3849] [DMG] 					0x0 = [
[1783455037.966] [3846:3849] [DMG] 							0x30, 0x82, 0x01, 0xe7, 0x30, 0x82, 0x01, 0x8d, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x07, 0x21, 0xf6, 0x6d, 0xf5, 0x1d, 0x72, 0x58, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x50, 0x41, 0x49, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x49, 0x44, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x44, 0x41, 0x43, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x2f, 0x30, 0x78, 0x38, 0x30, 0x30, 0x36, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x02, 0x0c, 0x04, 0x38, 0x30, 0x30, 0x36, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x5e, 0x91, 0xed, 0x92, 0x50, 0x16, 0xcc, 0x82, 0x67, 0x19, 0x7a, 0x09, 0x0b, 0x75, 0x33, 0xe5, 0x54, 0xe2, 0x5c, 0x8b, 0x09, 0x3c, 0xdd, 0xca, 0x9e, 0xaf, 0xcb, 0xa7, 0x47, 0xfe, 0xb8, 0xb5, 0xb8, 0xdc, 0x78, 0x9f, 0x0f, 0x9d, 0xb0, 0xd8, 0x
[1783455037.966] [3846:3849] [DMG] 					] (491 bytes)
[1783455037.966] [3846:3849] [DMG] 				},
[1783455037.966] [3846:3849] [DMG] 			},
[1783455037.967] [3846:3849] [DMG] 			
[1783455037.967] [3846:3849] [DMG] 		},
[1783455037.967] [3846:3849] [DMG] 		
[1783455037.967] [3846:3849] [DMG] 	],
[1783455037.967] [3846:3849] [DMG] 	
[1783455037.967] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455037.967] [3846:3849] [DMG] },
[1783455037.967] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1783455037.967] [3846:3849] [CTL] Received certificate chain from the device
[1783455037.968] [3846:3849] [CTL] Successfully finished commissioning step 'SendDACCertificateRequest'
[1783455037.968] [3846:3849] [CTL] Commissioning stage next step: 'SendDACCertificateRequest' -> 'SendAttestationRequest'
[1783455037.968] [3846:3849] [CTL] Performing next commissioning step 'SendAttestationRequest'
[1783455037.968] [3846:3849] [CTL] Sending Attestation Request to the device.
[1783455037.968] [3846:3849] [CTL] Sending Attestation request to 0xffff9400b910 device
[1783455037.968] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455037.968] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455037.968] [3846:3849] [EM] <<< [E:6459i S:8458 M:250405520] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
[1783455037.969] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455037.969] [3846:3849] [CTL] Sent Attestation request, waiting for the Attestation Information
[1783455037.970] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455038.051] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.099] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.100] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.189] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.190] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.279] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.280] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.280] [3846:3849] [EM] >>> [E:6459i S:8458 M:98330621] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
[1783455038.280] [3846:3849] [EM] Found matching exchange: 6459i, Delegate: 0xffff94008308
[1783455038.280] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455038.281] [3846:3849] [DMG] InvokeResponseMessage =
[1783455038.281] [3846:3849] [DMG] {
[1783455038.281] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455038.281] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455038.281] [3846:3849] [DMG] 	[
[1783455038.281] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455038.281] [3846:3849] [DMG] 		{
[1783455038.281] [3846:3849] [DMG] 			CommandDataIB =
[1783455038.281] [3846:3849] [DMG] 			{
[1783455038.281] [3846:3849] [DMG] 				CommandPathIB =
[1783455038.281] [3846:3849] [DMG] 				{
[1783455038.282] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455038.282] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455038.282] [3846:3849] [DMG] 					CommandId = 0x1,
[1783455038.282] [3846:3849] [DMG] 				},
[1783455038.282] [3846:3849] [DMG] 				
[1783455038.282] [3846:3849] [DMG] 				CommandFields = 
[1783455038.282] [3846:3849] [DMG] 				{
[1783455038.282] [3846:3849] [DMG] 					0x0 = [
[1783455038.283] [3846:3849] [DMG] 							0x15, 0x31, 0x01, 0x1d, 0x02, 0x30, 0x82, 0x02, 0x19, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, 0x82, 0x02, 0x0a, 0x30, 0x82, 0x02, 0x06, 0x02, 0x01, 0x03, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x30, 0x82, 0x01, 0x71, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01, 0xa0, 0x82, 0x01, 0x62, 0x04, 0x82, 0x01, 0x5e, 0x15, 0x24, 0x00, 0x01, 0x25, 0x01, 0xf1, 0xff, 0x36, 0x02, 0x05, 0x00, 0x80, 0x05, 0x01, 0x80, 0x05, 0x02, 0x80, 0x05, 0x03, 0x80, 0x05, 0x04, 0x80, 0x05, 0x05, 0x80, 0x05, 0x06, 0x80, 0x05, 0x07, 0x80, 0x05, 0x08, 0x80, 0x05, 0x09, 0x80, 0x05, 0x0a, 0x80, 0x05, 0x0b, 0x80, 0x05, 0x0c, 0x80, 0x05, 0x0d, 0x80, 0x05, 0x0e, 0x80, 0x05, 0x0f, 0x80, 0x05, 0x10, 0x80, 0x05, 0x11, 0x80, 0x05, 0x12, 0x80, 0x05, 0x13, 0x80, 0x05, 0x14, 0x80, 0x05, 0x15, 0x80, 0x05, 0x16, 0x80, 0x05, 0x17, 0x80, 0x05, 0x18, 0x80, 0x05, 0x19, 0x80, 0x05, 0x1a, 0x80, 0x05, 0x1b, 0x80, 0x05, 0x1c, 0x80, 0x05, 0x1d, 0x80, 0x05, 0x1e, 0x80, 0x05, 0x1f, 0x80, 0x05, 0x20, 0x80, 0x05, 0x21, 0x80, 0x05, 0x22, 0x80, 0x05, 0x23, 0x80, 0x05, 0x24, 0x80, 0x05, 0x25, 0x80, 0x05, 0x26, 0x80, 0x05, 0x27, 0x80, 0x05, 0x28, 0x80, 0x05, 0x29, 0x80, 0x05, 0x2a, 0x80, 0x05, 0x2b, 0x80, 0x05, 0x2c, 0x80, 0x05, 0x2d, 0x80, 0x05, 0x2e, 0x80, 0x05, 0x2f, 0x80, 0x05, 0x30, 0x80, 0x05, 0x31, 0x80, 0x05, 0x32, 0x80, 0x05, 0x33, 0x80, 0x05, 0x34, 0x80, 0x05, 0x35, 0x80, 0x05, 0x36, 0x80, 0x05, 0x37, 0x80, 0x05, 0x38, 0x80, 0x05, 0x39, 0x80, 0x05, 0x3a, 0x80, 0x05, 0x3b, 0x80, 0x05, 0x3c, 0x80, 0x05, 0x3d, 0x80, 0x05, 0x3e, 0x80, 0x05, 0x3f, 0x80, 0x05, 0x40, 0x80, 0x05, 0x41, 0x80, 0x05, 0x42, 0x80, 0x05, 0x43, 0x80, 0x
[1783455038.283] [3846:3849] [DMG] 					] (585 bytes)
[1783455038.283] [3846:3849] [DMG] 					0x1 = [
[1783455038.283] [3846:3849] [DMG] 							0x8d, 0x71, 0x53, 0x80, 0xa9, 0x54, 0xa7, 0x1c, 0xec, 0x85, 0xe8, 0x82, 0xd3, 0x0b, 0xfa, 0x85, 0x01, 0xa2, 0xa4, 0xa6, 0x1d, 0x6a, 0x89, 0xb8, 0x16, 0xe4, 0xbd, 0xe2, 0xaf, 0x4c, 0x1d, 0x2d, 0xff, 0x34, 0x73, 0xd0, 0xb0, 0xcb, 0x23, 0x11, 0xff, 0x67, 0xc8, 0xc4, 0xe4, 0x7f, 0x51, 0x3b, 0x48, 0xdc, 0x12, 0x54, 0xcc, 0x9d, 0x64, 0x71, 0xc0, 0x56, 0xc1, 0x35, 0x82, 0x1e, 0x74, 0x74, 
[1783455038.283] [3846:3849] [DMG] 					] (64 bytes)
[1783455038.283] [3846:3849] [DMG] 				},
[1783455038.283] [3846:3849] [DMG] 			},
[1783455038.283] [3846:3849] [DMG] 			
[1783455038.284] [3846:3849] [DMG] 		},
[1783455038.284] [3846:3849] [DMG] 		
[1783455038.284] [3846:3849] [DMG] 	],
[1783455038.284] [3846:3849] [DMG] 	
[1783455038.284] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455038.284] [3846:3849] [DMG] },
[1783455038.284] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001
[1783455038.284] [3846:3849] [CTL] Received Attestation Information from the device
[1783455038.284] [3846:3849] [CTL] Successfully finished commissioning step 'SendAttestationRequest'
[1783455038.284] [3846:3849] [CTL] AutoCommissioner setting attestationElements buffer size 585/585
[1783455038.285] [3846:3849] [CTL] Commissioning stage next step: 'SendAttestationRequest' -> 'AttestationVerification'
[1783455038.285] [3846:3849] [CTL] Performing next commissioning step 'AttestationVerification'
[1783455038.285] [3846:3849] [CTL] Verifying attestation
[1783455038.312] [3846:3849] [CTL] Successfully finished commissioning step 'AttestationVerification'
[1783455038.312] [3846:3849] [CTL] Commissioning stage next step: 'AttestationVerification' -> 'AttestationRevocationCheck'
[1783455038.312] [3846:3849] [CTL] Performing next commissioning step 'AttestationRevocationCheck'
[1783455038.312] [3846:3849] [CTL] Verifying device's DAC chain revocation status
[1783455038.312] [3846:3849] [CTL] Successfully validated 'Attestation Information' command received from the device.
[1783455038.312] [3846:3849] [CTL] Successfully finished commissioning step 'AttestationRevocationCheck'
[1783455038.312] [3846:3849] [CTL] Commissioning stage next step: 'AttestationRevocationCheck' -> 'SendOpCertSigningRequest'
[1783455038.312] [3846:3849] [CTL] Performing next commissioning step 'SendOpCertSigningRequest'
[1783455038.312] [3846:3849] [CTL] Sending CSR request to 0xffff9400b910 device
[1783455038.312] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455038.312] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455038.312] [3846:3849] [EM] <<< [E:6460i S:8458 M:250405521] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
[1783455038.313] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455038.313] [3846:3849] [CTL] Sent CSR request, waiting for the CSR
[1783455038.313] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455038.365] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.414] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.415] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.503] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.503] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.504] [3846:3849] [EM] >>> [E:6460i S:8458 M:98330622] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:391)
[1783455038.504] [3846:3849] [EM] Found matching exchange: 6460i, Delegate: 0xffff940084b8
[1783455038.504] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455038.504] [3846:3849] [DMG] InvokeResponseMessage =
[1783455038.504] [3846:3849] [DMG] {
[1783455038.504] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455038.504] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455038.504] [3846:3849] [DMG] 	[
[1783455038.504] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455038.504] [3846:3849] [DMG] 		{
[1783455038.504] [3846:3849] [DMG] 			CommandDataIB =
[1783455038.504] [3846:3849] [DMG] 			{
[1783455038.504] [3846:3849] [DMG] 				CommandPathIB =
[1783455038.505] [3846:3849] [DMG] 				{
[1783455038.505] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455038.505] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455038.505] [3846:3849] [DMG] 					CommandId = 0x5,
[1783455038.505] [3846:3849] [DMG] 				},
[1783455038.505] [3846:3849] [DMG] 				
[1783455038.505] [3846:3849] [DMG] 				CommandFields = 
[1783455038.505] [3846:3849] [DMG] 				{
[1783455038.505] [3846:3849] [DMG] 					0x0 = [
[1783455038.505] [3846:3849] [DMG] 							0x15, 0x30, 0x01, 0xdc, 0x30, 0x81, 0xd9, 0x30, 0x81, 0x81, 0x02, 0x01, 0x00, 0x30, 0x0e, 0x31, 0x0c, 0x30, 0x0a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x03, 0x43, 0x53, 0x41, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xc9, 0x1f, 0x3e, 0xc1, 0xeb, 0x4a, 0xce, 0x38, 0xa8, 0x89, 0xfb, 0xc1, 0x6c, 0x4b, 0xc7, 0x0a, 0xcf, 0xf3, 0x85, 0xf4, 0x14, 0x07, 0xc2, 0x6a, 0xdf, 0xed, 0x80, 0x87, 0x41, 0x52, 0xf1, 0x06, 0xef, 0x64, 0x3b, 0x65, 0x04, 0x14, 0xa3, 0xc6, 0x2b, 0x37, 0x3d, 0xa6, 0x8f, 0x9f, 0xbd, 0x2f, 0xbc, 0x71, 0x04, 0xc5, 0xe9, 0xa2, 0xe2, 0xe1, 0x82, 0x61, 0x5a, 0xbd, 0xaa, 0x44, 0x03, 0x6a, 0xa0, 0x11, 0x30, 0x0f, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x0e, 0x31, 0x02, 0x30, 0x00, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03, 0x47, 0x00, 0x30, 0x44, 0x02, 0x20, 0x6a, 0xed, 0x97, 0x36, 0x11, 0xb7, 0xe9, 0xaa, 0x92, 0x8d, 0x3b, 0xb8, 0xe6, 0xbe, 0x0a, 0x5f, 0x13, 0x98, 0x96, 0x2d, 0xe7, 0xb8, 0x2e, 0x69, 0xd0, 0xff, 0x92, 0x85, 0x6f, 0x16, 0x2d, 0xe7, 0x02, 0x20, 0x43, 0xc3, 0xc6, 0x41, 0x51, 0x8f, 0x57, 0xcb, 0xc1, 0x0a, 0xda, 0xdd, 0x16, 0xfc, 0x60, 0x01, 0xe6, 0x7a, 0xc9, 0xc8, 0xf8, 0x4e, 0xd6, 0x87, 0x36, 0x9f, 0x6c, 0xe1, 0xe1, 0xd4, 0x2a, 0x6b, 0x30, 0x02, 0x20, 0x32, 0x0e, 0xed, 0xcb, 0x53, 0xea, 0xde, 0x59, 0x95, 0x61, 0xf4, 0x10, 0xff, 0xaf, 0xde, 0xd9, 0xfd, 0x3d, 0xe9, 0x05, 0x94, 0xb9, 0x95, 0xcd, 0x5c, 0x88, 0x43, 0xb2, 0x20, 0x40, 0x44, 0x2b, 0x18, 
[1783455038.506] [3846:3849] [DMG] 					] (260 bytes)
[1783455038.506] [3846:3849] [DMG] 					0x1 = [
[1783455038.506] [3846:3849] [DMG] 							0x35, 0xb2, 0x85, 0xa8, 0x8a, 0xa4, 0x48, 0x1a, 0x75, 0xf2, 0xf4, 0xb1, 0x25, 0x47, 0x6e, 0x44, 0x1e, 0xd0, 0xfb, 0x86, 0x54, 0x48, 0x70, 0x6c, 0x66, 0x0d, 0xb1, 0x38, 0x3e, 0x26, 0x5b, 0x80, 0x46, 0x1f, 0x36, 0xd5, 0xad, 0x69, 0xdb, 0x4b, 0x4a, 0x74, 0x03, 0x1e, 0x0e, 0x43, 0x3b, 0x93, 0x90, 0xdf, 0x5b, 0xa8, 0xa0, 0x1e, 0x5b, 0x61, 0x93, 0x76, 0xfd, 0x6c, 0xd1, 0xd2, 0x8f, 0x6c, 
[1783455038.506] [3846:3849] [DMG] 					] (64 bytes)
[1783455038.506] [3846:3849] [DMG] 				},
[1783455038.506] [3846:3849] [DMG] 			},
[1783455038.506] [3846:3849] [DMG] 			
[1783455038.506] [3846:3849] [DMG] 		},
[1783455038.506] [3846:3849] [DMG] 		
[1783455038.506] [3846:3849] [DMG] 	],
[1783455038.507] [3846:3849] [DMG] 	
[1783455038.507] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455038.507] [3846:3849] [DMG] },
[1783455038.507] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0005
[1783455038.507] [3846:3849] [CTL] Received certificate signing request from the device
[1783455038.507] [3846:3849] [CTL] Successfully finished commissioning step 'SendOpCertSigningRequest'
[1783455038.507] [3846:3849] [CTL] Commissioning stage next step: 'SendOpCertSigningRequest' -> 'ValidateCSR'
[1783455038.507] [3846:3849] [CTL] Performing next commissioning step 'ValidateCSR'
[1783455038.514] [3846:3849] [CTL] Successfully finished commissioning step 'ValidateCSR'
[1783455038.514] [3846:3849] [CTL] Commissioning stage next step: 'ValidateCSR' -> 'GenerateNOCChain'
[1783455038.514] [3846:3849] [CTL] Performing next commissioning step 'GenerateNOCChain'
[1783455038.514] [3846:3849] [CTL] Getting certificate chain for the device from the issuer
[1783455038.517] [3846:3849] [CTL] Verifying Certificate Signing Request
[1783455038.519] [3846:3849] [CTL] Generating NOC
[1783455038.519] [3846:3849] [CTL] Providing certificate chain to the commissioner
[1783455038.520] [3846:3849] [CTL] Received callback from the CA for NOC Chain generation. Status src/controller/ExampleOperationalCredentialsIssuer.cpp:395: Success
[1783455038.520] [3846:3849] [CTL] Successfully finished commissioning step 'GenerateNOCChain'
[1783455038.520] [3846:3849] [CTL] Performing next commissioning step 'SendTrustedRootCert'
[1783455038.520] [3846:3849] [CTL] Sending root certificate to the device
[1783455038.520] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455038.520] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455038.520] [3846:3849] [EM] <<< [E:6461i S:8458 M:250405522] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:293)
[1783455038.521] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455038.521] [3846:3849] [CTL] Sent root certificate to the device
[1783455038.521] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455038.591] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.681] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.728] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455038.728] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455038.728] [3846:3849] [EM] >>> [E:6461i S:8458 M:98330623] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
[1783455038.728] [3846:3849] [EM] Found matching exchange: 6461i, Delegate: 0xffff94008308
[1783455038.728] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455038.728] [3846:3849] [DMG] InvokeResponseMessage =
[1783455038.728] [3846:3849] [DMG] {
[1783455038.728] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455038.728] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455038.728] [3846:3849] [DMG] 	[
[1783455038.728] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455038.728] [3846:3849] [DMG] 		{
[1783455038.728] [3846:3849] [DMG] 			CommandStatusIB =
[1783455038.729] [3846:3849] [DMG] 			{
[1783455038.729] [3846:3849] [DMG] 				CommandPathIB =
[1783455038.729] [3846:3849] [DMG] 				{
[1783455038.729] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455038.729] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455038.729] [3846:3849] [DMG] 					CommandId = 0xb,
[1783455038.729] [3846:3849] [DMG] 				},
[1783455038.729] [3846:3849] [DMG] 				
[1783455038.729] [3846:3849] [DMG] 				StatusIB =
[1783455038.729] [3846:3849] [DMG] 				{
[1783455038.729] [3846:3849] [DMG] 					status = 0x00 (SUCCESS),
[1783455038.729] [3846:3849] [DMG] 				},
[1783455038.729] [3846:3849] [DMG] 				
[1783455038.729] [3846:3849] [DMG] 			},
[1783455038.729] [3846:3849] [DMG] 			
[1783455038.729] [3846:3849] [DMG] 		},
[1783455038.729] [3846:3849] [DMG] 		
[1783455038.729] [3846:3849] [DMG] 	],
[1783455038.729] [3846:3849] [DMG] 	
[1783455038.729] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455038.729] [3846:3849] [DMG] },
[1783455038.729] [3846:3849] [DMG] Received Command Response Status for Endpoint=0 Cluster=0x0000_003E Command=0x0000_000B Status=0x0
[1783455038.729] [3846:3849] [CTL] Device confirmed that it has received the root certificate
[1783455038.729] [3846:3849] [CTL] Successfully finished commissioning step 'SendTrustedRootCert'
[1783455038.729] [3846:3849] [CTL] Commissioning stage next step: 'SendTrustedRootCert' -> 'SendNOC'
[1783455038.730] [3846:3849] [CTL] Performing next commissioning step 'SendNOC'
[1783455038.730] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455038.730] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455038.730] [3846:3849] [EM] <<< [E:6462i S:8458 M:250405523] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:566)
[1783455038.730] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455038.730] [3846:3849] [CTL] Sent operational certificate to the device
[1783455038.730] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455038.816] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.906] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455038.996] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455039.133] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455039.133] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455039.133] [3846:3849] [EM] >>> [E:6462i S:8458 M:98330624] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1783455039.133] [3846:3849] [EM] Found matching exchange: 6462i, Delegate: 0xffff940084b8
[1783455039.133] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455039.134] [3846:3849] [DMG] InvokeResponseMessage =
[1783455039.134] [3846:3849] [DMG] {
[1783455039.134] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455039.134] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455039.134] [3846:3849] [DMG] 	[
[1783455039.134] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455039.134] [3846:3849] [DMG] 		{
[1783455039.134] [3846:3849] [DMG] 			CommandDataIB =
[1783455039.134] [3846:3849] [DMG] 			{
[1783455039.134] [3846:3849] [DMG] 				CommandPathIB =
[1783455039.134] [3846:3849] [DMG] 				{
[1783455039.134] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455039.135] [3846:3849] [DMG] 					ClusterId = 0x3e,
[1783455039.135] [3846:3849] [DMG] 					CommandId = 0x8,
[1783455039.135] [3846:3849] [DMG] 				},
[1783455039.135] [3846:3849] [DMG] 				
[1783455039.135] [3846:3849] [DMG] 				CommandFields = 
[1783455039.135] [3846:3849] [DMG] 				{
[1783455039.135] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455039.135] [3846:3849] [DMG] 					0x1 = 1 (unsigned), 
[1783455039.135] [3846:3849] [DMG] 				},
[1783455039.135] [3846:3849] [DMG] 			},
[1783455039.136] [3846:3849] [DMG] 			
[1783455039.136] [3846:3849] [DMG] 		},
[1783455039.136] [3846:3849] [DMG] 		
[1783455039.136] [3846:3849] [DMG] 	],
[1783455039.136] [3846:3849] [DMG] 	
[1783455039.136] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455039.136] [3846:3849] [DMG] },
[1783455039.136] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0008
[1783455039.136] [3846:3849] [CTL] Device returned status 0 on receiving the NOC
[1783455039.137] [3846:3849] [CTL] Operational credentials provisioned on device 0xffff9400b910
[1783455039.137] [3846:3849] [TOO] Secure Pairing Success
[1783455039.137] [3846:3849] [TOO] CASE establishment successful
[1783455039.137] [3846:3849] [CTL] Successfully finished commissioning step 'SendNOC'
[1783455039.137] [3846:3849] [CTL] No NetworkScan enabled or WiFi/Thread endpoint not specified, skipping ScanNetworks
[1783455039.137] [3846:3849] [CTL] Commissioning stage next step: 'SendNOC' -> 'ThreadNetworkSetup'
[1783455039.137] [3846:3849] [CTL] Performing next commissioning step 'ThreadNetworkSetup'
[1783455039.137] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455039.137] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455039.137] [3846:3849] [EM] <<< [E:6463i S:8458 M:250405524] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:176)
[1783455039.138] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455039.138] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455039.221] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455039.223] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455039.223] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455039.224] [3846:3849] [EM] >>> [E:6463i S:8458 M:98330625] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1783455039.224] [3846:3849] [EM] Found matching exchange: 6463i, Delegate: 0xffff94008308
[1783455039.224] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455039.224] [3846:3849] [DMG] InvokeResponseMessage =
[1783455039.224] [3846:3849] [DMG] {
[1783455039.224] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455039.224] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455039.224] [3846:3849] [DMG] 	[
[1783455039.224] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455039.224] [3846:3849] [DMG] 		{
[1783455039.225] [3846:3849] [DMG] 			CommandDataIB =
[1783455039.225] [3846:3849] [DMG] 			{
[1783455039.225] [3846:3849] [DMG] 				CommandPathIB =
[1783455039.225] [3846:3849] [DMG] 				{
[1783455039.225] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455039.225] [3846:3849] [DMG] 					ClusterId = 0x31,
[1783455039.225] [3846:3849] [DMG] 					CommandId = 0x5,
[1783455039.225] [3846:3849] [DMG] 				},
[1783455039.225] [3846:3849] [DMG] 				
[1783455039.225] [3846:3849] [DMG] 				CommandFields = 
[1783455039.225] [3846:3849] [DMG] 				{
[1783455039.225] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455039.225] [3846:3849] [DMG] 					0x2 = 0 (unsigned), 
[1783455039.226] [3846:3849] [DMG] 				},
[1783455039.226] [3846:3849] [DMG] 			},
[1783455039.226] [3846:3849] [DMG] 			
[1783455039.226] [3846:3849] [DMG] 		},
[1783455039.226] [3846:3849] [DMG] 		
[1783455039.226] [3846:3849] [DMG] 	],
[1783455039.226] [3846:3849] [DMG] 	
[1783455039.226] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455039.226] [3846:3849] [DMG] },
[1783455039.226] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0005
[1783455039.226] [3846:3849] [CTL] Received NetworkConfig response, networkingStatus=0
[1783455039.226] [3846:3849] [CTL] Successfully finished commissioning step 'ThreadNetworkSetup'
[1783455039.226] [3846:3849] [CTL] Commissioning stage next step: 'ThreadNetworkSetup' -> 'FailsafeBeforeThreadEnable'
[1783455039.227] [3846:3849] [CTL] Performing next commissioning step 'FailsafeBeforeThreadEnable'
[1783455039.227] [3846:3849] [CTL] Arming failsafe (94 seconds)
[1783455039.227] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455039.227] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455039.227] [3846:3849] [EM] <<< [E:6464i S:8458 M:250405525] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
[1783455039.228] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455039.228] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455039.310] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455039.313] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455039.314] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455039.314] [3846:3849] [EM] >>> [E:6464i S:8458 M:98330626] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1783455039.314] [3846:3849] [EM] Found matching exchange: 6464i, Delegate: 0xffff940084b8
[1783455039.314] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455039.314] [3846:3849] [DMG] InvokeResponseMessage =
[1783455039.314] [3846:3849] [DMG] {
[1783455039.314] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455039.314] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455039.314] [3846:3849] [DMG] 	[
[1783455039.315] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455039.315] [3846:3849] [DMG] 		{
[1783455039.315] [3846:3849] [DMG] 			CommandDataIB =
[1783455039.315] [3846:3849] [DMG] 			{
[1783455039.315] [3846:3849] [DMG] 				CommandPathIB =
[1783455039.315] [3846:3849] [DMG] 				{
[1783455039.315] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455039.315] [3846:3849] [DMG] 					ClusterId = 0x30,
[1783455039.315] [3846:3849] [DMG] 					CommandId = 0x1,
[1783455039.315] [3846:3849] [DMG] 				},
[1783455039.315] [3846:3849] [DMG] 				
[1783455039.316] [3846:3849] [DMG] 				CommandFields = 
[1783455039.316] [3846:3849] [DMG] 				{
[1783455039.316] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455039.316] [3846:3849] [DMG] 					0x1 = "" (0 chars), 
[1783455039.316] [3846:3849] [DMG] 				},
[1783455039.316] [3846:3849] [DMG] 			},
[1783455039.316] [3846:3849] [DMG] 			
[1783455039.316] [3846:3849] [DMG] 		},
[1783455039.316] [3846:3849] [DMG] 		
[1783455039.316] [3846:3849] [DMG] 	],
[1783455039.316] [3846:3849] [DMG] 	
[1783455039.317] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455039.317] [3846:3849] [DMG] },
[1783455039.317] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1783455039.317] [3846:3849] [CTL] Received ArmFailSafe response errorCode=0
[1783455039.317] [3846:3849] [CTL] Successfully finished commissioning step 'FailsafeBeforeThreadEnable'
[1783455039.317] [3846:3849] [CTL] Commissioning stage next step: 'FailsafeBeforeThreadEnable' -> 'ThreadNetworkEnable'
[1783455039.317] [3846:3849] [CTL] Performing next commissioning step 'ThreadNetworkEnable'
[1783455039.317] [3846:3849] [DMG] ICR moving to [AddingComm]
[1783455039.317] [3846:3849] [DMG] ICR moving to [AddedComma]
[1783455039.318] [3846:3849] [EM] <<< [E:6465i S:8458 M:250405526] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:73)
[1783455039.318] [3846:3849] [DMG] ICR moving to [AwaitingRe]
[1783455039.319] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455039.400] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455041.877] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455041.877] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455044.397] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455044.398] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455044.398] [3846:3849] [EM] >>> [E:6465i S:8458 M:98330627] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:65)
[1783455044.398] [3846:3849] [EM] Found matching exchange: 6465i, Delegate: 0xffff94008308
[1783455044.398] [3846:3849] [DMG] ICR moving to [ResponseRe]
[1783455044.398] [3846:3849] [DMG] InvokeResponseMessage =
[1783455044.398] [3846:3849] [DMG] {
[1783455044.398] [3846:3849] [DMG] 	suppressResponse = false, 
[1783455044.398] [3846:3849] [DMG] 	InvokeResponseIBs =
[1783455044.398] [3846:3849] [DMG] 	[
[1783455044.398] [3846:3849] [DMG] 		InvokeResponseIB =
[1783455044.398] [3846:3849] [DMG] 		{
[1783455044.399] [3846:3849] [DMG] 			CommandDataIB =
[1783455044.399] [3846:3849] [DMG] 			{
[1783455044.399] [3846:3849] [DMG] 				CommandPathIB =
[1783455044.399] [3846:3849] [DMG] 				{
[1783455044.399] [3846:3849] [DMG] 					EndpointId = 0x0,
[1783455044.399] [3846:3849] [DMG] 					ClusterId = 0x31,
[1783455044.399] [3846:3849] [DMG] 					CommandId = 0x7,
[1783455044.399] [3846:3849] [DMG] 				},
[1783455044.399] [3846:3849] [DMG] 				
[1783455044.399] [3846:3849] [DMG] 				CommandFields = 
[1783455044.399] [3846:3849] [DMG] 				{
[1783455044.399] [3846:3849] [DMG] 					0x0 = 0 (unsigned), 
[1783455044.399] [3846:3849] [DMG] 					0x2 = NULL
[1783455044.399] [3846:3849] [DMG] 				},
[1783455044.400] [3846:3849] [DMG] 			},
[1783455044.400] [3846:3849] [DMG] 			
[1783455044.400] [3846:3849] [DMG] 		},
[1783455044.400] [3846:3849] [DMG] 		
[1783455044.400] [3846:3849] [DMG] 	],
[1783455044.400] [3846:3849] [DMG] 	
[1783455044.400] [3846:3849] [DMG] 	InteractionModelRevision = 12
[1783455044.400] [3846:3849] [DMG] },
[1783455044.400] [3846:3849] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0007
[1783455044.400] [3846:3849] [CTL] Received ConnectNetwork response, networkingStatus=0
[1783455044.400] [3846:3849] [CTL] Successfully finished commissioning step 'ThreadNetworkEnable'
[1783455044.400] [3846:3849] [CTL] Commissioning stage next step: 'ThreadNetworkEnable' -> 'kEvictPreviousCaseSessions'
[1783455044.400] [3846:3849] [CTL] Performing next commissioning step 'kEvictPreviousCaseSessions'
[1783455044.400] [3846:3849] [IN] Expiring all sessions for node <0000000000000001, 1>!!
[1783455044.400] [3846:3849] [CTL] Successfully finished commissioning step 'kEvictPreviousCaseSessions'
[1783455044.401] [3846:3849] [CTL] Commissioning stage next step: 'kEvictPreviousCaseSessions' -> 'kFindOperationalForStayActive'
[1783455044.401] [3846:3849] [CTL] Performing next commissioning step 'kFindOperationalForStayActive'
[1783455044.401] [3846:3849] [CSM] FindOrEstablishSession: PeerId = [1:0000000000000001]
[1783455044.401] [3846:3849] [CSM] FindOrEstablishSession: No existing OperationalSessionSetup instance found
[1783455044.401] [3846:3849] [DIS] OperationalSessionSetup[1:0000000000000001]: State change 1 --> 2
[1783455044.402] [3846:3849] [DIS] Lookup started for 5F3CE80E97D2B166-0000000000000001
[1783455044.402] [3846:3849] [DMG] ICR moving to [AwaitingDe]
[1783455044.441] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455044.601] [3846:3849] [DIS] Checking node lookup status for 5F3CE80E97D2B166-0000000000000001 after 200 ms
[1783455047.006] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455047.367] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455047.367] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455050.066] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455053.937] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455053.938] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455056.546] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455059.202] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455059.202] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455061.811] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455064.422] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455064.422] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455067.031] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455069.642] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455069.643] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455072.251] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455074.862] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455074.863] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455075.403] [3846:3849] [DIS] Timeout waiting for mDNS resolution.
[1783455077.472] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455079.767] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455079.768] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455082.377] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455083.502] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455083.503] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455086.157] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455088.047] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455088.048] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455090.612] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455093.718] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455093.718] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455096.327] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455099.163] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455099.163] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455101.772] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455105.463] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455105.463] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455108.072] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455112.708] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455112.709] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455115.317] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455117.298] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455117.298] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455119.952] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455123.238] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455123.238] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455125.892] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455133.273] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455133.273] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455135.882] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16389
[1783455143.398] [3846:3847] [DL] Indication received, conn = 0xffff8c015890
[1783455143.398] [3846:3849] [DL] HandlePlatformSpecificBLEEvent 16391
[1783455145.289] [3846:3847] [DL] BLE connection closed: conn=0xffff8c015890
[1783455145.290] [3846:3849] [IN] Clearing BLE pending packets.

Parents
  • Hi Marte, thanks for replying

    I figured out the problem.

    In my case this was not an SRP issue and not directly a Matter/NCS application issue. The root cause was at the IEEE 802.15.4 MAC ACK handling level in the Thread radio path.

    The device was actually attaching to Thread, and the SRP client was starting correctly. However, some secured 802.15.4 frames, especially fragmented 6LoWPAN/SRP traffic, were retransmitted several times because the transmitting side did not observe the MAC ACK in the expected TX/ACK timing path.

    On the OTBR side this appeared as:

    Frame rx failed, error:Duplicated
    Frame rx failed, error:Security
    

    The Duplicated errors were caused by retransmissions of the same MAC frame/sequence. The later Security errors were a consequence of replay/security checks seeing already-used secured frame counters or stale retransmissions.

    The important detail is that the frame was actually being ACKed at the MAC layer, but that ACK was not being handled correctly by the transmitting side. As a result, the device believed the frame had not been ACKed and retransmitted it. Eventually this broke 6LoWPAN reassembly / SRP registration, leading to:

    SRP update error: timed out waiting on server response
    

    So the null/empty SRP service publication was only a consequence: the SRP update never completed because the underlying Thread UDP exchange was broken by MAC-layer retransmission / ACK handling.

    After fixing the MAC ACK handling path, the device attached as a Thread child, SRP registration succeeded, and the operational service was published correctly.

    So if anyone sees this pattern during Matter-over-Thread commissioning:

    SRP timeout
    + OTBR duplicated/security errors
    + secured 802.15.4 frames with ackreq=yes
    

    I would recommend checking the MAC ACK handling path first, especially around retransmissions, ACK timing, and whether ACKed secured frames are being retried unexpectedly.

Reply
  • Hi Marte, thanks for replying

    I figured out the problem.

    In my case this was not an SRP issue and not directly a Matter/NCS application issue. The root cause was at the IEEE 802.15.4 MAC ACK handling level in the Thread radio path.

    The device was actually attaching to Thread, and the SRP client was starting correctly. However, some secured 802.15.4 frames, especially fragmented 6LoWPAN/SRP traffic, were retransmitted several times because the transmitting side did not observe the MAC ACK in the expected TX/ACK timing path.

    On the OTBR side this appeared as:

    Frame rx failed, error:Duplicated
    Frame rx failed, error:Security
    

    The Duplicated errors were caused by retransmissions of the same MAC frame/sequence. The later Security errors were a consequence of replay/security checks seeing already-used secured frame counters or stale retransmissions.

    The important detail is that the frame was actually being ACKed at the MAC layer, but that ACK was not being handled correctly by the transmitting side. As a result, the device believed the frame had not been ACKed and retransmitted it. Eventually this broke 6LoWPAN reassembly / SRP registration, leading to:

    SRP update error: timed out waiting on server response
    

    So the null/empty SRP service publication was only a consequence: the SRP update never completed because the underlying Thread UDP exchange was broken by MAC-layer retransmission / ACK handling.

    After fixing the MAC ACK handling path, the device attached as a Thread child, SRP registration succeeded, and the operational service was published correctly.

    So if anyone sees this pattern during Matter-over-Thread commissioning:

    SRP timeout
    + OTBR duplicated/security errors
    + secured 802.15.4 frames with ackreq=yes
    

    I would recommend checking the MAC ACK handling path first, especially around retransmissions, ACK timing, and whether ACKed secured frames are being retried unexpectedly.

Children
No Data
Related