Other Parts Discussed in Thread: Z-STACK
We currently have an issue with our CC2530 running Z-Stack 2.6.3. It is a coordinator which neighbor table gets full. If there are no other ZR on the network new joins are impossible. When requesting a ZE node to leave the network we can create an additional slot in the neighbor table for a new ZR. This works as expected in the case that the ZDO_MGMT_LEAVE_REQ succeeds, if for some reason the node that should leave the network does not respond to the ZDO_MGMT_LEAVE_REQ the neighbor table is not updated and remains full.
Is it possible to (force) remove a node from the neighbor table even if it did not successfully left the network? This in order to prevent nodes from remaining in the neighbor table even though they shouldn't.