wifi: Add WifiPhyRxTraceHelper implementation

With contributions also from Hao Yin, Muyuan Shen, and Tom Henderson
This commit is contained in:
Juan Leon
2024-03-12 06:25:29 -07:00
committed by Tom Henderson
parent 57be118e43
commit 831ecf4107
5 changed files with 1864 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ Changes from ns-3.41 to ns-3-dev
--------------------------------
### New API
* (wifi) New trace helper `WifiPhyRxTraceHelper` for detailed tracing of Wi-Fi Phy reception events
* (wifi) New trace sources `SpectrumWifiPhy::SignalTransmission`, `YansWifiPhy::SignalArrival`, and `YansWifiPhy::SignalTransmission`
* (wifi) New trace sources `WifiPhyStateHelper::RxOutcome` and`WifiPhy::PhyRxPpduDrop`, to support additional tracing.