Hi,
I have 2 routers and a coordinator in a simple test system.
An application on router A sends a single broadcast message every 30 seconds.
I have MAX_BCAST_RETRIES set to the default value 2. This results in both router A and the coordinator retransmitting the broadcast as expected.
My problem is that a listening application on router B is receiving the same broadcast message many times.
The Zigbee standard (Section 2.2.8.4.2 Reception and Rejection, page 67) talks extensivly about guarding against duplicate message delivery using the message ApsCounter.
I can not see any test of ApsCounter in the ZStack function afIncomingData in AF.c.
I is this guard implemented in ZStack, if so how do I enable it?
Steve.