MESH-COP: Security error after finalize action #7881
-
Hi there, I'm seeing from time to time a problem during Thread commissioning (about 10% of the times). Sometimes, the commissioning is seen as OK on the Android phone but a failure is displayed on the Thread device side. This failure happens after the finalize action so that's why the smartphone doesn't see the problem (I can see that the smartphone received the JOIN_FIN.req and sent JOIN_FIN.rsp). In the traces below, you can see that the the firmware of the Thread device indicates "Frame rx failed, error:Security". Would you have some hints to help me to find where this issue is coming from? I don't know if it is a problem on the Thread device or in the OTBR. An important info: Thanks for your advices!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The "Frame rx failed, error:Security" line is triggered by a packet sent to the broadcast address (0xffff). As a result, I believe this packet is unrelated to the commissioning flow. Packets sent in the middle of the commissioning flow are unicast packets. |
Beta Was this translation helpful? Give feedback.
The "Frame rx failed, error:Security" line is triggered by a packet sent to the broadcast address (0xffff). As a result, I believe this packet is unrelated to the commissioning flow. Packets sent in the middle of the commissioning flow are unicast packets.