Replies: 2 comments
-
Can we get any useful information from this to determine where the problem lies? |
Beta Was this translation helpful? Give feedback.
-
It's not immediately clear why OTBR-1 is failing to process the Child ID Request with InvalidState error. Some possibilities: openthread/src/core/thread/mle_router.cpp Line 2018 in 2ae1ce5 This is not likely since there is a similar check in openthread/src/core/thread/mle_router.cpp Line 2020 in 2ae1ce5 This is not likely since there is a similar check in openthread/src/core/thread/mle.cpp Line 4920 in 2ae1ce5 This occurs when the device is still trying to retrieve the Thread Network Data. But it's not clear to me why the device would be in this state indefinitely. Are you able to provide logs that include the period when OTBR-1 attaches to the Thread network? That may provide more visibility into how OTBR-1 arrived in this state. |
Beta Was this translation helpful? Give feedback.
-
OTBR-1 Parameters
OTBR-2 Parameters
During our testing, we found that the two devices mentioned above had a probability of being unable to connect and cleared. Some MLE logs are as follows:
OTBR-1
OTBR-2
Full Log
OTBR-1
1.log
OTBR-2
2.log
Beta Was this translation helpful? Give feedback.
All reactions