Update CHANGES.md and RELEASE_NOTES.md

This commit is contained in:
Stefano Avallone
2022-08-02 00:41:12 +02:00
parent e66d0f46e1
commit 3f27120765
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ Changes from ns-3.36 to ns-3.37
* Added new methods (**ConfigHtOptions**, **ConfigVhtOptions**, **ConfigHeOptions** and **ConfigEhtOptions**) to `WifiHelper` to configure HT/VHT/HE/EHT options listed as attributes of the respective Configuration classes through the wifi helper.
* Added new attributes (**AccessReqInterval**, **AccessReqAc** and **DelayAccessReqUponAccess**) to the MultiUserScheduler to allow a wifi AP to coordinate UL MU transmissions even without DL traffic.
* `WifiNetDevice` has a new **Phys** attribute, which is primarily intended to select a specific PHY object of an 11be multi-link device when using path names.
* `Txop` class (wifi module) has new attributes (**MinCws**, **MaxCws**, **Aifsns** and **TxopLimits**) to set minimum CW, maximum CW, AIFSN and TXOP limit for all the links of a multi-link device.
### Changes to existing API
@@ -32,6 +33,7 @@ Changes from ns-3.36 to ns-3.37
* IPv6 Router Solicitations (RS) are now retransmitted up to 4 times, following RFC 5779.
* Adds support for **LrWpanMac** active and passive scan.
* Add supporting association structures: parameters, callbacks and the pending transaction list to **LrWpanMac**.
* The **TxopTrace** trace source of wifi `QosTxop` now has an additional argument (the third one) indicating the ID of the link the TXOP refers to (for non-MLDs, this value is zero).
### Changes to build system

View File

@@ -32,6 +32,7 @@ Release 3-dev
- (wifi) Notify RX end only for the last received HE TB PPDU
- (wifi) Correctly compute the time to RX end to be passed to WifiPhyStateHelper::SwitchToRx()
- (wifi) #709 Adjust WifiPhy::RxSensitivity with channel width for YansWifiChannel
- (wifi) Align default TXOP limit for VI and VO to 802.11-2020
Release 3.36.1
--------------