A Discrete-Event Network Simulator
API
LteHardFrTestCase Class Reference

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

+ Inheritance diagram for LteHardFrTestCase:
+ Collaboration diagram for LteHardFrTestCase:

Public Member Functions

 LteHardFrTestCase (std::string name, uint32_t userNum, std::string schedulerType, uint8_t dlBandwidth, uint8_t ulBandwidth, uint8_t dlSubBandOffset, uint8_t dlSubBandwidth, uint8_t ulSubBandOffset, uint8_t ulSubBandwidth, std::vector< bool > availableDlRb, std::vector< bool > availableUlRb)
 
virtual ~LteHardFrTestCase ()
 
- Public Member Functions inherited from LteFrTestCase
 LteFrTestCase (std::string name, uint32_t userNum, uint8_t dlBandwidth, uint8_t ulBandwidth, std::vector< bool > availableDlRb, std::vector< bool > availableUlRb)
 
virtual ~LteFrTestCase ()
 
void DlDataRxStart (Ptr< const SpectrumValue > spectrumValue)
 
void UlDataRxStart (Ptr< const SpectrumValue > spectrumValue)
 
- 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...
 

Private Attributes

uint8_t m_dlSubBandOffset
 
uint8_t m_dlSubBandwidth
 
std::string m_schedulerType
 
uint8_t m_ulSubBandOffset
 
uint8_t m_ulSubBandwidth
 

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, enum TestDuration duration)
 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 LteFrTestCase
std::vector< bool > m_availableDlRb
 
std::vector< bool > m_availableUlRb
 
uint8_t m_dlBandwidth
 
uint8_t m_ulBandwidth
 
bool m_usedMutedDlRbg
 
bool m_usedMutedUlRbg
 
uint32_t m_userNum
 

Detailed Description

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

Constructor & Destructor Documentation

LteHardFrTestCase::LteHardFrTestCase ( std::string  name,
uint32_t  userNum,
std::string  schedulerType,
uint8_t  dlBandwidth,
uint8_t  ulBandwidth,
uint8_t  dlSubBandOffset,
uint8_t  dlSubBandwidth,
uint8_t  ulSubBandOffset,
uint8_t  ulSubBandwidth,
std::vector< bool >  availableDlRb,
std::vector< bool >  availableUlRb 
)

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

References NS_LOG_INFO.

LteHardFrTestCase::~LteHardFrTestCase ( )
virtual

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

Member Function Documentation

Member Data Documentation

uint8_t LteHardFrTestCase::m_dlSubBandOffset
private

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

Referenced by DoRun().

uint8_t LteHardFrTestCase::m_dlSubBandwidth
private

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

Referenced by DoRun().

std::string LteHardFrTestCase::m_schedulerType
private

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

Referenced by DoRun().

uint8_t LteHardFrTestCase::m_ulSubBandOffset
private

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

Referenced by DoRun().

uint8_t LteHardFrTestCase::m_ulSubBandwidth
private

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

Referenced by DoRun().


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