From 9f3296bf1693df43b65f41251f37c4280781a2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Fri, 7 Jul 2023 18:53:11 -0400 Subject: [PATCH] Update CHANGES.md and RELEASE_NOTES.md --- CHANGES.md | 1 + RELEASE_NOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4bf296d9a..6b89802ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,7 @@ Changes from ns-3.39 to ns-3-dev * (lr-wpan) Added the possibility to obtain the LQI from a received `MlmeAssociateIndicationParams`. * (wifi) Added new helper methods to SpectrumWifiPhyHelper to allow flexible configuration for the mapping between spectrum PHY interfaces and PHY instances. * (wifi) Added new trace sources to `WifiPhy`: **OperatingChannelChange**, which is fired when the operating channel of a PHY is changed. +* (wifi) The attribute `WifiPhy::Antennas` is extended to support up to 8 antennas. ### Changes to build system diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c5afe3870..16a6be42d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -36,6 +36,7 @@ requirements (Note: not all ns-3 features are available on all systems): - (lr-wpan) - !1645 - Add LQI to MlmeAssociateIndicationParams - (wifi) Added a new trace source to WifiPhy to indicate operating channel change - (wifi) Improved support for multiple spectrum PHY interfaces +- (wifi) Added initial support for MU-MIMO (ideal PHY layer only) ### Bugs fixed