From 168eecf78165c4cb98a2677db14ad52f300a183c Mon Sep 17 00:00:00 2001
From: Pavel Boyko
Date: Tue, 9 Mar 2010 11:54:40 +0300
Subject: [PATCH] Changes and release notes updated
---
CHANGES.html | 3 +++
RELEASE_NOTES | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGES.html b/CHANGES.html
index 7f24d6fa7..65c42f625 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -51,6 +51,9 @@ us a note on ns-developers mailing list.
New API:
+- Matrix propagation loss model: This radio propagation model uses a two-dimensional matrix
+of pathloss indexed by source and destination nodes.
+
- WiMAX net device: The developed WiMAX model attempts to provide an accurate MAC and
PHY level implementation of the 802.16 specification with the Point-to-Multipoint (PMP) mode and the WirelessMAN-OFDM
PHY layer. By adding WimaxNetDevice objects to ns-3 nodes, one can create models of
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cc0072e27..1a6e0ed06 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -39,7 +39,9 @@ New user-visible features
b) Distributed simulation for point-to-point networks using the Message
Passing Interface (MPI) standard.
- c)
+ c) Matrix propagation loss model uses a two-dimensional matrix of pathloss indexed
+ by source and destination nodes.
+
API changes from ns-3.7
-----------------------