diff --git a/CHANGES.html b/CHANGES.html index 788a1104f..147acfb9f 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -62,43 +62,44 @@ us a note on ns-developers mailing list.

  • New attributes QosTxop::AddBaResponseTimeout and QosTxop::FailedAddBaTimeout have been added to set the timeout to wait for an ADDBA response after the ACK to the ADDBA request is received and to set the timeout after a failed BA agreement, respectively.
  • A new attribute QosTxop::UseExpliciteBarAfterMissedBlockAck has been added to specify whether explicit Block Ack Request should be sent upon missed Block Ack Response.
  • Added a new trace source EndOfHePreamble in WifiPhy for tracing end of preamble (after training fields) for received 802.11ax packets.
  • -
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the frame capture model.
  • -
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the preamble detection model.
  • +
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the frame capture model.
  • +
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the preamble detection model.
  • Added a new helper method to WifiPhyHelper to disable the preamble detection model.
  • Added a method to ObjectFactory to check whether a TypeId has been configured on the factory.
  • -
  • Added a new helper method to WifiHelper to set the 802.11ax OBSS PD spatial reuse algorithm.
  • -
  • Added the Cobalt queuing discipline.
  • - +
  • Added a new helper method to WifiHelper to set the 802.11ax OBSS PD spatial reuse algorithm.
  • +
  • Added the Cobalt queuing discipline.
  • +
  • Added Simulator::GetEventCount () to return the number of events executed.
  • +
  • Added ShowProgress object to display simulation progress statistics.
  • +
  • Add option to disable explicit Block Ack Request when a Block Ack Response is missed.
  • +
  • Add API to be able to tag a subset of bytes in an ns3::Packet.
  • +
  • New LTE helper API has been added to allow users to configure LTE backhaul links with any link technology, not just point-to-point links.
  • Changes to existing API:

    Changes to build system: