The project I work on is considering updating from SDK version 1.71 to 1.9.0 to benefit from some updates. (Thanks!)
As I was looking over the Known Issues I noticed KRKNWK-11602.
> When any Zigbee device receives a malformed packet that does not match the Zigbee packet structure, it causes ZBOSS to assert. The device is not automatically restarted.
I have a few questions.
- This issue is listed as being in 1.8.0, 1.9.0 and 1.9.1. Does that mean it doesn't exist in 1.7.1, or it wasn't discovered until after 1.8.0 was released?
- If it exists in 1.7.1 the other questions become moot, and we may as well upgrade.
- This issue mentions a malformed packet. Shouldn't a malformed packet be tossed due to an invalid checksum?
- Do we know how frequently this issue occurs? Is there a way to trigger this issue?
- I see the workaround is to restart the system. Is there a fix in the works? If so what does the timeline look like?