diff --git a/AUTHORS b/AUTHORS index 98a8dc796..e3eb82627 100644 --- a/AUTHORS +++ b/AUTHORS @@ -177,6 +177,7 @@ Christopher Kosecki (christopher.l.kosecki.ctr@mail.mil) Katerina Koutlia (katerina.koutlia@cttc.es) Aleksey Kovalenko (kovalenko@iitp.ru) Hossam Khader (hossamkhader@gmail.com) +Daniel Kopacz (denykop@tuta.io) Alexander Krotov (ilabdsf@yandex.ru) Deepak Kumaraswamy (deepakkavoor99@gmail.com) Mathieu Lacage (mathieu.lacage@inria.fr) @@ -249,6 +250,7 @@ Parth Pandya (parthpandyappp@gmail.com) LluĂ­s Parcerisa (parcerisa@gmail.com) Mingyu Park (darkpmg@naver.com) Harsh Patel (thadodaharsh10@gmail.com) +Shashwat Patni (f20230390@goa.bits-pilani.ac.in) Natale Patriciello (natale.patriciello@gmail.com) Pavinberg (pavin0702@gmail.com) Tommaso Pecorella (tommaso.pecorella@unifi.it) @@ -303,6 +305,7 @@ Chappidi Yoga Satwik (satwik.chappidi@iitkgp.ac.in) Robert R. Schmidt (rschmi@gmx.net) Florian Schmidt (Florian.Schmidt@cs.rwth-aachen.de) Michael Scoggin (mpscogg@sandia.gov) +Surya (suryamariappan9108@gmail.com) Surya Seetharaman (suryaseetharaman.9@gmail.com) Guillaume Seguin (guillaume.seguin@inria.fr) Ioannis Selinis (selinis.g@gmail.com) diff --git a/CHANGES.md b/CHANGES.md index 3a6d59d2c..9c55bfcef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,7 @@ Note that users who upgrade the simulator across versions, or who work directly This file is a best-effort approach to solving this issue; we will do our best but can guarantee that there will be things that fall through the cracks, unfortunately. If you, as a user, can suggest improvements to this file based on your experience, please contribute a patch or drop us a note on ns-developers mailing list. -## Changes from ns-3.44 to ns-3-dev +## Changes from ns-3.44 to ns-3.45 ### New API diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a41c140c0..ff3621002 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,7 +12,7 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number, and references prefixed by '!' refer to a [GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number. -## Release 3-dev +## Release 3.45 ### Supported platforms @@ -42,16 +42,20 @@ to work with the release. - (internet-apps) !2084 - GSoC 2024 DHCPV6 application added. - (lr-wpan) - !2429 - Renamed example lr-wpan-mlme to lr-wpan-beacon-mode. - (lr-wpan) - !2429 - Documentation update and small reformat fixes. +- (wifi) 320 MHz channel support was added to the 802.11be model - (wifi) Added the `ProtectSingleExchange` attribute to the `QosFrameExchangeManager` to choose whether the NAV protection should cover the entire TXOP or only the current frame exchange when the TXOP limit is non-zero. In that case, the Duration/ID field in frames establishing the protection is set to the time remaining until the end of the current frame exchange. It is also possible to select whether the NAV duration should be extended by an additional time to protect beyond end of the immediate frame exchange via the `SingleExchangeProtectionSurplus` attribute of the `QosFrameExchangeManager`. ### Bugs fixed - (bindings) #1187 - Fix library filtering to skip non-ns-3 libraries with "ns3" in their names. +- (flow-monitor) #1202 - Create XML file in text mode - (mobility) !2397 - Fix Rectangle::GetClosestSideOrCorner. It could assign the incorrect side when the checked position was outside the rectangle. - (wifi) #2368 - Fix various issues related to Content Channels and RU allocation. Fixes mostly covers cases where OFDMA is used with central 26 tones, where a single user is being assigned the whole PPDU bandwidth or where a RU is larger than 20 MHz. -- (zigbee) !2383 - Fix malformed RREP command with missing command options field. +- (wifi) Various fixes to the EMLSR model have been made - (wifi) Fix the time the `NSlotsLeftAlert` trace source of `ChannelAccessManager` is fired (it cannot be earlier than the access grant start time) - (wifi) Fix the EIFS computation, which depends on the modulation class of the PPDU whose reception failed rather than on the latest standard supported by a device +- (wifi) #1158 - Reintroduce WifiPpdu's destructor due to PIMPL +- (zigbee) !2383 - Fix malformed RREP command with missing command options field. ## Release 3.44