From 4170eb2d1158bbdf5ffb1613465c9b8a5efb4200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Wed, 13 Sep 2023 17:32:42 +0200 Subject: [PATCH] Update CHANGES.md and RELEASE_NOTES.md for improved multiple spectrum PHY interfaces support --- CHANGES.md | 3 +++ RELEASE_NOTES.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b7796cf6a..159e0e804 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,12 +26,15 @@ Changes from ns-3.39 to ns-3-dev * (lr-wpan) Removed unnecessary bcst filter from `LrWpanMac::PdDataIndication` which also blocked the correct reception of beacon request commands. * (lr-wpan) Added the functions to set or get the capability field via bitmap (a 8 bit int). * (lr-wpan) Added the possibility to obtain the LQI from a received `MlmeAssociateIndicationParams`. +* (wifi) Added new helper methods to SpectrumWifiPhyHelper to allow flexible configuration for the mapping between spectrum PHY interfaces and PHY instances. +* (wifi) Added new trace sources to `WifiPhy`: **OperatingChannelChange**, which is fired when the operating channel of a PHY is changed. ### Changes to build system ### Changed behavior * (wifi) Upon ML setup, a non-AP MLD updates the IDs of the setup links to match the IDs used by the AP MLD. +* (wifi) Attribute **TrackSignalsFromInactiveInterfaces** in SpectrumWifiPhy has been defaulted to be enabled. Changes from ns-3.38 to ns-3.39 ------------------------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7e9586cc8..89023d3d6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -33,6 +33,8 @@ requirements (Note: not all ns-3 features are available on all systems): - (energy) - !1329 - Extensions to battery discharge module - (lr-wpan) - !1604 - Add CapabilityField bitmap functions - (lr-wpan) - !1645 - Add LQI to MlmeAssociateIndicationParams +- (wifi) Added a new trace source to WifiPhy to indicate operating channel change +- (wifi) Improved support for multiple spectrum PHY interfaces ### Bugs fixed