From bdb3bfc22f7b6bdca446f9fc602fbb7b01da6a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Tue, 3 Sep 2019 17:07:52 +0200 Subject: [PATCH] wifi: Add option to configure the OFDM transmit spectrum mask --- CHANGES.html | 2 + .../model/wifi-spectrum-value-helper.cc | 55 +++++++++---------- .../model/wifi-spectrum-value-helper.h | 27 +++++++-- src/wifi/model/spectrum-wifi-phy.cc | 28 ++++++++-- src/wifi/model/spectrum-wifi-phy.h | 5 +- src/wifi/test/wifi-transmit-mask-test.cc | 13 +++-- 6 files changed, 85 insertions(+), 45 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 1a3e86c51..a8961358e 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -67,6 +67,8 @@ in order to support multi-users (MU) transmissions.
  • The wifi trace WifiPhy::PhyRxBegin has been extended to report the received power for every band.
  • +
  • New attributes SpectrumWifiPhy::TxMaskInnerBandMinimumRejection, SpectrumWifiPhy::TxMaskOuterBandMinimumRejection and SpectrumWifiPhy::TxMaskOuterBandMaximumRejection have been added to configure the OFDM transmit masks. +
  • Changes to build system: