-
Describe the bug A clear and concise description of what the bug is. To Reproduce Information to reproduce the behavior, including:
Expected behavior A clear and concise description of what you expected to happen. Console/log output If applicable, add console/log output to help explain your problem. Additional context Add any other context about the problem here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The See: openthread/src/core/mac/mac.cpp Line 921 in 424005f openthread/src/core/mac/mac.cpp Line 1259 in 424005f |
Beta Was this translation helpful? Give feedback.
The
6lo send
queue not being serviced is typically an indicator that the radio driver is stuck. In particular, the radio was requested to send a packet, but the radio driver never provided indication that it completed its transmission operation.See:
openthread/src/core/mac/mac.cpp
Line 921 in 424005f
openthread/src/core/mac/mac.cpp
Line 1259 in 424005f