UL-OFDMA PHY test. More...
Public Types | |
enum | TrigVectorInfo { NONE = 0 , CHANNEL_WIDTH , UL_LENGTH , AID } |
Erroneous info included in a TRIGVECTOR. More... | |
Public Types inherited from ns3::TestCase | |
enum | TestDuration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Public Member Functions | |
TestUlOfdmaPhyTransmission () | |
~TestUlOfdmaPhyTransmission () override | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName () const |
TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
void | CheckApRxEnd (uint32_t expectedNotifications, Time expectedLastNotification, bool expectedSuccess) |
Check the the number of RX end notifications at the AP as well as the last time a RX end has been notified. More... | |
void | CheckApRxStart (uint32_t expectedNotifications, Time expectedLastNotification) |
Check the the number of RX start notifications at the AP as well as the last time a RX start has been notified. More... | |
void | CheckNonOfdmaRxPower (Ptr< OfdmaSpectrumWifiPhy > phy, WifiSpectrumBandInfo band, double expectedRxPower) |
Check the received power for the non-OFDMA of the HE TB PPDUs over the given band. More... | |
void | CheckOfdmaRxPower (Ptr< OfdmaSpectrumWifiPhy > phy, WifiSpectrumBandInfo band, double expectedRxPower) |
Check the received power for the OFDMA part of the HE TB PPDUs over the given band. More... | |
void | CheckPhyState (Ptr< OfdmaSpectrumWifiPhy > phy, WifiPhyState expectedState) |
Check the PHY state. More... | |
void | CheckRxFromSta1 (uint32_t expectedSuccess, uint32_t expectedFailures, uint32_t expectedBytes) |
Check the received PSDUs from STA1. More... | |
void | CheckRxFromSta2 (uint32_t expectedSuccess, uint32_t expectedFailures, uint32_t expectedBytes) |
Check the received PSDUs from STA2. More... | |
void | DoCheckPhyState (Ptr< OfdmaSpectrumWifiPhy > phy, WifiPhyState expectedState) |
Check the PHY state. More... | |
void | DoRun () override |
Implementation to actually run this TestCase. More... | |
void | DoSetup () override |
Implementation to do any local setup required for this TestCase. More... | |
void | DoTeardown () override |
Implementation to do any local setup required for this TestCase. More... | |
void | GenerateInterference (Ptr< SpectrumValue > interferencePsd, Time duration) |
Generate interference function. More... | |
WifiTxVector | GetTxVectorForHeTbPpdu (uint16_t txStaId, std::size_t index, uint8_t bssColor) const |
Get TXVECTOR for HE TB PPDU. More... | |
void | LogScenario (std::string log) const |
Log scenario description. More... | |
void | Reset () |
Reset function. More... | |
void | RunOne () |
Run one function. More... | |
void | RxFailure (Ptr< const WifiPsdu > psdu) |
Receive failure function. More... | |
void | RxSuccess (Ptr< const WifiPsdu > psdu, RxSignalInfo rxSignalInfo, WifiTxVector txVector, std::vector< bool > statusPerMpdu) |
Receive success function. More... | |
void | SchedulePowerMeasurementChecks (Time delay, double rxPowerNonOfdmaRu1, double rxPowerNonOfdmaRu2, double rxPowerOfdmaRu1, double rxPowerOfdmaRu2) |
Schedule power measurement related checks. More... | |
void | ScheduleTest (Time delay, bool solicited, WifiPhyState expectedStateAtEnd, uint32_t expectedSuccessFromSta1, uint32_t expectedFailuresFromSta1, uint32_t expectedBytesFromSta1, uint32_t expectedSuccessFromSta2, uint32_t expectedFailuresFromSta2, uint32_t expectedBytesFromSta2, bool scheduleTxSta1=true, Time ulTimeDifference=Seconds(0), WifiPhyState expectedStateBeforeEnd=WifiPhyState::RX, TrigVectorInfo error=NONE) |
Schedule test to perform. More... | |
void | SendHeSuPpdu (uint16_t txStaId, std::size_t payloadSize, uint64_t uid, uint8_t bssColor) |
Send HE SU PPDU function. More... | |
void | SendHeTbPpdu (uint16_t txStaId, std::size_t index, std::size_t payloadSize, uint64_t uid, uint8_t bssColor, bool incrementUid) |
Send HE TB PPDU function. More... | |
void | SetBssColor (Ptr< WifiPhy > phy, uint8_t bssColor) |
Set the BSS color. More... | |
void | SetPsdLimit (Ptr< WifiPhy > phy, double psdLimit) |
Set the PSD limit. More... | |
void | SetTrigVector (uint8_t bssColor, TrigVectorInfo error) |
Set TRIGVECTOR for HE TB PPDU. More... | |
void | StopInterference () |
Stop interference function. More... | |
void | VerifyEventsCleared () |
Verify all events are cleared at end of TX or RX. More... | |
Private Attributes | |
std::shared_ptr< OfdmaTestPhyListener > | m_apPhyStateListener |
listener for AP PHY state transitions More... | |
uint16_t | m_channelWidth |
channel width in MHz More... | |
uint32_t | m_countRxBytesFromSta1 |
count RX bytes from STA 1 More... | |
uint32_t | m_countRxBytesFromSta2 |
count RX bytes from STA 2 More... | |
uint32_t | m_countRxFailureFromSta1 |
count RX failure from STA 1 More... | |
uint32_t | m_countRxFailureFromSta2 |
count RX failure from STA 2 More... | |
uint32_t | m_countRxSuccessFromSta1 |
count RX success from STA 1 More... | |
uint32_t | m_countRxSuccessFromSta2 |
count RX success from STA 2 More... | |
Time | m_expectedPpduDuration |
expected duration to send MU PPDU More... | |
uint16_t | m_frequency |
frequency in MHz More... | |
Ptr< OfdmaSpectrumWifiPhy > | m_phyAp |
PHY of AP. More... | |
Ptr< WaveformGenerator > | m_phyInterferer |
PHY of interferer. More... | |
Ptr< OfdmaSpectrumWifiPhy > | m_phySta1 |
PHY of STA 1. More... | |
Ptr< OfdmaSpectrumWifiPhy > | m_phySta2 |
PHY of STA 2. More... | |
Ptr< OfdmaSpectrumWifiPhy > | m_phySta3 |
PHY of STA 3. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::TestCase | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, TestDuration duration=QUICK) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
Get the parent of this TestCase. More... | |
bool | IsStatusFailure () const |
Check if any tests failed. More... | |
bool | IsStatusSuccess () const |
Check if all tests passed. More... | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. More... | |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
Log the failure of this TestCase. More... | |
bool | MustAssertOnFailure () const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure () const |
Check if this run should continue on failure. More... | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. More... | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. More... | |
UL-OFDMA PHY test.
Definition at line 2935 of file wifi-phy-ofdma-test.cc.
Erroneous info included in a TRIGVECTOR.
Enumerator | |
---|---|
NONE | |
CHANNEL_WIDTH | |
UL_LENGTH | |
AID |
Definition at line 2941 of file wifi-phy-ofdma-test.cc.
TestUlOfdmaPhyTransmission::TestUlOfdmaPhyTransmission | ( | ) |
Definition at line 3200 of file wifi-phy-ofdma-test.cc.
|
override |
Definition at line 3461 of file wifi-phy-ofdma-test.cc.
|
private |
Check the the number of RX end notifications at the AP as well as the last time a RX end has been notified.
expectedNotifications | the expected number of RX end notifications at the AP |
expectedLastNotification | the expected time of the last RX end notification at the AP |
expectedSuccess | true if the last RX notification indicates a success, false otherwise |
Definition at line 3642 of file wifi-phy-ofdma-test.cc.
References m_apPhyStateListener, ns3::Now(), and NS_TEST_ASSERT_MSG_EQ.
Referenced by ScheduleTest().
|
private |
Check the the number of RX start notifications at the AP as well as the last time a RX start has been notified.
expectedNotifications | the expected number of RX start notifications at the AP |
expectedLastNotification | the expected time of the last RX start notification at the AP |
Definition at line 3624 of file wifi-phy-ofdma-test.cc.
References m_apPhyStateListener, ns3::Now(), and NS_TEST_ASSERT_MSG_EQ.
Referenced by ScheduleTest().
|
private |
Check the received power for the non-OFDMA of the HE TB PPDUs over the given band.
phy | the PHY |
band | the indices of the band over which the power is measured |
expectedRxPower | the expected received power in W |
Definition at line 3533 of file wifi-phy-ofdma-test.cc.
References ns3::Now(), NS_ASSERT, NS_LOG_FUNCTION, NS_TEST_ASSERT_MSG_EQ_TOL, and third::phy.
Referenced by SchedulePowerMeasurementChecks().
|
private |
Check the received power for the OFDMA part of the HE TB PPDUs over the given band.
phy | the PHY |
band | the indices of the band over which the power is measured |
expectedRxPower | the expected received power in W |
The current event cannot be used since it points to the preamble part of the HE TB PPDU. We will have to check if the expected power is indeed the max power returning a positive duration when calling GetEnergyDuration.
Definition at line 3551 of file wifi-phy-ofdma-test.cc.
References ns3::Now(), NS_LOG_FUNCTION, NS_TEST_ASSERT_MSG_EQ, and third::phy.
Referenced by SchedulePowerMeasurementChecks().
|
private |
Check the PHY state.
phy | the PHY |
expectedState | the expected state of the PHY |
Definition at line 3600 of file wifi-phy-ofdma-test.cc.
References DoCheckPhyState(), and third::phy.
Referenced by RunOne(), and ScheduleTest().
|
private |
Check the received PSDUs from STA1.
expectedSuccess | the expected number of success |
expectedFailures | the expected number of failures |
expectedBytes | the expected number of bytes |
Definition at line 3499 of file wifi-phy-ofdma-test.cc.
References m_countRxBytesFromSta1, m_countRxFailureFromSta1, m_countRxSuccessFromSta1, and NS_TEST_ASSERT_MSG_EQ.
Referenced by ScheduleTest().
|
private |
Check the received PSDUs from STA2.
expectedSuccess | the expected number of success |
expectedFailures | the expected number of failures |
expectedBytes | the expected number of bytes |
Definition at line 3516 of file wifi-phy-ofdma-test.cc.
References m_countRxBytesFromSta2, m_countRxFailureFromSta2, m_countRxSuccessFromSta2, and NS_TEST_ASSERT_MSG_EQ.
Referenced by ScheduleTest().
|
private |
Check the PHY state.
phy | the PHY |
expectedState | the expected state of the PHY |
Definition at line 3608 of file wifi-phy-ofdma-test.cc.
References ns3::PointerValue::Get(), ns3::Now(), NS_LOG_FUNCTION, NS_TEST_ASSERT_MSG_EQ, and third::phy.
Referenced by CheckPhyState().
|
overrideprivatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 4711 of file wifi-phy-ofdma-test.cc.
References m_channelWidth, m_expectedPpduDuration, m_frequency, ns3::NanoSeconds(), NS_LOG_DEBUG, and RunOne().
|
overrideprivatevirtual |
Implementation to do any local setup required for this TestCase.
Subclasses should override this method to perform any costly per-test setup before DoRun is invoked.
Reimplemented from ns3::TestCase.
Definition at line 3698 of file wifi-phy-ofdma-test.cc.
References ns3::SpectrumWifiPhy::AddChannel(), ns3::Node::AddDevice(), ns3::Object::AggregateObject(), ns3::WifiPhy::ConfigureStandard(), m_apPhyStateListener, m_frequency, m_phyAp, m_phyInterferer, m_phySta1, m_phySta2, m_phySta3, ns3::MakeCallback(), third::phy, ns3::WifiPhy::RegisterListener(), RxFailure(), RxSuccess(), ns3::ObjectBase::SetAttribute(), ns3::WaveformGenerator::SetChannel(), ns3::SpectrumWifiPhy::SetDevice(), ns3::WaveformGenerator::SetDevice(), ns3::WaveformGenerator::SetDutyCycle(), ns3::WifiPhy::SetErrorRateModel(), ns3::WifiNetDevice::SetHeConfiguration(), ns3::WifiPhy::SetInterferenceHelper(), ns3::WifiNetDevice::SetMac(), ns3::WifiPhy::SetMobility(), ns3::WifiNetDevice::SetPhy(), ns3::WifiPhy::SetPreambleDetectionModel(), ns3::WifiPhy::SetReceiveErrorCallback(), ns3::WifiPhy::SetReceiveOkCallback(), ns3::WifiNetDevice::SetStandard(), ns3::WifiMac::SetWifiPhys(), and ns3::WIFI_STANDARD_80211ax.
|
overrideprivatevirtual |
Implementation to do any local setup required for this TestCase.
Subclasses should override this method to perform any costly per-test teardown
Reimplemented from ns3::TestCase.
Definition at line 3826 of file wifi-phy-ofdma-test.cc.
References ns3::Object::Dispose(), m_phyAp, m_phyInterferer, m_phySta1, m_phySta2, and m_phySta3.
|
private |
Generate interference function.
interferencePsd | the PSD of the interference to be generated |
duration | the duration of the interference |
Definition at line 3446 of file wifi-phy-ofdma-test.cc.
References m_phyInterferer, NS_LOG_FUNCTION, ns3::WaveformGenerator::SetPeriod(), ns3::WaveformGenerator::SetTxPowerSpectralDensity(), ns3::WaveformGenerator::Start(), and StopInterference().
Referenced by RunOne().
|
private |
Get TXVECTOR for HE TB PPDU.
txStaId | the ID of the TX STA |
index | the RU index used for the transmission |
bssColor | the BSS color of the TX STA |
Definition at line 3270 of file wifi-phy-ofdma-test.cc.
References m_channelWidth, NS_ASSERT_MSG, ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetNss(), ns3::WifiTxVector::SetRu(), and ns3::WIFI_PREAMBLE_HE_TB.
Referenced by SchedulePowerMeasurementChecks(), and SendHeTbPpdu().
|
private |
Log scenario description.
log | the scenario description to add to log |
Definition at line 3841 of file wifi-phy-ofdma-test.cc.
References NS_LOG_INFO.
Referenced by RunOne().
|
private |
Reset function.
Definition at line 3667 of file wifi-phy-ofdma-test.cc.
References m_apPhyStateListener, m_countRxBytesFromSta1, m_countRxBytesFromSta2, m_countRxFailureFromSta1, m_countRxFailureFromSta2, m_countRxSuccessFromSta1, m_countRxSuccessFromSta2, m_phyAp, m_phySta1, m_phySta2, SetBssColor(), OfdmaSpectrumWifiPhy::SetPpduUid(), and OfdmaSpectrumWifiPhy::SetTriggerFrameUid().
Referenced by RunOne(), and ScheduleTest().
|
private |
Run one function.
In all the following tests, 2 HE TB PPDUs of the same UL MU transmission are sent on RU 1 for STA 1 and RU 2 for STA 2. The difference between solicited and unsolicited lies in that their PPDU ID correspond to the one of the immediately preceding HE SU PPDU (thus mimicking trigger frame reception).
Definition at line 4110 of file wifi-phy-ofdma-test.cc.
References AID, ns3::WifiPhy::AssignStreams(), CCA_BUSY, CHANNEL_WIDTH, CheckPhyState(), ns3::DbmToW(), ns3::BandInfo::fc, ns3::BandInfo::fh, ns3::BandInfo::fl, GenerateInterference(), IDLE, LogScenario(), m_channelWidth, m_expectedPpduDuration, m_frequency, m_phyAp, m_phySta1, m_phySta2, m_phySta3, ns3::MicroSeconds(), ns3::MilliSeconds(), ns3::NanoSeconds(), Reset(), RX, SchedulePowerMeasurementChecks(), ScheduleTest(), ns3::Seconds(), SendHeSuPpdu(), SendHeTbPpdu(), SetBssColor(), ns3::WifiPhy::SetOperatingChannel(), SetPsdLimit(), UL_LENGTH, VerifyEventsCleared(), ns3::WIFI_PHY_BAND_5GHZ, and ns3::WIFI_STANDARD_80211ax.
Referenced by DoRun().
Receive failure function.
psdu | the PSDU |
Definition at line 3485 of file wifi-phy-ofdma-test.cc.
References ns3::WifiPsdu::GetAddr2(), m_countRxFailureFromSta1, m_countRxFailureFromSta2, and NS_LOG_FUNCTION.
Referenced by DoSetup().
|
private |
Receive success function.
psdu | the PSDU |
rxSignalInfo | the info on the received signal ( |
txVector | the transmit vector |
statusPerMpdu | reception status per MPDU |
Definition at line 3466 of file wifi-phy-ofdma-test.cc.
References ns3::WifiPsdu::GetAddr2(), ns3::WifiPsdu::GetSize(), m_countRxBytesFromSta1, m_countRxBytesFromSta2, m_countRxSuccessFromSta1, m_countRxSuccessFromSta2, and NS_LOG_FUNCTION.
Referenced by DoSetup().
|
private |
Schedule power measurement related checks.
delay | the reference delay used to schedule the events |
rxPowerNonOfdmaRu1 | the received power (in watts) on the non-OFDMA part of RU1 |
rxPowerNonOfdmaRu2 | the received power (in watts) on the non-OFDMA part of RU2 |
rxPowerOfdmaRu1 | the received power (in watts) on RU1 |
rxPowerOfdmaRu2 | the received power (in watts) on RU2 |
Perform checks at AP
Perform checks for non-transmitting STA (STA 3). Cannot use CheckNonOfdmaRxPower method since current event may be reset if preamble not detected (e.g. not on primary).
Perform checks for transmitting STA (STA 2) to ensure it has correctly logged power received from other transmitting STA (STA 1). Cannot use CheckNonOfdmaRxPower method since current event not set.
Definition at line 3972 of file wifi-phy-ofdma-test.cc.
References CheckNonOfdmaRxPower(), CheckOfdmaRxPower(), OfdmaSpectrumWifiPhy::GetHePhy(), GetTxVectorForHeTbPpdu(), m_channelWidth, m_expectedPpduDuration, m_phyAp, m_phySta2, m_phySta3, ns3::NanoSeconds(), and NS_ASSERT.
Referenced by RunOne().
|
private |
Schedule test to perform.
The interference generation should be scheduled apart.
delay | the reference delay to schedule the events |
solicited | flag indicating if HE TB PPDUs were solicited by the AP |
expectedStateAtEnd | the expected state of the PHY at the end of the reception |
expectedSuccessFromSta1 | the expected number of success from STA 1 |
expectedFailuresFromSta1 | the expected number of failures from STA 1 |
expectedBytesFromSta1 | the expected number of bytes from STA 1 |
expectedSuccessFromSta2 | the expected number of success from STA 2 |
expectedFailuresFromSta2 | the expected number of failures from STA 2 |
expectedBytesFromSta2 | the expected number of bytes from STA 2 |
scheduleTxSta1 | flag indicating to schedule a HE TB PPDU from STA 1 |
ulTimeDifference | delay between HE TB PPDU from STA 1 and HE TB PPDU from STA 2 are received |
expectedStateBeforeEnd | the expected state of the PHY before the end of the transmission |
error | the erroneous info (if any) in the TRIGVECTOR to set |
Definition at line 3847 of file wifi-phy-ofdma-test.cc.
References CheckApRxEnd(), CheckApRxStart(), CheckPhyState(), CheckRxFromSta1(), CheckRxFromSta2(), m_apPhyStateListener, m_expectedPpduDuration, m_phyAp, ns3::MicroSeconds(), ns3::MilliSeconds(), ns3::NanoSeconds(), ns3::Now(), OfdmaTestPhyListener::Reset(), Reset(), SendHeSuPpdu(), SendHeTbPpdu(), SetTrigVector(), and VerifyEventsCleared().
Referenced by RunOne().
|
private |
Send HE SU PPDU function.
txStaId | the ID of the TX STA |
payloadSize | the size of the payload in bytes |
uid | the UID of the trigger frame that is initiating this transmission |
bssColor | the BSS color of the TX STA |
Definition at line 3215 of file wifi-phy-ofdma-test.cc.
References m_channelWidth, m_phyAp, m_phySta1, m_phySta2, m_phySta3, NS_LOG_FUNCTION, third::phy, ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetAddr2(), ns3::WifiMacHeader::SetQosTid(), ns3::WifiMacHeader::SetSequenceNumber(), ns3::WifiMacHeader::SetType(), ns3::SU_STA_ID, ns3::WIFI_MAC_QOSDATA, and ns3::WIFI_PREAMBLE_HE_SU.
Referenced by RunOne(), and ScheduleTest().
|
private |
Send HE TB PPDU function.
txStaId | the ID of the TX STA |
index | the RU index used for the transmission |
payloadSize | the size of the payload in bytes |
uid | the UID of the trigger frame that is initiating this transmission |
bssColor | the BSS color of the TX STA |
incrementUid | whether UID shall be incremented |
Definition at line 3394 of file wifi-phy-ofdma-test.cc.
References ns3::WifiPsdu::GetSize(), GetTxVectorForHeTbPpdu(), m_phySta1, m_phySta2, m_phySta3, NS_LOG_FUNCTION, third::phy, ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetAddr2(), ns3::WifiTxVector::SetLength(), ns3::WifiMacHeader::SetQosTid(), ns3::WifiMacHeader::SetSequenceNumber(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_QOSDATA.
Referenced by RunOne(), and ScheduleTest().
Set the BSS color.
phy | the PHY |
bssColor | the BSS color |
Definition at line 3683 of file wifi-phy-ofdma-test.cc.
References ns3::WifiNetDevice::GetHeConfiguration(), and third::phy.
Referenced by Reset(), and RunOne().
Set the PSD limit.
phy | the PHY |
psdLimit | the PSD limit in dBm/MHz |
Definition at line 3691 of file wifi-phy-ofdma-test.cc.
References NS_LOG_FUNCTION, and third::phy.
Referenced by RunOne().
|
private |
Set TRIGVECTOR for HE TB PPDU.
bssColor | the BSS color of the TX STA |
error | the erroneous info (if any) in the TRIGVECTOR to set |
Definition at line 3323 of file wifi-phy-ofdma-test.cc.
References AID, CHANNEL_WIDTH, ns3::WifiPhy::GetLatestPhyEntity(), ns3::WifiPhy::GetPhyBand(), m_channelWidth, m_expectedPpduDuration, m_phyAp, NS_ASSERT_MSG, ns3::WifiTxVector::SetLength(), ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetNss(), ns3::WifiTxVector::SetRu(), UL_LENGTH, and ns3::WIFI_PREAMBLE_HE_TB.
Referenced by ScheduleTest().
|
private |
Stop interference function.
Definition at line 3456 of file wifi-phy-ofdma-test.cc.
References m_phyInterferer, and ns3::WaveformGenerator::Stop().
Referenced by GenerateInterference().
|
private |
Verify all events are cleared at end of TX or RX.
Definition at line 3586 of file wifi-phy-ofdma-test.cc.
References OfdmaSpectrumWifiPhy::GetCurrentEvent(), m_phyAp, m_phySta1, m_phySta2, and NS_TEST_ASSERT_MSG_EQ.
Referenced by RunOne(), and ScheduleTest().
|
private |
listener for AP PHY state transitions
Definition at line 3184 of file wifi-phy-ofdma-test.cc.
Referenced by CheckApRxEnd(), CheckApRxStart(), DoSetup(), Reset(), and ScheduleTest().
|
private |
channel width in MHz
Definition at line 3196 of file wifi-phy-ofdma-test.cc.
Referenced by DoRun(), GetTxVectorForHeTbPpdu(), RunOne(), SchedulePowerMeasurementChecks(), SendHeSuPpdu(), and SetTrigVector().
|
private |
count RX bytes from STA 1
Definition at line 3192 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta1(), Reset(), and RxSuccess().
|
private |
count RX bytes from STA 2
Definition at line 3193 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta2(), Reset(), and RxSuccess().
|
private |
count RX failure from STA 1
Definition at line 3190 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta1(), Reset(), and RxFailure().
|
private |
count RX failure from STA 2
Definition at line 3191 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta2(), Reset(), and RxFailure().
|
private |
count RX success from STA 1
Definition at line 3188 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta1(), Reset(), and RxSuccess().
|
private |
count RX success from STA 2
Definition at line 3189 of file wifi-phy-ofdma-test.cc.
Referenced by CheckRxFromSta2(), Reset(), and RxSuccess().
|
private |
expected duration to send MU PPDU
Definition at line 3197 of file wifi-phy-ofdma-test.cc.
Referenced by DoRun(), RunOne(), SchedulePowerMeasurementChecks(), ScheduleTest(), and SetTrigVector().
|
private |
frequency in MHz
Definition at line 3195 of file wifi-phy-ofdma-test.cc.
|
private |
PHY of AP.
Definition at line 3178 of file wifi-phy-ofdma-test.cc.
Referenced by DoSetup(), DoTeardown(), Reset(), RunOne(), SchedulePowerMeasurementChecks(), ScheduleTest(), SendHeSuPpdu(), SetTrigVector(), and VerifyEventsCleared().
|
private |
PHY of interferer.
Definition at line 3186 of file wifi-phy-ofdma-test.cc.
Referenced by DoSetup(), DoTeardown(), GenerateInterference(), and StopInterference().
|
private |
PHY of STA 1.
Definition at line 3179 of file wifi-phy-ofdma-test.cc.
Referenced by DoSetup(), DoTeardown(), Reset(), RunOne(), SendHeSuPpdu(), SendHeTbPpdu(), and VerifyEventsCleared().
|
private |
PHY of STA 2.
Definition at line 3180 of file wifi-phy-ofdma-test.cc.
Referenced by DoSetup(), DoTeardown(), Reset(), RunOne(), SchedulePowerMeasurementChecks(), SendHeSuPpdu(), SendHeTbPpdu(), and VerifyEventsCleared().
|
private |
PHY of STA 3.
Definition at line 3181 of file wifi-phy-ofdma-test.cc.
Referenced by DoSetup(), DoTeardown(), RunOne(), SchedulePowerMeasurementChecks(), SendHeSuPpdu(), and SendHeTbPpdu().