A Discrete-Event Network Simulator
API
LteHardFrTestCase Class Reference

Test hard frequency reuse algorithm. More...

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

Private Attributes

uint8_t m_dlSubBandOffset
 the DL subband offset More...
 
uint8_t m_dlSubBandwidth
 the DL subband width More...
 
std::string m_schedulerType
 the scheduler type More...
 
uint8_t m_ulSubBandOffset
 UL subband offset. More...
 
uint8_t m_ulSubBandwidth
 UL subband offset. 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 LteFrTestCase
std::vector< bool > m_availableDlRb
 the available DL for each RB More...
 
std::vector< bool > m_availableUlRb
 the available UL for each RB More...
 
uint16_t m_dlBandwidth
 the DL bandwidth More...
 
uint16_t m_ulBandwidth
 the UL bandwidth More...
 
bool m_usedMutedDlRbg
 used muted DL RBG? More...
 
bool m_usedMutedUlRbg
 used muted UL RBG? More...
 
uint32_t m_userNum
 the number of UE nodes More...
 

Detailed Description

Test hard frequency reuse algorithm.

Test fails if the muted frequencies are being used.

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

Constructor & Destructor Documentation

◆ LteHardFrTestCase()

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

Constructor.

Parameters
namethe reference name
userNumthe number of UE nodes
schedulerTypethe scheduler type
dlBandwidththe DL bandwidth
ulBandwidththe UL bandwidth
dlSubBandOffsetDL subband offset
dlSubBandwidthDL subbandwidth
ulSubBandOffsetUL subband offset
ulSubBandwidthUL subbandwidth
availableDlRbthe available DL per RB
availableUlRbthe avaialbel UL per RB

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

References NS_LOG_INFO.

◆ ~LteHardFrTestCase()

LteHardFrTestCase::~LteHardFrTestCase ( )
virtual

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

Member Function Documentation

◆ DoRun()

Member Data Documentation

◆ m_dlSubBandOffset

uint8_t LteHardFrTestCase::m_dlSubBandOffset
private

the DL subband offset

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

Referenced by DoRun().

◆ m_dlSubBandwidth

uint8_t LteHardFrTestCase::m_dlSubBandwidth
private

the DL subband width

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

Referenced by DoRun().

◆ m_schedulerType

std::string LteHardFrTestCase::m_schedulerType
private

the scheduler type

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

Referenced by DoRun().

◆ m_ulSubBandOffset

uint8_t LteHardFrTestCase::m_ulSubBandOffset
private

UL subband offset.

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

Referenced by DoRun().

◆ m_ulSubBandwidth

uint8_t LteHardFrTestCase::m_ulSubBandwidth
private

UL subband offset.

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

Referenced by DoRun().


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