Update CHANGES.md and RELEASE_NOTES.md for 802.11 80+80MHz support

This commit is contained in:
Sébastien Deronne
2023-06-06 21:08:28 +02:00
parent c355d10190
commit 6d64e47ada
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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