diff --git a/CHANGES.html b/CHANGES.html index 7c3f8fc55..b9cdd4317 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -67,6 +67,7 @@ us a note on ns-developers mailing list.

  • SpectrumPhy function GetRxAntenna is renamed to GetAntenna, and its return value is changed to Ptr instead of Ptr to support also PhasedArrayModel type of antenna.
  • vScatt attribute moved from ThreeGppSpectrumPropagationLossModel to ThreeGppChannelModel.
  • ChannelCondition::IsEqual now has LOS and O2I parameters instead of a pointer to ChannelCondition.
  • +
  • tcp: TcpWestwood::EstimatedBW trace source changed from TracedValueCallback::Double to TracedValueCallback::DataRate.
  • Changes to build system:

      diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a4349b88..4b6361af6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 ------------