mirror of
https://github.com/espressif/openthread.git
synced 2026-08-28 21:09:54 +00:00
Remove Active and Pending Datasets from unsolicited Data Response. (#1237)
This commit is contained in:
@@ -2429,9 +2429,7 @@ ThreadError MleRouter::HandleNetworkDataUpdateRouter(void)
|
||||
{
|
||||
if (child->mNetworkDataVersion != mNetif.GetNetworkDataLeader().GetStableVersion())
|
||||
{
|
||||
static const uint8_t responseTlvs[] = {Tlv::kNetworkData, Tlv::kActiveDataset, Tlv::kPendingDataset};
|
||||
|
||||
SendDataResponse(destination, responseTlvs, sizeof(responseTlvs), 0);
|
||||
SendDataResponse(destination, tlvs, sizeof(tlvs), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user