A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LenaPhyErrorModelTestCase Class Reference

#include <lte-test-phy-error-model.h>

+ Inheritance diagram for ns3::LenaPhyErrorModelTestCase:
+ Collaboration diagram for ns3::LenaPhyErrorModelTestCase:

Public Member Functions

 LenaPhyErrorModelTestCase (uint16_t nUser, uint16_t dist, uint16_t tbSize, double refBer, uint16_t bernQuantile)
virtual ~LenaPhyErrorModelTestCase ()
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

virtual void DoRun (void)

Static Private Member Functions

static std::string BuildNameString (uint16_t nUser, uint16_t dist)

Private Attributes

uint16_t m_bernQuantile
double m_berRef
uint16_t m_dist
uint16_t m_nUser
uint16_t m_tbSize

Additional Inherited Members

- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
void AddTestCase (TestCase *testCase)
 Add an individual test case to this test suite.
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)

Detailed Description

This system test program creates different test cases with a single eNB and several UEs, all having the same Radio Bearer specification. In each test case, the UEs see the same SINR from the eNB; different test cases are implemented obtained by using different SINR values and different numbers of UEs. The test consists on ...

Definition at line 38 of file lte-test-phy-error-model.h.

Constructor & Destructor Documentation

ns3::LenaPhyErrorModelTestCase::LenaPhyErrorModelTestCase ( uint16_t  nUser,
uint16_t  dist,
uint16_t  tbSize,
double  refBer,
uint16_t  bernQuantile 
)

Definition at line 90 of file lte-test-phy-error-model.cc.

ns3::LenaPhyErrorModelTestCase::~LenaPhyErrorModelTestCase ( )
virtual

Definition at line 100 of file lte-test-phy-error-model.cc.

Member Function Documentation

std::string ns3::LenaPhyErrorModelTestCase::BuildNameString ( uint16_t  nUser,
uint16_t  dist 
)
staticprivate

Definition at line 83 of file lte-test-phy-error-model.cc.

Member Data Documentation

uint16_t ns3::LenaPhyErrorModelTestCase::m_bernQuantile
private

Definition at line 51 of file lte-test-phy-error-model.h.

Referenced by DoRun().

double ns3::LenaPhyErrorModelTestCase::m_berRef
private

Definition at line 50 of file lte-test-phy-error-model.h.

Referenced by DoRun().

uint16_t ns3::LenaPhyErrorModelTestCase::m_dist
private

Definition at line 48 of file lte-test-phy-error-model.h.

Referenced by DoRun().

uint16_t ns3::LenaPhyErrorModelTestCase::m_nUser
private

Definition at line 47 of file lte-test-phy-error-model.h.

Referenced by DoRun().

uint16_t ns3::LenaPhyErrorModelTestCase::m_tbSize
private

Definition at line 49 of file lte-test-phy-error-model.h.

Referenced by DoRun().


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