A Discrete-Event Network Simulator
API
CarrierAggregationConfigTestCase Class Reference

Carrier aggregation configuration test case. More...

+ Inheritance diagram for CarrierAggregationConfigTestCase:
+ Collaboration diagram for CarrierAggregationConfigTestCase:

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 (void) const
 
TestCaseoperator= (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...
 
virtual void DoRun (void)
 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< ConfigToCheckm_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
 Numer 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...
 
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...
 

Detailed Description

Carrier aggregation configuration test case.

Definition at line 81 of file lte-test-carrier-aggregation-configuration.cc.

Constructor & Destructor Documentation

◆ CarrierAggregationConfigTestCase()

CarrierAggregationConfigTestCase::CarrierAggregationConfigTestCase ( uint32_t  numberOfNodes,
uint16_t  numberOfComponentCarriers,
std::vector< ConfigToCheck configToCheck,
Time  simulationDuration 
)
inline

Constructor.

Parameters
numberOfNodesTotal Number of eNBs and UEs
numberOfComponentCarriersTotal number of component carriers
configToCheckVector containing all the configurations to check
simulationDurationDuration of the simulation

Definition at line 92 of file lte-test-carrier-aggregation-configuration.cc.

Member Function Documentation

◆ BuildNameString()

std::string CarrierAggregationConfigTestCase::BuildNameString ( uint32_t  numberOfNodes,
uint16_t  numberOfComponentCarriers,
std::vector< ConfigToCheck configToCheck,
Time  simulationDuration 
)
private

Build name string function.

Parameters
numberOfNodesTotal Number of eNBs and UEs
numberOfComponentCarriersTotal number of component carriers
configToCheckVector containing all the configurations to check
simulationDurationDuration of the simulation
Returns
the name string

Definition at line 139 of file lte-test-carrier-aggregation-configuration.cc.

◆ DoRun()

◆ EquallySpacedCcs()

std::vector< std::map< uint16_t, ConfigToCheck > > CarrierAggregationConfigTestCase::EquallySpacedCcs ( )
private

Equally spaced component carriers function.

Returns
Vector of maps containing the per component carrier configuration

Definition at line 149 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.

+ Here is the call graph for this function:

◆ Evaluate()

void CarrierAggregationConfigTestCase::Evaluate ( std::string  context,
Ptr< LteUeRrc ueRrc,
std::list< LteRrcSap::SCellToAddMod sCellToAddModList 
)
private

Evaluate function.

Parameters
contextThe context
ueRrcPointer to the UE RRC
sCellToAddModListList of the configuration parameters for secondary cell

Definition at line 204 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().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_configToCheck

std::vector<ConfigToCheck> CarrierAggregationConfigTestCase::m_configToCheck
private

Vector containing all the configurations to check.

Definition at line 132 of file lte-test-carrier-aggregation-configuration.cc.

◆ m_configToCheckContainer

std::vector<std::map<uint16_t, ConfigToCheck> > CarrierAggregationConfigTestCase::m_configToCheckContainer
private

Vector of maps containing the per component carrier configuration.

Definition at line 135 of file lte-test-carrier-aggregation-configuration.cc.

◆ m_connectionCounter

uint32_t CarrierAggregationConfigTestCase::m_connectionCounter
private

Connection counter.

Definition at line 133 of file lte-test-carrier-aggregation-configuration.cc.

◆ m_numberOfComponentCarriers

uint16_t CarrierAggregationConfigTestCase::m_numberOfComponentCarriers
private

Number of component carriers.

Definition at line 131 of file lte-test-carrier-aggregation-configuration.cc.

◆ m_numberOfNodes

uint32_t CarrierAggregationConfigTestCase::m_numberOfNodes
private

Numer of nodes.

Definition at line 130 of file lte-test-carrier-aggregation-configuration.cc.

◆ m_simulationDuration

Time CarrierAggregationConfigTestCase::m_simulationDuration
private

Simulation duration.

Definition at line 134 of file lte-test-carrier-aggregation-configuration.cc.


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