This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-stack 2.6.1中ZIGBEE_CHILD_AGING模式问题

我编译的时候使能ZIGBEE_CHILD_AGING,将zgChildAgingEnable设置成TRUE,但是测试的时候发现AssociatedDevList.age的值一直为0并没有增加,timeoutcount在一直减少,直到为0信息被清除。这个age有什么用,为什么没有增加

  • 这个aging是为了判断age out的,用来判断设备长时间离网的

  • VV,你好!

    1、长时间离网?那timeoutCounter是短时间离网?

    2、那timeoutCounter=0时,子节点信息是放到NotMyChild表?然后当age>设定值再从NotMyChild表删除?

    3、NWK_ROUTE_AGE_LIMIT和EndDevice的age不一样吧?EndDevice的age在哪里设置?

    4、Router发link_status的函数在哪里?我只找到nwkSendLinkStatus(),但是找不到在哪里调用了,处理link_status的函数也是,是封装起来了吗?