Skip to content

Commit 9c8e2a5

Browse files
Update CHANGES.md and RELEASE_NOTES.md
1 parent 18c146d commit 9c8e2a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This file is a best-effort approach to solving this issue; we will do our best b
2020
* (wifi) Changes have been made to the `WifiRemoteStationManager` interface for what concerns the update of the frame retry count of the MPDUs and the decision of dropping MPDUs (possibly based on the max retry limit). The `NeedRetransmission` method has been replaced by the `GetMpdusToDropOnTxFailure` method and the `DoNeedRetransmission` method has been replaced by the `DoGetMpdusToDropOnTxFailure` method. Also, the `DoIncrementRetryCountOnTxFailure` method has been added to implement custom policies for the update of the frame retry count of MPDUs upon transmission failure.
2121
* (applications) Added an `OnOffState` trace source to `OnOffApplication`, to track whether the application is transmitting or not.
2222
* (zigbee) Added Zigbee module support. The module includes a NWK layer with joining and routing capabilities. No APS layer included.
23+
* (antenna) Add `SymmetricAdjacencyMatrix` utility class, used to track the necessity of channel state between every `PhasedArrayModel` pair.
2324

2425
### Changes to existing API
2526

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The required Doxygen version for documentation generation is version 1.11.
6060
- (wifi) Clear PSDU map if no immediate response expected with BAR-BA ack sequence
6161
- (wifi) Fix S-MPDU TX duration computation with BlockAck ack policy
6262
- (wifi) Fix missing DSSS Param Set in Probe Request sent over 2.4 GHz links
63+
- (spectrum) Trigger 3GPP channel updates after changes to antenna attributes
6364

6465
## Release 3.43
6566

0 commit comments

Comments
 (0)