From 5b6083250c9c22b61ce2c91db26eae4fe3eb4f0b Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 30 Mar 2023 09:43:12 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 56c8a6fe6..e24e95aa2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -50,6 +50,7 @@ Changes from ns-3.38 to ns-3-dev * (lr-wpan) Updated `LrWpanPhy::PlmeSetAttribute` and `LrWpanPhy::PlmeGetAttribute` (Request and Confirm) to use smart pointers. * (lr-wpan) Modified `LrWpanPhy::PlmeGetAttributeRequest` to include support for a few attributes (none were supported before the change). * (lr-wpan) Added `macShortAddress`, `macExtendendAddress` and `macPanId` to the attributes that can be use with MLME-GET and MLME-SET functions. +* (wifi) The QosBlockedDestinations class has been removed and its functionality is now provided via a new framework for blocking/unblocking packets that is based on the queue scheduler. ### Changes to build system