A Discrete-Event Network Simulator
API
LteStrictFrTestCase Class Reference

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

+ Inheritance diagram for LteStrictFrTestCase:
+ Collaboration diagram for LteStrictFrTestCase:

Public Member Functions

 LteStrictFrTestCase (std::string name, uint32_t userNum, std::string schedulerType, uint8_t dlBandwidth, uint8_t ulBandwidth, uint8_t dlCommonSubBandwidth, uint8_t dlEdgeSubBandOffset, uint8_t dlEdgeSubBandwidth, uint8_t ulCommonSubBandwidth, uint8_t ulEdgeSubBandOffset, uint8_t ulEdgeSubBandwidth, std::vector< bool > availableDlRb, std::vector< bool > availableUlRb)
 
virtual ~LteStrictFrTestCase ()
 
- 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_dlCommonSubBandwidth
 
uint8_t m_dlEdgeSubBandOffset
 
uint8_t m_dlEdgeSubBandwidth
 
std::string m_schedulerType
 
uint8_t m_ulCommonSubBandwidth
 
uint8_t m_ulEdgeSubBandOffset
 
uint8_t m_ulEdgeSubBandwidth
 

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 92 of file lte-test-frequency-reuse.h.

Constructor & Destructor Documentation

LteStrictFrTestCase::LteStrictFrTestCase ( std::string  name,
uint32_t  userNum,
std::string  schedulerType,
uint8_t  dlBandwidth,
uint8_t  ulBandwidth,
uint8_t  dlCommonSubBandwidth,
uint8_t  dlEdgeSubBandOffset,
uint8_t  dlEdgeSubBandwidth,
uint8_t  ulCommonSubBandwidth,
uint8_t  ulEdgeSubBandOffset,
uint8_t  ulEdgeSubBandwidth,
std::vector< bool >  availableDlRb,
std::vector< bool >  availableUlRb 
)

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

References NS_LOG_INFO.

LteStrictFrTestCase::~LteStrictFrTestCase ( )
virtual

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

Member Function Documentation

Member Data Documentation

uint8_t LteStrictFrTestCase::m_dlCommonSubBandwidth
private

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

Referenced by DoRun().

uint8_t LteStrictFrTestCase::m_dlEdgeSubBandOffset
private

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

Referenced by DoRun().

uint8_t LteStrictFrTestCase::m_dlEdgeSubBandwidth
private

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

Referenced by DoRun().

std::string LteStrictFrTestCase::m_schedulerType
private

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

Referenced by DoRun().

uint8_t LteStrictFrTestCase::m_ulCommonSubBandwidth
private

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

Referenced by DoRun().

uint8_t LteStrictFrTestCase::m_ulEdgeSubBandOffset
private

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

Referenced by DoRun().

uint8_t LteStrictFrTestCase::m_ulEdgeSubBandwidth
private

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

Referenced by DoRun().


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