Carrier aggregation configuration test case. More...
Public Member Functions | |
CarrierAggregationConfigTestCase (uint32_t numberOfNodes, uint16_t numberOfComponentCarriers, std::vector< ConfigToCheck > configToCheck, Time simulationDuration) | |
Constructor. More... | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName () const |
TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
std::string | BuildNameString (uint32_t numberOfNodes, uint16_t numberOfComponentCarriers, std::vector< ConfigToCheck > configToCheck, Time simulationDuration) |
Build name string function. More... | |
void | DoRun () override |
Implementation to actually run this TestCase. More... | |
std::vector< std::map< uint16_t, ConfigToCheck > > | EquallySpacedCcs () |
Equally spaced component carriers function. More... | |
void | Evaluate (std::string context, Ptr< LteUeRrc > ueRrc, std::list< LteRrcSap::SCellToAddMod > sCellToAddModList) |
Evaluate function. More... | |
Private Attributes | |
std::vector< ConfigToCheck > | m_configToCheck |
Vector containing all the configurations to check. More... | |
std::vector< std::map< uint16_t, ConfigToCheck > > | m_configToCheckContainer |
Vector of maps containing the per component carrier configuration. More... | |
uint32_t | m_connectionCounter |
Connection counter. More... | |
uint16_t | m_numberOfComponentCarriers |
Number of component carriers. More... | |
uint32_t | m_numberOfNodes |
Number of nodes. More... | |
Time | m_simulationDuration |
Simulation duration. 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 TestCase. More... | |
bool | IsStatusFailure () const |
Check if any tests failed. More... | |
bool | IsStatusSuccess () 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 () const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure () 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... | |
Carrier aggregation configuration test case.
Definition at line 79 of file lte-test-carrier-aggregation-configuration.cc.
|
inline |
Constructor.
numberOfNodes | Total Number of eNBs and UEs |
numberOfComponentCarriers | Total number of component carriers |
configToCheck | Vector containing all the configurations to check |
simulationDuration | Duration of the simulation |
Definition at line 90 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Build name string function.
numberOfNodes | Total Number of eNBs and UEs |
numberOfComponentCarriers | Total number of component carriers |
configToCheck | Vector containing all the configurations to check |
simulationDuration | Duration of the simulation |
Definition at line 151 of file lte-test-carrier-aggregation-configuration.cc.
|
overrideprivatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 305 of file lte-test-carrier-aggregation-configuration.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::NetDeviceContainer::Add(), ns3::LteHelper::AssignStreams(), ns3::LteHelper::Attach(), ns3::Config::Connect(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), Evaluate(), ns3::EpsBearer::GBR_CONV_VOICE, ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::NodeContainer::GetN(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), two-ray-to-three-gpp-ch-calibration::k, ConfigToCheck::m_dlBandwidth, ConfigToCheck::m_dlEarfcn, ConfigToCheck::m_ulBandwidth, ConfigToCheck::m_ulEarfcn, ns3::MakeCallback(), third::mobility, NS_TEST_ASSERT_MSG_EQ, ns3::Simulator::Run(), ns3::Config::SetDefault(), ns3::LteHelper::SetEnbDeviceAttribute(), ns3::LteHelper::SetUeDeviceAttribute(), and ns3::Simulator::Stop().
|
private |
Equally spaced component carriers function.
Definition at line 163 of file lte-test-carrier-aggregation-configuration.cc.
References ns3::LteSpectrumValueHelper::GetChannelBandwidth(), ns3::LteSpectrumValueHelper::GetDownlinkCarrierBand(), ns3::LteSpectrumValueHelper::GetUplinkCarrierBand(), ConfigToCheck::m_dlBandwidth, ConfigToCheck::m_dlEarfcn, ConfigToCheck::m_ulBandwidth, ConfigToCheck::m_ulEarfcn, NS_FATAL_ERROR, and NS_LOG_INFO.
|
private |
Evaluate function.
context | The context |
ueRrc | Pointer to the UE RRC |
sCellToAddModList | List of the configuration parameters for secondary cell |
Definition at line 218 of file lte-test-carrier-aggregation-configuration.cc.
References ConfigToCheck::m_dlBandwidth, ConfigToCheck::m_dlEarfcn, ConfigToCheck::m_ulBandwidth, ConfigToCheck::m_ulEarfcn, max, min, NS_LOG_INFO, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Vector containing all the configurations to check.
Definition at line 142 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Vector of maps containing the per component carrier configuration.
Definition at line 146 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Connection counter.
Definition at line 143 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Number of component carriers.
Definition at line 140 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Number of nodes.
Definition at line 139 of file lte-test-carrier-aggregation-configuration.cc.
|
private |
Simulation duration.
Definition at line 144 of file lte-test-carrier-aggregation-configuration.cc.