From 0be6196946b65c123db45da969e49d9d47152ef2 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 3 Feb 2015 16:27:01 -0800 Subject: [PATCH] update RELEASE_NOTES and CHANGES.html --- CHANGES.html | 10 ++++++---- RELEASE_NOTES | 17 +++++++++++++---- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 1f38a7259..bbb02bbd2 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -54,11 +54,11 @@ us a note on ns-developers mailing list.

Changes from ns-3.21 to ns-3.22

New API:

Changes to existing API:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f7acf20a4..0a3415b3e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -23,6 +23,11 @@ New user-visible features ------------------------- - (wifi) Support for MPDU aggregation has been added to the wifi model, as well as a number of related example programs. +- (wifi) Added two combined power and rate control mechanisms to the + wifi module. The new mechanisms, PARF and APARF, are the first in the + wifi module to jointly control transmission power and data rate. Two use + case examples (PowerAdaptationDistance and PowerAdaptationInterference) + and a test case have also been added. - (wifi) PARF and APARF WiFi rate controls have been added to the wifi model. - (lte) In previous releases of the LTE module, the bearer release functionality was only partially supported. As an enhancement, a @@ -32,10 +37,14 @@ New user-visible features seen through the stats collected at different layers like PDCP, RLC, MAC, PHY. To support this implementation, an example and test suite is added within the LTE module examples and tests folder. -- (wave) Support for WiFi-based vehicular communications using the - IEEE 1609.4 framework has been added. A Basic Safety Message (BSM) - application packet generator, and associated statistics counters, has - been added. A comprehensive VANET routing example has been added. +- (wave) Additional support has been added for WiFi-based vehicular networks, + including the channel-access coordination features of IEEE 1609.4 and a + comprehensive VANET routing example that includes a Basic Safety + Message (BSM) packet generator application and associated statistics + counters. Together, these allow users to evaluate the performance effects + in a VANET of varying transmission and channel properties (e.g., packet + rate, message size, transmit power, propagation loss model, impact of + routing protocol traffic, etc.). - (internet) It is now possible to print the Neighbor Cache (ARP and NDISC) by using the RoutingProtocolHelper - (stats) A new TimeProbe class has been added to hook the data collection