mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[indirect-sender] log when preparing a message for indirect tx (#4002)
This commit is contained in:
committed by
Jonathan Hui
parent
8a640a2cfa
commit
73c27837cf
@@ -273,7 +273,12 @@ void IndirectSender::UpdateIndirectMessage(Child &aChild)
|
||||
|
||||
if (message != NULL)
|
||||
{
|
||||
Mac::Address childAddress;
|
||||
|
||||
mDataPollHandler.HandleNewFrame(aChild);
|
||||
|
||||
aChild.GetMacAddress(childAddress);
|
||||
Get<MeshForwarder>().LogMessage(MeshForwarder::kMessagePrepareIndirect, *message, &childAddress, OT_ERROR_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user