Other Parts Discussed in Thread: Z-STACK
We are implementing a zigbee mesh network using zigbee stack 3.0. We have given NWK_MAX_DEVICE_LIST=2 in the ZNP coordinator firmware.
We have enabled NV-RESTORE in co-ordinator, and not in routers.We are periodically calling permit join API in Co-ordinator to allow associations from routers always.
We have 3 routers. All three routers were connected to coordinator. We used zdoIeeeAddrReq() to print the association table in router. But it returns the number of associated devices as zero, even though routers were connected to coordinator. Is this expected in zstack-3.0? This function returns list of associated devices, when we used in z-stack 1.0.0
Even after connecting 3 devices to coordinator, the assoc flag remains true. As per our understanding, this should be false after connecting to number of devices set in parameter NWK_MAX_DEVICE_LIST.