Test case used by LteRlcUmTransmitterOneSduTestCase to create topology and to implement functionalities and check if data received corresponds to data sent. More...
#include "lte-test-rlc-um-transmitter.h"
Public Member Functions | |
LteRlcUmTransmitterTestCase () | |
LteRlcUmTransmitterTestCase (std::string name) | |
Constructor. More... | |
virtual | ~LteRlcUmTransmitterTestCase () |
void | CheckDataReceived (Time time, std::string shouldReceived, std::string assertMsg) |
Check data received function. More... | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
TestCase & | operator= (const TestCase &)=delete |
Protected Member Functions | |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
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 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... | |
Protected Attributes | |
Ptr< LteTestMac > | txMac |
the MAC More... | |
Ptr< LteTestPdcp > | txPdcp |
the transmit PDCP More... | |
Ptr< LteRlc > | txRlc |
the RLC More... | |
Private Member Functions | |
void | DoCheckDataReceived (std::string shouldReceived, std::string assertMsg) |
Check data received function. More... | |
Additional Inherited Members | |
Public Types inherited from ns3::TestCase | |
enum | TestDuration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Test case used by LteRlcUmTransmitterOneSduTestCase to create topology and to implement functionalities and check if data received corresponds to data sent.
Definition at line 56 of file lte-test-rlc-um-transmitter.h.
LteRlcUmTransmitterTestCase::LteRlcUmTransmitterTestCase | ( | std::string | name | ) |
Constructor.
name | the test name |
Definition at line 56 of file lte-test-rlc-um-transmitter.cc.
LteRlcUmTransmitterTestCase::LteRlcUmTransmitterTestCase | ( | ) |
|
virtual |
Definition at line 62 of file lte-test-rlc-um-transmitter.cc.
void LteRlcUmTransmitterTestCase::CheckDataReceived | ( | Time | time, |
std::string | shouldReceived, | ||
std::string | assertMsg | ||
) |
Check data received function.
time | the time to check |
shouldReceived | shoul dhave received indicator |
assertMsg | the assert message |
Definition at line 105 of file lte-test-rlc-um-transmitter.cc.
References DoCheckDataReceived().
Referenced by LteRlcUmTransmitterOneSduTestCase::DoRun(), LteRlcUmTransmitterSegmentationTestCase::DoRun(), LteRlcUmTransmitterConcatenationTestCase::DoRun(), and LteRlcUmTransmitterReportBufferStatusTestCase::DoRun().
|
private |
Check data received function.
shouldReceived | should have received indicator |
assertMsg | the assert message |
Definition at line 111 of file lte-test-rlc-um-transmitter.cc.
References ns3::LteTestMac::GetDataReceived(), NS_TEST_ASSERT_MSG_EQ, and txMac.
Referenced by CheckDataReceived().
|
protectedvirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Reimplemented in LteRlcUmTransmitterReportBufferStatusTestCase, LteRlcUmTransmitterConcatenationTestCase, LteRlcUmTransmitterSegmentationTestCase, and LteRlcUmTransmitterOneSduTestCase.
Definition at line 67 of file lte-test-rlc-um-transmitter.cc.
References ns3::LteTestMac::GetLteMacSapProvider(), ns3::LteRlc::GetLteMacSapUser(), ns3::LteRlc::GetLteRlcSapProvider(), ns3::LteTestPdcp::GetLteRlcSapUser(), ns3::LteRlc::SetLcId(), ns3::LteRlc::SetLteMacSapProvider(), ns3::LteTestMac::SetLteMacSapUser(), ns3::LteTestPdcp::SetLteRlcSapProvider(), ns3::LteRlc::SetLteRlcSapUser(), ns3::LteTestMac::SetRlcHeaderType(), ns3::LteRlc::SetRnti(), txMac, txPdcp, and txRlc.
Referenced by LteRlcUmTransmitterOneSduTestCase::DoRun(), LteRlcUmTransmitterSegmentationTestCase::DoRun(), LteRlcUmTransmitterConcatenationTestCase::DoRun(), and LteRlcUmTransmitterReportBufferStatusTestCase::DoRun().
|
protected |
the MAC
Definition at line 81 of file lte-test-rlc-um-transmitter.h.
Referenced by DoCheckDataReceived(), DoRun(), LteRlcUmTransmitterOneSduTestCase::DoRun(), LteRlcUmTransmitterSegmentationTestCase::DoRun(), LteRlcUmTransmitterConcatenationTestCase::DoRun(), and LteRlcUmTransmitterReportBufferStatusTestCase::DoRun().
|
protected |
the transmit PDCP
Definition at line 79 of file lte-test-rlc-um-transmitter.h.
Referenced by DoRun(), LteRlcUmTransmitterOneSduTestCase::DoRun(), LteRlcUmTransmitterSegmentationTestCase::DoRun(), LteRlcUmTransmitterConcatenationTestCase::DoRun(), and LteRlcUmTransmitterReportBufferStatusTestCase::DoRun().