From d982bc306ae7789f543ac55d1695b98473c360de Mon Sep 17 00:00:00 2001 From: Rediet Date: Mon, 30 Mar 2020 09:43:48 +0200 Subject: [PATCH] wifi: Add PHY callback for start of PSDU reception --- CHANGES.html | 1 + src/wifi/doc/source/wifi-design.rst | 4 +++- src/wifi/model/wifi-phy.cc | 8 +++++++- src/wifi/model/wifi-phy.h | 24 ++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 43a102c5b..460f84440 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -74,6 +74,7 @@ allows to request an acknowledgment after a configurable number of MPDUs have be transmitted.
  • The MaxSize attribute is removed from the QueueBase base class and moved to subclasses. A new MaxSize attribute is therefore added to the DropTailQueue class, while the MaxQueueSize attribute of the WifiMacQueue class is renamed as MaxSize for API consistency.
  • The applications have now a "EnableE2EStats" attribute.
  • +
  • Added a new trace source PhyRxPayloadBegin in WifiPhy for tracing begin of PSDU reception.
  • Changes to existing API: