From 6d64e47adaaa1b134ecd60c1884795eabb22da8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Tue, 6 Jun 2023 21:08:28 +0200 Subject: [PATCH] Update CHANGES.md and RELEASE_NOTES.md for 802.11 80+80MHz support --- CHANGES.md | 1 + RELEASE_NOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ec46757fc..009a5ad75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,7 @@ Changes from ns-3.42 to ns-3-dev * (lr-wpan) Attribute `macAssociatePermit` added to the supported attributes in `MacPibAttributes`. * (lr-wpan) Attribute `pCurrentChannel` added to the supported attributes in `MacPibAttributes`. * (lr-wpan) Attribute `pCurrentPage` added to the supported attributes in `MacPibAttributes`. +* (wifi) Attribute `ChannelSettings` has been changed to allow configuration of non-contiguous operating channels by specifying each 80 MHz segment. It has changed from TupleValue to AttributeContainerValue, but the configuration of contiguous channels using a StringValue still works as before. ### Changes to build system diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 88ffbf3f1..3b9c1cd1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -36,6 +36,7 @@ been tested on Linux. As of this release, the latest known version to work with - (lr-wpan) !2082 - MAC SET GET attributes added - (core) !1904 - Added support for Laplacian and Largest Extreme Value random variables (`LaplacianRandomVariable`, `LargestExtremeValueRandomVariable`) +- (wifi) - Added support for 80+80 MHz ### Bugs fixed