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.
Tool/software: Linux
Hi TI,
I have a question about zigbee rejoin process, I searched some old questions and looks like zstack(zigbee protocol does not define?)has some known issues, I also encounter some rejoin issues, I am using TI linux zigbee gateway communicate with zstack, through gateway's print log, when end device rejoin network, gateway send node descriptor request to zstack, but there is no response from zstack, after 4 times retry, it failed, I am not sure whether we can say this is a known issue? I capture packet over the air, actually there is no node descriptor request was sent out through zstack
Thanks
Hi YK,
That log is not sniffer log, it is printed from TI Linux Gateway what I mentioned previously, Let me attach that log at here
Yes, zdpProcessAddrReq is to process an incoming NWK_addr_req or IEEE_addr_req message and then build and send a corresponding NWK_addr_rsp or IEEE_addr_rsp msg. If IEEE address request is received by end device, it would use saveExtAddr (set by calling NLME_GetExtAddr()) as IEEE address. If IEEE address request is received by router and it finds item in its association list, it would process IEEE address request by AddrMgrEntryGet.