Skip to content

Commit 06da5f7

Browse files
committed
doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES for ns-3.45
1 parent 9b53226 commit 06da5f7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Christopher Kosecki ([email protected])
177177
Katerina Koutlia ([email protected])
178178
Aleksey Kovalenko ([email protected])
179179
Hossam Khader ([email protected])
180+
Daniel Kopacz ([email protected])
180181
Alexander Krotov ([email protected])
181182
Deepak Kumaraswamy ([email protected])
182183
Mathieu Lacage ([email protected])
@@ -249,6 +250,7 @@ Parth Pandya ([email protected])
249250
Lluís Parcerisa ([email protected])
250251
Mingyu Park ([email protected])
251252
Harsh Patel ([email protected])
253+
Shashwat Patni ([email protected])
252254
Natale Patriciello ([email protected])
253255
Pavinberg ([email protected])
254256
Tommaso Pecorella ([email protected])
@@ -303,6 +305,7 @@ Chappidi Yoga Satwik ([email protected])
303305
Robert R. Schmidt ([email protected])
304306
Florian Schmidt ([email protected])
305307
Michael Scoggin ([email protected])
308+
306309
Surya Seetharaman ([email protected])
307310
Guillaume Seguin ([email protected])
308311
Ioannis Selinis ([email protected])

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note that users who upgrade the simulator across versions, or who work directly
1212

1313
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.
1414

15-
## Changes from ns-3.44 to ns-3-dev
15+
## Changes from ns-3.44 to ns-3.45
1616

1717
### New API
1818

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number,
1212
and references prefixed by '!' refer to a
1313
[GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number.
1414

15-
## Release 3-dev
15+
## Release 3.45
1616

1717
### Supported platforms
1818

@@ -42,16 +42,20 @@ to work with the release.
4242
- (internet-apps) !2084 - GSoC 2024 DHCPV6 application added.
4343
- (lr-wpan) - !2429 - Renamed example lr-wpan-mlme to lr-wpan-beacon-mode.
4444
- (lr-wpan) - !2429 - Documentation update and small reformat fixes.
45+
- (wifi) 320 MHz channel support was added to the 802.11be model
4546
- (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`.
4647

4748
### Bugs fixed
4849

4950
- (bindings) #1187 - Fix library filtering to skip non-ns-3 libraries with "ns3" in their names.
51+
- (flow-monitor) #1202 - Create XML file in text mode
5052
- (mobility) !2397 - Fix Rectangle::GetClosestSideOrCorner. It could assign the incorrect side when the checked position was outside the rectangle.
5153
- (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.
52-
- (zigbee) !2383 - Fix malformed RREP command with missing command options field.
54+
- (wifi) Various fixes to the EMLSR model have been made
5355
- (wifi) Fix the time the `NSlotsLeftAlert` trace source of `ChannelAccessManager` is fired (it cannot be earlier than the access grant start time)
5456
- (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
57+
- (wifi) #1158 - Reintroduce WifiPpdu's destructor due to PIMPL
58+
- (zigbee) !2383 - Fix malformed RREP command with missing command options field.
5559

5660
## Release 3.44
5761

0 commit comments

Comments
 (0)