Update CHANGES.html and RELEASE_NOTES

This commit is contained in:
Tom Henderson
2020-11-27 21:22:20 -08:00
parent 6619a8eef2
commit 53fd77b0e8
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ us a note on ns-developers mailing list.</p>
<h1>Changes from ns-3.32 to ns-3.33</h1>
<h2>New API:</h2>
<ul>
<li></li>
<li><b>Time::RoundTo (unit)</b> allows time to be rounded to the nearest integer multiple of unit</li>
</ul>
<h2>Changes to existing API:</h2>
<ul>
@@ -78,6 +78,7 @@ in order to support multi-users (MU) transmissions.
<ul>
<li>The <b>default Wi-Fi ErrorRateModel</b> for the 802.11n/ac/ax standards has been changed from the NistErrorRateModel to a new TableBasedErrorRateModel. Users may experience a shift in Wi-Fi link range due to the new default error model, as <b>the new model is more optimistic</b> (the PER for a given MCS will degrade at a lower SNR value). The Wi-Fi module documentation provides plots that compare the performance of the NIST and new table-based model.</li>
<li>The default value of the <b>BerThreshold</b> attribute in <b>IdealWifiManager</b> was changed from 1e-5 to 1e-6, so as to the correct high order MCS.</li>
<li> Time values that are created from an int64x64_t value are now rounded to the nearest integer multiple of the unit, rather than truncated. Issue #265 in the GitLab.com tracker describes the behavior that was fixed. Some Time values that rely on this conversion may have changed due to this fix.</li>
</ul>
<hr>

View File

@@ -22,6 +22,7 @@ Bugs fixed
----------
- (wifi) Fix Minstrel HT statistics update window duration
- (wifi) Fix wrong calculations for 1024-QAM when using NistErrorRateModel
- (core) #265 - Time is not rounded when created from an int64x64_t
Release 3.32
============