A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
LtePrimaryCellChangeTestCase Class Reference

Testing the handover procedure with multiple component carriers. More...

#include "lte-test-primary-cell-change.h"

+ Inheritance diagram for LtePrimaryCellChangeTestCase:
+ Collaboration diagram for LtePrimaryCellChangeTestCase:

Public Member Functions

 LtePrimaryCellChangeTestCase (std::string name, bool isIdealRrc, int64_t rngRun, uint8_t numberOfComponentCarriers, uint8_t sourceComponentCarrier, uint8_t targetComponentCarrier)
 Creates an instance of the initial cell selection test case.
 
 ~LtePrimaryCellChangeTestCase () override
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Member Functions

void ConnectionEstablishedCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti)
 Connection established callback function.
 
void DoRun () override
 Setup the simulation according to the configuration set by the class constructor, run it, and verify the result.
 
void InitialPrimaryCellChangeEndOkCallback (std::string context, uint64_t imsi, uint16_t cellId)
 Initial cell selection end ok callback function.
 
void StateTransitionCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti, LteUeRrc::State oldState, LteUeRrc::State newState)
 State transition callback function.
 

Private Attributes

bool m_isIdealRrc
 whether the LTE is configured to use ideal RRC
 
std::map< uint64_t, LteUeRrc::Statem_lastState
 The current UE RRC state.
 
uint8_t m_numberOfComponentCarriers
 number of component carriers
 
int64_t m_rngRun
 rng run
 
uint8_t m_sourceComponentCarrier
 source primary component carrier
 
uint8_t m_targetComponentCarrier
 target primary component carrier
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
using instead = Duration
 
- Static Public Attributes inherited from ns3::TestCase
static constexpr auto EXTENSIVE = Duration::EXTENSIVE
 
static constexpr auto QUICK = Duration::QUICK
 
static constexpr auto TAKES_FOREVER
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
 
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
 
TestCaseGetParent () const
 Get the parent of this TestCase.
 
bool IsStatusFailure () const
 Check if any tests failed.
 
bool IsStatusSuccess () const
 Check if all tests passed.
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
 
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.
 
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
 
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.
 

Detailed Description

Testing the handover procedure with multiple component carriers.

Definition at line 50 of file lte-test-primary-cell-change.h.

Constructor & Destructor Documentation

◆ LtePrimaryCellChangeTestCase()

LtePrimaryCellChangeTestCase::LtePrimaryCellChangeTestCase ( std::string  name,
bool  isIdealRrc,
int64_t  rngRun,
uint8_t  numberOfComponentCarriers,
uint8_t  sourceComponentCarrier,
uint8_t  targetComponentCarrier 
)

Creates an instance of the initial cell selection test case.

Parameters
namename of this test
isIdealRrcif true, simulation uses Ideal RRC protocol, otherwise simulation uses Real RRC protocol
rngRunthe number of run to be used by the random number generator
numberOfComponentCarriersnumber of component carriers
sourceComponentCarriersource component carrier
targetComponentCarriertarget component carrier

If sourceComponentCarrier or targetComponentCarrier is greater than number of component carriers, it identifies component carrier on second eNB.

Definition at line 109 of file lte-test-primary-cell-change.cc.

References ns3::TestCase::GetName(), and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ ~LtePrimaryCellChangeTestCase()

LtePrimaryCellChangeTestCase::~LtePrimaryCellChangeTestCase ( )
override

Definition at line 125 of file lte-test-primary-cell-change.cc.

References ns3::TestCase::GetName(), and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

Member Function Documentation

◆ ConnectionEstablishedCallback()

void LtePrimaryCellChangeTestCase::ConnectionEstablishedCallback ( std::string  context,
uint64_t  imsi,
uint16_t  cellId,
uint16_t  rnti 
)
private

Connection established callback function.

Parameters
contextthe context string
imsithe IMSI
cellIdthe cell ID
rntithe RNTI

Definition at line 229 of file lte-test-primary-cell-change.cc.

References NS_LOG_FUNCTION.

Referenced by DoRun().

+ Here is the caller graph for this function:

◆ DoRun()

void LtePrimaryCellChangeTestCase::DoRun ( )
overrideprivatevirtual

◆ InitialPrimaryCellChangeEndOkCallback()

void LtePrimaryCellChangeTestCase::InitialPrimaryCellChangeEndOkCallback ( std::string  context,
uint64_t  imsi,
uint16_t  cellId 
)
private

Initial cell selection end ok callback function.

Parameters
contextthe context string
imsithe IMSI
cellIdthe cell ID

◆ StateTransitionCallback()

void LtePrimaryCellChangeTestCase::StateTransitionCallback ( std::string  context,
uint64_t  imsi,
uint16_t  cellId,
uint16_t  rnti,
LteUeRrc::State  oldState,
LteUeRrc::State  newState 
)
private

State transition callback function.

Parameters
contextthe context string
imsithe IMSI
cellIdthe cell ID
rntithe RNTI
oldStatethe old state
newStatethe new state

Definition at line 217 of file lte-test-primary-cell-change.cc.

References m_lastState, and NS_LOG_FUNCTION.

Referenced by DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_isIdealRrc

bool LtePrimaryCellChangeTestCase::m_isIdealRrc
private

whether the LTE is configured to use ideal RRC

Definition at line 116 of file lte-test-primary-cell-change.h.

Referenced by DoRun().

◆ m_lastState

std::map<uint64_t, LteUeRrc::State> LtePrimaryCellChangeTestCase::m_lastState
private

The current UE RRC state.

Definition at line 123 of file lte-test-primary-cell-change.h.

Referenced by DoRun(), and StateTransitionCallback().

◆ m_numberOfComponentCarriers

uint8_t LtePrimaryCellChangeTestCase::m_numberOfComponentCarriers
private

number of component carriers

Definition at line 118 of file lte-test-primary-cell-change.h.

Referenced by DoRun().

◆ m_rngRun

int64_t LtePrimaryCellChangeTestCase::m_rngRun
private

rng run

Definition at line 117 of file lte-test-primary-cell-change.h.

Referenced by DoRun().

◆ m_sourceComponentCarrier

uint8_t LtePrimaryCellChangeTestCase::m_sourceComponentCarrier
private

source primary component carrier

Definition at line 119 of file lte-test-primary-cell-change.h.

Referenced by DoRun().

◆ m_targetComponentCarrier

uint8_t LtePrimaryCellChangeTestCase::m_targetComponentCarrier
private

target primary component carrier

Definition at line 120 of file lte-test-primary-cell-change.h.

Referenced by DoRun().


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