The SED is no longer in the child table of a Parent, the Parent still respond Data Request(802.15.4) with ACK(802.15.4). Is this behavior as expected? #8407
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yes, this is expected. IEEE 802.15.4 ACKs are generated at the MAC layer without any input from higher layers. If a child wants to validate that it is still in its parent's child table, it needs to have a protocol exchange at a higher layer - for example, something that involves exchanging IPv6 datagrams. |
Beta Was this translation helpful? Give feedback.
-
As Jonathan said, yes, expected behavior. You can check "Child Supervision" feature in OT as a mechansim related to this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Yes, this is expected. IEEE 802.15.4 ACKs are generated at the MAC layer without any input from higher layers.
If a child wants to validate that it is still in its parent's child table, it needs to have a protocol exchange at a higher layer - for example, something that involves exchanging IPv6 datagrams.