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

Test for recipient reordering buffer operations. More...

+ Inheritance diagram for BlockAckRecipientBufferTest:
+ Collaboration diagram for BlockAckRecipientBufferTest:

Public Member Functions

 BlockAckRecipientBufferTest (uint16_t ssn)
 Constructor.
 
 ~BlockAckRecipientBufferTest () override
 
void DoRun () override
 Implementation to actually run this TestCase.
 
void ForwardUp (Ptr< const WifiMpdu > mpdu, uint8_t linkId)
 Keep track of MPDUs received on the given link that are forwarded up.
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Attributes

std::list< Ptr< const WifiMpdu > > m_fwup
 list of MPDUs that have been forwarded up
 
uint16_t m_ssn
 the Starting Sequence Number used to initialize WinStartB
 

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

Test for recipient reordering buffer operations.

Definition at line 772 of file block-ack-test-suite.cc.

Constructor & Destructor Documentation

◆ BlockAckRecipientBufferTest()

BlockAckRecipientBufferTest::BlockAckRecipientBufferTest ( uint16_t  ssn)

Constructor.

Parameters
ssnthe Starting Sequence Number used to initialize WinStartB

Definition at line 797 of file block-ack-test-suite.cc.

◆ ~BlockAckRecipientBufferTest()

BlockAckRecipientBufferTest::~BlockAckRecipientBufferTest ( )
override

Definition at line 803 of file block-ack-test-suite.cc.

Member Function Documentation

◆ DoRun()

void BlockAckRecipientBufferTest::DoRun ( )
overridevirtual

Implementation to actually run this TestCase.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 814 of file block-ack-test-suite.cc.

References ns3::Mac48Address::Allocate(), ns3::Simulator::Destroy(), ForwardUp(), m_fwup, m_ssn, ns3::MakeCallback(), ns3::RecipientBlockAckAgreement::NotifyReceivedBar(), ns3::RecipientBlockAckAgreement::NotifyReceivedMpdu(), NS_TEST_ASSERT_MSG_EQ, ns3::Simulator::Run(), ns3::SEQNO_SPACE_SIZE, ns3::WifiMacHeader::SetAddr1(), ns3::RecipientBlockAckAgreement::SetMacRxMiddle(), ns3::WifiMacHeader::SetQosTid(), ns3::WifiMacHeader::SetSequenceNumber(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_QOSDATA.

+ Here is the call graph for this function:

◆ ForwardUp()

void BlockAckRecipientBufferTest::ForwardUp ( Ptr< const WifiMpdu mpdu,
uint8_t  linkId 
)

Keep track of MPDUs received on the given link that are forwarded up.

Parameters
mpduan MPDU that is forwarded up
linkIdthe ID of the given link

Definition at line 808 of file block-ack-test-suite.cc.

References m_fwup.

Referenced by DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_fwup

std::list<Ptr<const WifiMpdu> > BlockAckRecipientBufferTest::m_fwup
private

list of MPDUs that have been forwarded up

Definition at line 794 of file block-ack-test-suite.cc.

Referenced by DoRun(), and ForwardUp().

◆ m_ssn

uint16_t BlockAckRecipientBufferTest::m_ssn
private

the Starting Sequence Number used to initialize WinStartB

Definition at line 793 of file block-ack-test-suite.cc.

Referenced by DoRun().


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