I want to send packets using
afAddrInfo.txOptions = (gApsTxOptionNone_c | gApsTxOptionAckTx_c)
and
status = AF_DataRequest(&afAddrInfo, mypktPacket, pkt, &myconfirmId);
If status is gZbSuccess_c, I wait the confirmation.
_______
If I receive a gZbSuccess_c I will wait and then send a new pkt (frequency is 5 pkt per seconds)
If I receive a gApsNoAck_c i will resend the pkt if my circular data buffer is not full.
The problem is that after few minutes the confirmation status became gZbNoMem_c
What does it means? Who has not enough memory? The sender or the receiver node?