From 5a66cdb8ebcf16e5793266cee1d897f0d910457a Mon Sep 17 00:00:00 2001
From: ZorazeAli
Date: Mon, 27 Jan 2020 17:06:11 +0100
Subject: [PATCH] Update CHANGES.html and RELEASE_NOTES
---
CHANGES.html | 14 ++++++++++++++
RELEASE_NOTES | 1 +
2 files changed, 15 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index 5cbda52ec..475be69ea 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -55,6 +55,15 @@ us a note on ns-developers mailing list.
New API:
- New attributes for Ipv4L3Protocol have been added to enable RFC 6621-based duplicate packet detection (DPD) (EnableDuplicatePacketDetection) and to control the cache expiration time (DuplicateExpire).
+- MakeConsistent method of BuildingsHelper class is
+deprecated and moved to MobilityBuildingInfo class. DoInitialize
+method of the MobilityBuildingInfo class would be responsible for making
+the mobility model of a node consistent at the beginning of a simulation.
+Therefore, there is no need for an explicit call to MakeConsistent in a simulation script.
+- The IsInside method of MobilityBuildingInfo class is extended
+to make the mobility model of a moving node consistent.
+- The IsOutside method of MobilityBuildingInfo class is
+deprecated. The IsInside method should be use to check the position of a node.
Changes to existing API:
@@ -66,6 +75,11 @@ us a note on ns-developers mailing list.
Changed behavior:
+- As a result of the above API changes in MobilityBuildingInfo
+and BuildingsHelper classes, a building aware pathloss models, e.g.,
+ HybridBuildingsPropagationLossModel is now able to accurately compute
+the pathloss for a node moving in and out of buildings in a simulation. See issue 80
+for discussion.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 395466601..f735249c8 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -67,6 +67,7 @@ Bugs fixed
- Issue #77 - Wi-Fi VHT capabilities MaxMpduLength had invalid restriction
- Issue #79 - Wi-Fi connection drop or low throughput due to Block Ack transmit window
- Example program tap-wifi-virtual-machine.py had a syntax error
+- Issue #80 - Indoor/outdoor status is not updated when the node moves
Release 3.30
============