A Discrete-Event Network Simulator
API
LteSoftFfrAreaTestCase Class Reference

Lte Soft Ffr Area Test Case. More...

#include "lte-test-frequency-reuse.h"

+ Inheritance diagram for LteSoftFfrAreaTestCase:
+ Collaboration diagram for LteSoftFfrAreaTestCase:

Public Member Functions

 LteSoftFfrAreaTestCase (std::string name, std::string schedulerType)
 Constructor. More...
 
virtual ~LteSoftFfrAreaTestCase ()
 
- Public Member Functions inherited from LteFrAreaTestCase
 LteFrAreaTestCase (std::string name, std::string schedulerType)
 Constructor. More...
 
virtual ~LteFrAreaTestCase ()
 
void DlDataRxStart (Ptr< const SpectrumValue > spectrumValue)
 DL data receive start function. More...
 
void SetDlExpectedValues (double expectedPower, std::vector< bool > expectedDlRb)
 Set DL expected values function. More...
 
void SetUlExpectedValues (double expectedPower, std::vector< bool > expectedDlRb)
 Set UL expected values function. More...
 
void SimpleTeleportUe (uint32_t x, uint32_t y)
 Simple teleport UE function. More...
 
void TeleportUe (uint32_t x, uint32_t y, double expectedPower, std::vector< bool > expectedDlRb)
 Teleport UE function. More...
 
void TeleportUe2 (Ptr< Node > ueNode, uint32_t x, uint32_t y, double expectedPower, std::vector< bool > expectedDlRb)
 Teleport UE 2 function. More...
 
void UlDataRxStart (Ptr< const SpectrumValue > spectrumValue)
 UL data receive start function. More...
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Member Functions

virtual void DoRun (void)
 Implementation to actually run this TestCase. 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...
 
- Protected Attributes inherited from LteFrAreaTestCase
uint16_t m_dlBandwidth
 the DL bandwidth More...
 
double m_expectedDlPower
 the expected DL power More...
 
std::vector< bool > m_expectedDlRb
 the expected DL per RB More...
 
double m_expectedUlPower
 expected UL power More...
 
std::vector< bool > m_expectedUlRb
 expected UL per RB More...
 
std::string m_schedulerType
 the scheduler type More...
 
Time m_teleportTime
 the telport time More...
 
Ptr< MobilityModelm_ueMobility
 the UE mobility model More...
 
uint16_t m_ulBandwidth
 the UL bandwidth More...
 
bool m_usedWrongDlPower
 used wrong DL power? More...
 
bool m_usedWrongDlRbg
 used wrong DL RBG? More...
 
bool m_usedWrongUlPower
 used wrong UL power? More...
 
bool m_usedWrongUlRbg
 used wrong UL RBG? More...
 

Detailed Description

Lte Soft Ffr Area Test Case.

Definition at line 335 of file lte-test-frequency-reuse.h.

Constructor & Destructor Documentation

◆ LteSoftFfrAreaTestCase()

LteSoftFfrAreaTestCase::LteSoftFfrAreaTestCase ( std::string  name,
std::string  schedulerType 
)

Constructor.

Parameters
namethe reference name
schedulerTypethe scheduler type

Definition at line 1007 of file lte-test-frequency-reuse.cc.

References NS_LOG_INFO.

◆ ~LteSoftFfrAreaTestCase()

LteSoftFfrAreaTestCase::~LteSoftFfrAreaTestCase ( )
virtual

Definition at line 1013 of file lte-test-frequency-reuse.cc.

Member Function Documentation

◆ DoRun()


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