Testing the initial cell selection procedure by UE at IDLE state in the beginning of simulation. More...
#include <lte-test-cell-selection.h>
Classes | |
struct | UeSetup_t |
A set of input parameters for setting up a UE in the simulation. More... | |
Public Member Functions | |
LteCellSelectionTestCase (std::string name, bool isEpcMode, bool isIdealRrc, double interSiteDistance, std::vector< UeSetup_t > ueSetupList, int64_t rngRun) | |
Creates an instance of the initial cell selection test case. More... | |
virtual | ~LteCellSelectionTestCase () |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
Private Member Functions | |
void | CheckPoint (Ptr< LteUeNetDevice > ueDev, uint16_t expectedCellId1, uint16_t expectedCellId2) |
Verifies if the given UE is attached to either of the given two cells and in a CONNECTED_NORMALLY state. More... | |
void | ConnectionEstablishedCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti) |
virtual void | DoRun () |
Setup the simulation according to the configuration set by the class constructor, run it, and verify the result. More... | |
void | InitialCellSelectionEndErrorCallback (std::string context, uint64_t imsi, uint16_t cellId) |
void | InitialCellSelectionEndOkCallback (std::string context, uint64_t imsi, uint16_t cellId) |
void | StateTransitionCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti, LteUeRrc::State oldState, LteUeRrc::State newState) |
Private Attributes | |
double | m_interSiteDistance |
bool | m_isEpcMode |
bool | m_isIdealRrc |
std::vector< LteUeRrc::State > | m_lastState |
The current UE RRC state. More... | |
int64_t | m_rngRun |
std::vector< UeSetup_t > | m_ueSetupList |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase) NS_DEPRECATED |
Add an individual child TestCase case to this TestCase. More... | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
Add an individual child TestCase to this test suite. More... | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
Testing the initial cell selection procedure by UE at IDLE state in the beginning of simulation.
Definition at line 55 of file lte-test-cell-selection.h.
ns3::LteCellSelectionTestCase::LteCellSelectionTestCase | ( | std::string | name, |
bool | isEpcMode, | ||
bool | isIdealRrc, | ||
double | interSiteDistance, | ||
std::vector< UeSetup_t > | ueSetupList, | ||
int64_t | rngRun | ||
) |
Creates an instance of the initial cell selection test case.
name | name of this test |
isEpcMode | set to true for setting up simulation with EPC enabled |
isIdealRrc | if true, simulation uses Ideal RRC protocol, otherwise simulation uses Real RRC protocol |
interSiteDistance | the distance between eNodeB in meters |
ueSetupList | a list of UE configuration to be installed in the simulation |
rngRun | the number of run to be used by the random number generator |
Definition at line 131 of file lte-test-cell-selection.cc.
References ns3::TestCase::GetName(), m_lastState, m_ueSetupList, NS_LOG_FUNCTION, and ns3::LteUeRrc::NUM_STATES.
|
virtual |
Definition at line 147 of file lte-test-cell-selection.cc.
References ns3::TestCase::GetName(), and NS_LOG_FUNCTION.
|
private |
Verifies if the given UE is attached to either of the given two cells and in a CONNECTED_NORMALLY state.
Definition at line 362 of file lte-test-cell-selection.cc.
References ns3::LteUeRrc::CONNECTED_NORMALLY, m_lastState, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun().
|
private |
Definition at line 423 of file lte-test-cell-selection.cc.
References NS_LOG_FUNCTION.
Referenced by DoRun().
|
privatevirtual |
Setup the simulation according to the configuration set by the class constructor, run it, and verify the result.
Implements ns3::TestCase.
Definition at line 154 of file lte-test-cell-selection.cc.
References ns3::NetDeviceContainer::Add(), ns3::Ipv4AddressHelper::Assign(), ns3::NetDeviceContainer::Begin(), ns3::NodeContainer::Begin(), CheckPoint(), ns3::Config::Connect(), ConnectionEstablishedCallback(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::NetDeviceContainer::End(), ns3::NodeContainer::End(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::NetDeviceContainer::GetN(), ns3::NodeContainer::GetN(), ns3::TestCase::GetName(), ns3::Object::GetObject(), ns3::Ipv4StaticRoutingHelper::GetStaticRouting(), InitialCellSelectionEndErrorCallback(), InitialCellSelectionEndOkCallback(), ns3::PointToPointHelper::Install(), ns3::InternetStackHelper::Install(), ns3::MobilityHelper::Install(), m_interSiteDistance, m_isEpcMode, m_isIdealRrc, m_rngRun, m_ueSetupList, ns3::MakeCallback(), NS_ASSERT, NS_FATAL_ERROR, NS_LOG_FUNCTION, NS_LOG_INFO, ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Ipv4AddressHelper::SetBase(), ns3::PointToPointHelper::SetChannelAttribute(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::Config::SetGlobal(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityHelper::SetPositionAllocator(), StateTransitionCallback(), and ns3::Simulator::Stop().
|
private |
Definition at line 415 of file lte-test-cell-selection.cc.
References NS_LOG_FUNCTION.
Referenced by DoRun().
|
private |
Definition at line 407 of file lte-test-cell-selection.cc.
References NS_LOG_FUNCTION.
Referenced by DoRun().
|
private |
Definition at line 397 of file lte-test-cell-selection.cc.
References m_lastState, and NS_LOG_FUNCTION.
Referenced by DoRun().
|
private |
Definition at line 116 of file lte-test-cell-selection.h.
Referenced by DoRun().
|
private |
Definition at line 114 of file lte-test-cell-selection.h.
Referenced by DoRun().
|
private |
Definition at line 115 of file lte-test-cell-selection.h.
Referenced by DoRun().
|
private |
The current UE RRC state.
Definition at line 121 of file lte-test-cell-selection.h.
Referenced by CheckPoint(), LteCellSelectionTestCase(), and StateTransitionCallback().
|
private |
Definition at line 118 of file lte-test-cell-selection.h.
Referenced by DoRun().
|
private |
Definition at line 117 of file lte-test-cell-selection.h.
Referenced by DoRun(), and LteCellSelectionTestCase().