Simple frame capture model test. More...
Public Member Functions | |
TestSimpleFrameCaptureModel () | |
virtual | ~TestSimpleFrameCaptureModel () |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
Protected Member Functions | |
virtual void | DoSetup (void) |
Implementation to do any local setup required for this TestCase. More... | |
![]() | |
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 TestCsse. More... | |
bool | IsStatusFailure (void) const |
Check if any tests failed. More... | |
bool | IsStatusSuccess (void) 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 (void) const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure (void) 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... | |
Private Member Functions | |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
void | Expect1000BPacketDropped () |
void | Expect1000BPacketReceived () |
void | Expect1500BPacketDropped () |
void | Expect1500BPacketReceived () |
void | Reset (void) |
Reset function. More... | |
void | RxDropped (Ptr< const Packet > p, WifiPhyRxfailureReason reason) |
RX dropped function. More... | |
void | RxSuccess (Ptr< Packet > p, double snr, WifiTxVector txVector, std::vector< bool > statusPerMpdu) |
Spectrum wifi receive success function. More... | |
void | SendPacket (double rxPowerDbm, uint32_t packetSize) |
Send packet function. More... | |
Private Attributes | |
Ptr< SpectrumWifiPhy > | m_phy |
Phy. More... | |
bool | m_rxDropped1000B |
count dropped packets with 1000B payload More... | |
bool | m_rxDropped1500B |
count dropped packets with 1500B payload More... | |
bool | m_rxSuccess1000B |
count received packets with 1000B payload More... | |
bool | m_rxSuccess1500B |
count received packets with 1500B payload More... | |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Simple frame capture model test.
Definition at line 775 of file wifi-phy-reception-test.cc.
TestSimpleFrameCaptureModel::TestSimpleFrameCaptureModel | ( | ) |
Definition at line 825 of file wifi-phy-reception-test.cc.
|
virtual |
Definition at line 935 of file wifi-phy-reception-test.cc.
References m_phy.
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 964 of file wifi-phy-reception-test.cc.
References ns3::WifiPhy::AssignStreams(), Expect1000BPacketDropped(), Expect1000BPacketReceived(), Expect1500BPacketDropped(), Expect1500BPacketReceived(), m_phy, ns3::MicroSeconds(), Reset(), ns3::Seconds(), and SendPacket().
|
protectedvirtual |
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 941 of file wifi-phy-reception-test.cc.
References CHANNEL_NUMBER, ns3::SpectrumWifiPhy::ConfigureStandard(), FREQUENCY, m_phy, ns3::MakeCallback(), ns3::MicroSeconds(), RxDropped(), RxSuccess(), ns3::ObjectBase::SetAttribute(), ns3::SpectrumWifiPhy::SetChannelNumber(), ns3::WifiPhy::SetErrorRateModel(), ns3::WifiPhy::SetFrameCaptureModel(), ns3::SpectrumWifiPhy::SetFrequency(), ns3::WifiPhy::SetPreambleDetectionModel(), ns3::WifiPhy::SetReceiveOkCallback(), ns3::ObjectBase::TraceConnectWithoutContext(), and ns3::WIFI_PHY_STANDARD_80211ax_5GHZ.
|
private |
Definition at line 924 of file wifi-phy-reception-test.cc.
References m_rxDropped1000B, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Definition at line 913 of file wifi-phy-reception-test.cc.
References m_rxSuccess1000B, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Definition at line 930 of file wifi-phy-reception-test.cc.
References m_rxDropped1500B, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Definition at line 919 of file wifi-phy-reception-test.cc.
References m_rxSuccess1500B, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Reset function.
Definition at line 904 of file wifi-phy-reception-test.cc.
References m_rxDropped1000B, m_rxDropped1500B, m_rxSuccess1000B, and m_rxSuccess1500B.
Referenced by DoRun().
|
private |
RX dropped function.
p | the packet |
reason | the reason |
Definition at line 890 of file wifi-phy-reception-test.cc.
References ns3::Packet::GetSize(), m_rxDropped1000B, m_rxDropped1500B, and NS_LOG_FUNCTION.
Referenced by DoSetup().
|
private |
Spectrum wifi receive success function.
p | the packet |
snr | the SNR |
txVector | the transmit vector |
statusPerMpdu | reception status per MPDU |
Definition at line 876 of file wifi-phy-reception-test.cc.
References ns3::Packet::GetSize(), m_rxSuccess1000B, m_rxSuccess1500B, and NS_LOG_FUNCTION.
Referenced by DoSetup().
|
private |
Send packet function.
rxPowerDbm | the transmit power in dBm |
packetSize | the size of the packet in bytes |
Definition at line 835 of file wifi-phy-reception-test.cc.
References ns3::Packet::AddHeader(), ns3::Packet::AddPacketTag(), ns3::Packet::AddTrailer(), ns3::WifiPhy::CalculateTxDuration(), CHANNEL_WIDTH, ns3::DbmToW(), ns3::SpectrumSignalParameters::duration, FREQUENCY, ns3::WifiTxVector::GetBssColor(), ns3::WifiTxVector::GetChannelWidth(), ns3::WifiPhy::GetFrequency(), ns3::WifiTxVector::GetGuardInterval(), ns3::WifiMode::GetMcsValue(), ns3::WifiTxVector::GetMode(), ns3::WifiMode::GetModulationClass(), ns3::WifiTxVector::GetPreambleType(), ns3::WifiMacTrailer::GetSerializedSize(), ns3::Packet::GetSize(), GUARD_WIDTH, m_phy, ns3::WifiSpectrumSignalParameters::packet, packetSize, ns3::SpectrumSignalParameters::psd, ns3::HeSigHeader::SetBssColor(), ns3::HeSigHeader::SetChannelWidth(), ns3::HeSigHeader::SetGuardIntervalAndLtfSize(), ns3::HeSigHeader::SetMcs(), ns3::SpectrumWifiPhy::StartRx(), ns3::SpectrumSignalParameters::txPhy, ns3::WIFI_MAC_QOSDATA, and ns3::WIFI_PREAMBLE_HE_SU.
Referenced by DoRun().
|
private |
Phy.
Definition at line 817 of file wifi-phy-reception-test.cc.
Referenced by DoRun(), DoSetup(), SendPacket(), and ~TestSimpleFrameCaptureModel().
|
private |
count dropped packets with 1000B payload
Definition at line 821 of file wifi-phy-reception-test.cc.
Referenced by Expect1000BPacketDropped(), Reset(), and RxDropped().
|
private |
count dropped packets with 1500B payload
Definition at line 822 of file wifi-phy-reception-test.cc.
Referenced by Expect1500BPacketDropped(), Reset(), and RxDropped().
|
private |
count received packets with 1000B payload
Definition at line 819 of file wifi-phy-reception-test.cc.
Referenced by Expect1000BPacketReceived(), Reset(), and RxSuccess().
|
private |
count received packets with 1500B payload
Definition at line 820 of file wifi-phy-reception-test.cc.
Referenced by Expect1500BPacketReceived(), Reset(), and RxSuccess().