A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
Wifi20MHzIndicesCoveringRuTest Class Reference

Test the WifiPhyOperatingChannel::Get20MHzIndicesCoveringRu() method. More...

+ Inheritance diagram for Wifi20MHzIndicesCoveringRuTest:
+ Collaboration diagram for Wifi20MHzIndicesCoveringRuTest:

Public Member Functions

 Wifi20MHzIndicesCoveringRuTest ()
 Constructor.
 
 ~Wifi20MHzIndicesCoveringRuTest () override=default
 
void RunOne (uint8_t primary20, HeRu::RuSpec ru, uint16_t width, const std::set< uint8_t > &indices)
 Check that the indices of the 20 MHz channels covering the given RU as computed by WifiPhyOperatingChannel::Get20MHzIndicesCoveringRu() are correct.
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Member Functions

void DoRun () override
 Implementation to actually run this TestCase.
 

Private Attributes

WifiPhyOperatingChannel m_channel
 operating channel
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
using instead = Duration
 
- Static Public Attributes inherited from ns3::TestCase
static constexpr auto EXTENSIVE = Duration::EXTENSIVE
 
static constexpr auto QUICK = Duration::QUICK
 
static constexpr auto TAKES_FOREVER
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
 
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
 
TestCaseGetParent () const
 Get the parent of this TestCase.
 
bool IsStatusFailure () const
 Check if any tests failed.
 
bool IsStatusSuccess () const
 Check if all tests passed.
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
 
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.
 
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
 
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.
 

Detailed Description

Constructor & Destructor Documentation

◆ Wifi20MHzIndicesCoveringRuTest()

Wifi20MHzIndicesCoveringRuTest::Wifi20MHzIndicesCoveringRuTest ( )

Constructor.

Definition at line 63 of file wifi-ru-allocation-test.cc.

◆ ~Wifi20MHzIndicesCoveringRuTest()

Wifi20MHzIndicesCoveringRuTest::~Wifi20MHzIndicesCoveringRuTest ( )
overridedefault

Member Function Documentation

◆ DoRun()

void Wifi20MHzIndicesCoveringRuTest::DoRun ( )
overrideprivatevirtual

Implementation to actually run this TestCase.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 97 of file wifi-ru-allocation-test.cc.

References m_channel, ns3::HeRu::RU_106_TONE, ns3::HeRu::RU_242_TONE, ns3::HeRu::RU_26_TONE, ns3::HeRu::RU_2x996_TONE, ns3::HeRu::RU_484_TONE, ns3::HeRu::RU_52_TONE, ns3::HeRu::RU_996_TONE, RunOne(), ns3::WifiPhyOperatingChannel::SetDefault(), ns3::WIFI_PHY_BAND_5GHZ, and ns3::WIFI_STANDARD_80211ax.

+ Here is the call graph for this function:

◆ RunOne()

void Wifi20MHzIndicesCoveringRuTest::RunOne ( uint8_t  primary20,
HeRu::RuSpec  ru,
uint16_t  width,
const std::set< uint8_t > &  indices 
)

Check that the indices of the 20 MHz channels covering the given RU as computed by WifiPhyOperatingChannel::Get20MHzIndicesCoveringRu() are correct.

Parameters
primary20the index of the primary20 channel to configure
ruthe given RU
widththe width in MHz of the channel to which the given RU refers to; normally, it is the width in MHz of the PPDU for which the RU is allocated
indicesthe expected indices

Definition at line 69 of file wifi-ru-allocation-test.cc.

References ns3::WifiPhyOperatingChannel::Get20MHzIndicesCoveringRu(), ns3::WifiPhyOperatingChannel::GetWidth(), m_channel, NS_TEST_ASSERT_MSG_EQ, and ns3::WifiPhyOperatingChannel::SetPrimary20Index().

Referenced by DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_channel

WifiPhyOperatingChannel Wifi20MHzIndicesCoveringRuTest::m_channel
private

operating channel

Definition at line 60 of file wifi-ru-allocation-test.cc.

Referenced by DoRun(), and RunOne().


The documentation for this class was generated from the following file: