Update CHANGES.html and RELEASE_NOTES.md

This commit is contained in:
Eduardo Almeida
2022-02-11 14:38:19 +00:00
committed by Tom Henderson
parent a3e63cc706
commit 42617ab353
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ us a note on ns-developers mailing list.</p>
<li><b>SpectrumPhy</b> function <b>GetRxAntenna</b> is renamed to <b>GetAntenna</b>, and its return value is changed to <b>Ptr<Object></b> instead of <b>Ptr<AntennaModel></b> to support also <b>PhasedArrayModel</b> type of antenna.</li>
<li><b>vScatt</b> attribute moved from ThreeGppSpectrumPropagationLossModel to ThreeGppChannelModel.</li>
<li><b>ChannelCondition::IsEqual</b> now has LOS and O2I parameters instead of a pointer to ChannelCondition.</li>
<li>tcp: <b>TcpWestwood::EstimatedBW</b> trace source changed from <b>TracedValueCallback::Double</b> to <b>TracedValueCallback::DataRate</b>.</li>
</ul>
<h2>Changes to build system:</h2>
<ul>

View File

@@ -39,6 +39,7 @@ requirements (Note: not all ns-3 features are available on all systems):
- (wifi) #475 - Wi-Fi: Assert when sending OFDMA DL to STAs with different TIDs
- (wifi) #480 - wifi: 2.4GHz remote station manager issue
- (wifi) #507 - wifi: Set CS Required field according to 802.11ax specs
- (tcp) #531 - tcp: TcpWestwood divide-by-zero and floating point issues
Release 3.35
------------