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.

Indirect addressing does not work!

Other Parts Discussed in Thread: Z-STACK, CC2530

Hi,

when a  new device (router or end device on cc2530 z-stack) joins to a network and binds to the gateway (coordinator on Linux z-stack), it saves the destination address(gateway address) in the binding table.

I use indirect addressing for sending report and,

I also use AddrNotPresent for address mode which is necessary for indirect addressing and,

I also enable compile option of REFLETOR, but it does not work.

It does not use destination address/endpoint/etc existing in binding table when  function of SendReportCmd is called. 

Q1. what is the problem?

Q2. Is any other way to receive destination address and save it during binding process or other time(in this case Destination address = Gateway =coordinator address)