Update CHANGES.md and RELEASE_NOTES.md

This commit is contained in:
Stefano Avallone
2024-06-28 13:29:42 +02:00
committed by Stefano Avallone
parent 1f1ba479a1
commit 2f76d5ef1d
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ Changes from ns-3.42 to ns-3-dev
* (lr-wpan) Attribute `macBeaconPayload` in `MacPibAttributes` is now a std::vector<uint8_t> instead of a packet pointer.
* (lr-wpan) Removes the word `address` from the MAC address prefix when `LOG_PREFIX_FUNC` is used.
* (lr-wpan) Removes the word `address` from the CSMA-CA logs prefix when `LOG_PREFIX_FUNC` is used.
* (wifi) The `WifiHelper::AssignStreams()` method has been made static
### Changes to build system

View File

@@ -24,6 +24,9 @@ Release 3-dev
- (lr-wpan) !2001 - Beacon improvements and fixes
- (lr-wpan) !2042 - Beacon improvements and jitter addition
- (wifi) Avoid firing WifiMac::DroppedMpdu trace twice in some cases
- (wifi) Fix assignment of AIDs to non-AP STAs/MLDs to ensure they are unique
- (wifi) Fix starting Sequence Number when ADDBA Response arrives after timeout
Release 3.42
------------