Test stric frequency reuse algorithm. More...
#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, uint16_t dlBandwidth, uint16_t ulBandwidth, uint16_t dlCommonSubBandwidth, uint8_t dlEdgeSubBandOffset, uint16_t dlEdgeSubBandwidth, uint16_t ulCommonSubBandwidth, uint8_t ulEdgeSubBandOffset, uint16_t ulEdgeSubBandwidth, std::vector< bool > availableDlRb, std::vector< bool > availableUlRb) | |
| Constructor.  More... | |
| virtual | ~LteStrictFrTestCase () | 
  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 | |
| 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 | |
| uint16_t | m_dlCommonSubBandwidth | 
| DL common subbandwidth.  More... | |
| uint8_t | m_dlEdgeSubBandOffset | 
| DL edge subband offset.  More... | |
| uint16_t | m_dlEdgeSubBandwidth | 
| DL edge subbandwidth.  More... | |
| std::string | m_schedulerType | 
| scheduler type  More... | |
| uint16_t | m_ulCommonSubBandwidth | 
| UL common subbandwidth.  More... | |
| uint8_t | m_ulEdgeSubBandOffset | 
| UL edge subband offset.  More... | |
| uint16_t | m_ulEdgeSubBandwidth | 
| UL edge subbandwidth.  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... | |
| TestCase * | GetParent () 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... | |
Test stric frequency reuse algorithm.
Test fails if the muted frequencies are being used.
Definition at line 149 of file lte-test-frequency-reuse.h.
| LteStrictFrTestCase::LteStrictFrTestCase | ( | std::string | name, | 
| uint32_t | userNum, | ||
| std::string | schedulerType, | ||
| uint16_t | dlBandwidth, | ||
| uint16_t | ulBandwidth, | ||
| uint16_t | dlCommonSubBandwidth, | ||
| uint8_t | dlEdgeSubBandOffset, | ||
| uint16_t | dlEdgeSubBandwidth, | ||
| uint16_t | ulCommonSubBandwidth, | ||
| uint8_t | ulEdgeSubBandOffset, | ||
| uint16_t | ulEdgeSubBandwidth, | ||
| std::vector< bool > | availableDlRb, | ||
| std::vector< bool > | availableUlRb | ||
| ) | 
Constructor.
| name | the reference name | 
| userNum | the number of UE nodes | 
| schedulerType | the scheduler type | 
| dlBandwidth | the DL bandwidth | 
| ulBandwidth | the UL bandwidth | 
| dlCommonSubBandwidth | DL common bandwidth | 
| dlEdgeSubBandOffset | DL edge subband offset | 
| dlEdgeSubBandwidth | DL edge subbandwidth | 
| ulCommonSubBandwidth | UL common subbandwidth | 
| ulEdgeSubBandOffset | UL subband offset | 
| ulEdgeSubBandwidth | UL subbandwidth | 
| availableDlRb | the available DL per RB | 
| availableUlRb | the avaialbel UL per RB | 
Definition at line 353 of file lte-test-frequency-reuse.cc.
References NS_LOG_INFO.
      
  | 
  virtual | 
Definition at line 371 of file lte-test-frequency-reuse.cc.
      
  | 
  privatevirtual | 
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Simulation Topology
Reimplemented from LteFrTestCase.
Definition at line 375 of file lte-test-frequency-reuse.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::LteHelper::Attach(), ns3::NodeContainer::Create(), DlDataRxStartNofitication(), ns3::GbrQosInformation::gbrDl, ns3::GbrQosInformation::gbrUl, ns3::NetDeviceContainer::Get(), ns3::LteSpectrumPhy::GetChannel(), ns3::Object::GetObject(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), LteFrTestCase::m_dlBandwidth, m_dlCommonSubBandwidth, m_dlEdgeSubBandOffset, m_dlEdgeSubBandwidth, m_schedulerType, LteFrTestCase::m_ulBandwidth, m_ulCommonSubBandwidth, m_ulEdgeSubBandOffset, m_ulEdgeSubBandwidth, LteFrTestCase::m_usedMutedDlRbg, LteFrTestCase::m_usedMutedUlRbg, LteFrTestCase::m_userNum, ns3::MakeBoundCallback(), ns3::GbrQosInformation::mbrDl, ns3::GbrQosInformation::mbrUl, third::mobility, NS_LOG_DEBUG, NS_TEST_ASSERT_MSG_EQ, ns3::Config::Reset(), ns3::Seconds(), ns3::Config::SetDefault(), ns3::LteHelper::SetFfrAlgorithmAttribute(), ns3::LteHelper::SetFfrAlgorithmType(), ns3::LteSimpleSpectrumPhy::SetRxSpectrumModel(), ns3::LteHelper::SetSchedulerType(), ns3::ObjectBase::TraceConnectWithoutContext(), and UlDataRxStartNofitication().
 Here is the call graph for this function:
      
  | 
  private | 
DL common subbandwidth.
Definition at line 182 of file lte-test-frequency-reuse.h.
Referenced by DoRun().
      
  | 
  private | 
DL edge subband offset.
Definition at line 183 of file lte-test-frequency-reuse.h.
Referenced by DoRun().
      
  | 
  private | 
DL edge subbandwidth.
Definition at line 184 of file lte-test-frequency-reuse.h.
Referenced by DoRun().
      
  | 
  private | 
      
  | 
  private | 
UL common subbandwidth.
Definition at line 186 of file lte-test-frequency-reuse.h.
Referenced by DoRun().
      
  | 
  private | 
UL edge subband offset.
Definition at line 187 of file lte-test-frequency-reuse.h.
Referenced by DoRun().
      
  | 
  private | 
UL edge subbandwidth.
Definition at line 188 of file lte-test-frequency-reuse.h.
Referenced by DoRun().