I am studying the ZigBee standard and I have a basic doubt about the behavior of the communication. I know that ZigBee is the network layer and 802.15.4 the mac layer. So, if I send a message from node n1 to the base station bs through node n2. The ACK that I receive is a 802.15.4 packet, right? so that means that the ACK was generated by n2. So, can I get as well an ACK from the bs and then n1 would know for sure that the bs received the message?
Thanks in advance!