Replies: 7 comments 1 reply
-
Displayed in<995. log>, unable to switch to leader, and meshdiag topology children ip6 addrs returned timeout |
Beta Was this translation helpful? Give feedback.
-
The openthread/src/core/thread/mle_router.cpp Line 281 in 7b72e97 openthread/src/core/thread/mle_router.cpp Line 285 in 7b72e97 I suspect the error is due to the second case, which indicates that the device is already attached. |
Beta Was this translation helpful? Give feedback.
-
@jwhui Thanks for your reply |
Beta Was this translation helpful? Give feedback.
-
It would be good to check whether the device is already attached and, if attached, check the leader weight of the partition it is currently attached to. |
Beta Was this translation helpful? Give feedback.
-
@jwhui Okay, in the next test, before modifying the leader weight, we will use the |
Beta Was this translation helpful? Give feedback.
-
@jwhui In fact, obtaining the connection status and leader weight value is only for our next step of problem localization. For example, when the state is child and the leader weight is 64, we cannot switch to leader, but first switch to router and then switch to leader Is there some similar requirements? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug A clear and concise description of what the bug is.
OTBR cannot switch to Leader -> Error 27: NotCapable
To Reproduce Information to reproduce the behavior, including:
Expected behavior A clear and concise description of what you expected to happen.
OTBR switches to Leader normally
Console/log output If applicable, add console/log output to help explain your problem.
We conducted a power on/off test, and the log showed that during the 88th power on/off test, the status could not be switched to Leader
The 89th test log we have attached can be switched to Leader normally
Additional context Add any other context about the problem here.
Attachment<88.log> -> Error
Attachment<89.log> -> OK
Beta Was this translation helpful? Give feedback.
All reactions