A Discrete-Event Network Simulator
API
LenaFdBetFfMacSchedulerTestCase2 Class Reference

Test case is simillar to the one defined in LenaFdBetFfMacSchedulerTestCase1, with the difference that UEs are placed in such a way to experience different SINRs from eNodeB. More...

#include "lte-test-fdbet-ff-mac-scheduler.h"

+ Inheritance diagram for LenaFdBetFfMacSchedulerTestCase2:
+ Collaboration diagram for LenaFdBetFfMacSchedulerTestCase2:

Public Member Functions

 LenaFdBetFfMacSchedulerTestCase2 (std::vector< double > dist, std::vector< uint32_t > achievableRateDl, std::vector< uint32_t > estThrFdBetUl, bool errorModelEnabled)
 Constructor. More...
 
virtual ~LenaFdBetFfMacSchedulerTestCase2 ()
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

virtual void DoRun (void)
 Implementation to actually run this TestCase. More...
 

Static Private Member Functions

static std::string BuildNameString (uint16_t nUser, std::vector< double > dist)
 Builds the test name string based on provided parameter values. More...
 

Private Attributes

std::vector< uint32_t > m_achievableRateDl
 DL achievable rate. More...
 
std::vector< double > m_dist
 distance between the nodes More...
 
bool m_errorModelEnabled
 specifies whether the error model is enabled More...
 
std::vector< uint32_t > m_estThrFdBetUl
 estimated throughput FDBET UL More...
 
uint16_t m_nUser
 number of UE nodes 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...
 
- 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...
 
TestCaseGetParent () 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...
 

Detailed Description

Test case is simillar to the one defined in LenaFdBetFfMacSchedulerTestCase1, with the difference that UEs are placed in such a way to experience different SINRs from eNodeB.

Definition at line 86 of file lte-test-fdbet-ff-mac-scheduler.h.

Constructor & Destructor Documentation

◆ LenaFdBetFfMacSchedulerTestCase2()

LenaFdBetFfMacSchedulerTestCase2::LenaFdBetFfMacSchedulerTestCase2 ( std::vector< double >  dist,
std::vector< uint32_t >  achievableRateDl,
std::vector< uint32_t >  estThrFdBetUl,
bool  errorModelEnabled 
)

Constructor.

Parameters
distdistance between nodes
achievableRateDlDL achievable rate
estThrFdBetUlUL estimated throughput bet UL
errorModelEnablederror model enabled?

Definition at line 357 of file lte-test-fdbet-ff-mac-scheduler.cc.

◆ ~LenaFdBetFfMacSchedulerTestCase2()

LenaFdBetFfMacSchedulerTestCase2::~LenaFdBetFfMacSchedulerTestCase2 ( )
virtual

Definition at line 367 of file lte-test-fdbet-ff-mac-scheduler.cc.

Member Function Documentation

◆ BuildNameString()

std::string LenaFdBetFfMacSchedulerTestCase2::BuildNameString ( uint16_t  nUser,
std::vector< double >  dist 
)
staticprivate

Builds the test name string based on provided parameter values.

Parameters
nUsernumber of UE nodes
distdistance between nodes
Returns
name string

Definition at line 344 of file lte-test-fdbet-ff-mac-scheduler.cc.

◆ DoRun()

void LenaFdBetFfMacSchedulerTestCase2::DoRun ( void  )
privatevirtual

Member Data Documentation

◆ m_achievableRateDl

std::vector<uint32_t> LenaFdBetFfMacSchedulerTestCase2::m_achievableRateDl
private

DL achievable rate.

Definition at line 112 of file lte-test-fdbet-ff-mac-scheduler.h.

Referenced by DoRun().

◆ m_dist

std::vector<double> LenaFdBetFfMacSchedulerTestCase2::m_dist
private

distance between the nodes

Definition at line 111 of file lte-test-fdbet-ff-mac-scheduler.h.

Referenced by DoRun().

◆ m_errorModelEnabled

bool LenaFdBetFfMacSchedulerTestCase2::m_errorModelEnabled
private

specifies whether the error model is enabled

Definition at line 114 of file lte-test-fdbet-ff-mac-scheduler.h.

Referenced by DoRun().

◆ m_estThrFdBetUl

std::vector<uint32_t> LenaFdBetFfMacSchedulerTestCase2::m_estThrFdBetUl
private

estimated throughput FDBET UL

Definition at line 113 of file lte-test-fdbet-ff-mac-scheduler.h.

Referenced by DoRun().

◆ m_nUser

uint16_t LenaFdBetFfMacSchedulerTestCase2::m_nUser
private

number of UE nodes

Definition at line 110 of file lte-test-fdbet-ff-mac-scheduler.h.

Referenced by DoRun().


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