From 971b49dd60324739248d26890caf0816a5191051 Mon Sep 17 00:00:00 2001 From: Alberto Gallegos Ramonet Date: Thu, 23 May 2024 11:33:58 +0900 Subject: [PATCH] Update CHANGES.md and RELEAD_NOTES.md --- CHANGES.md | 1 + RELEASE_NOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0fdd75d24..ecb3870e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,6 +41,7 @@ Applications have a new Attribute to set the IPv4 ToS field. * (lr-wpan) The Lr-wpan module now uses the namespace `lrwpan`. * (lr-wpan) The `LrWpan` prefix of variables, structs and enumerations in the PHY and MAC was shorten to reflect the recent namespace change. * (wifi) Obsoleted **Txop** attributes `MinCw`, `MaxCw`, `Aifsn` and `TxopLimit`. The corresponding attributes for multi-link devices (`MinCws`, `MaxCws`, `Aifsns` and `TxopLimits`) can be used instead. +* (energy) The energy module and all its contents now uses the namespace `energy`. ### Changes to build system diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c1549b1f3..eb0902a3f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -35,6 +35,7 @@ been tested on Linux. The latest known version to work with ns-3 is cppyy==3.1.2 - (wifi) - The `WifiMacHelper` provides a `SetChannelAccessManager` and a `SetFrameExchangeManager` methods to configure attributes of `ChannelAccessManager` and `FrameExchangeManager` objects, respectively - (wifi) - Simulation duration and data rate parameters of existing wifi examples changed to use Time and DataRate types - (mobility) !1986 - Adds simple constant-mobility-example +- (energy) !1948 - Adds namespace energy ### Bugs fixed