A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 
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...
 
bool GetErrorStatus (void) const NS_DEPRECATED
 
TestCaseGetParent () const
 
bool IsStatusFailure (void) const
 
bool IsStatusSuccess (void) const
 
void SetDataDir (std::string directory)
 
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
 
bool MustContinueOnFailure (void) const
 
std::string CreateDataDirFilename (std::string filename)
 
std::string CreateTempDirFilename (std::string filename)
 
- 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 244 of file lte-test-frequency-reuse.cc.

References NS_LOG_INFO.

LteHardFrTestCase::~LteHardFrTestCase ( )
virtual

Definition at line 260 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: