#include <lte-test-fading.h>
Public Member Functions | |
LteFadingSystemTestCase (std::string name, double snrDb, double dist, uint16_t mcsIndex) | |
LteFadingSystemTestCase () | |
virtual | ~LteFadingSystemTestCase () |
void | DlScheduling (uint32_t frameNo, uint32_t subframeNo, uint16_t rnti, uint8_t mcsTb1, uint16_t sizeTb1, uint8_t mcsTb2, uint16_t sizeTb2) |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
Private Member Functions | |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
Private Attributes | |
double | m_distance |
uint16_t | m_mcsIndex |
double | m_snrDb |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase) NS_DEPRECATED |
Add an individual child TestCase case to this TestCase. More... | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
Add an individual child TestCase to this test suite. More... | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
Definition at line 68 of file lte-test-fading.h.
ns3::LteFadingSystemTestCase::LteFadingSystemTestCase | ( | std::string | name, |
double | snrDb, | ||
double | dist, | ||
uint16_t | mcsIndex | ||
) |
ns3::LteFadingSystemTestCase::LteFadingSystemTestCase | ( | ) |
|
virtual |
void ns3::LteFadingSystemTestCase::DlScheduling | ( | uint32_t | frameNo, |
uint32_t | subframeNo, | ||
uint16_t | rnti, | ||
uint8_t | mcsTb1, | ||
uint16_t | sizeTb1, | ||
uint8_t | mcsTb2, | ||
uint16_t | sizeTb2 | ||
) |
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
|
private |
Definition at line 82 of file lte-test-fading.h.
|
private |
Definition at line 83 of file lte-test-fading.h.
|
private |
Definition at line 81 of file lte-test-fading.h.