Public Member Functions | |
LteRrcConnectionEstablishmentTestCase (uint32_t nUes, uint32_t nBearers, uint32_t tConnBase, uint32_t tConnIncrPerUe, uint32_t delayDiscStart, bool errorExpected, bool useIdealRrc, bool admitRrcConnectionRequest, std::string description="") | |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
Protected Member Functions | |
void | CheckConnected (Ptr< NetDevice > ueDevice, Ptr< NetDevice > enbDevice) |
void | CheckNotConnected (Ptr< NetDevice > ueDevice, Ptr< NetDevice > enbDevice) |
void | Connect (Ptr< NetDevice > ueDevice, Ptr< NetDevice > enbDevice) |
void | ConnectionEstablishedCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti) |
void | ConnectionTimeoutCallback (std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti) |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
![]() | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
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... | |
Static Protected Member Functions | |
static std::string | BuildNameString (uint32_t nUes, uint32_t nBearers, uint32_t tConnBase, uint32_t tConnIncrPerUe, uint32_t delayDiscStart, bool useIdealRrc, bool admitRrcConnectionRequest, std::string description="") |
Protected Attributes | |
bool | m_admitRrcConnectionRequest |
uint32_t | m_delayConnEnd |
uint32_t | m_delayDiscEnd |
uint32_t | m_delayDiscStart |
std::map< uint64_t, bool > | m_isConnectionEstablished |
Ptr< LteHelper > | m_lteHelper |
uint32_t | m_nBearers |
uint32_t | m_nUes |
uint32_t | m_tConnBase |
uint32_t | m_tConnIncrPerUe |
bool | m_useIdealRrc |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Definition at line 33 of file test-lte-rrc.cc.
LteRrcConnectionEstablishmentTestCase::LteRrcConnectionEstablishmentTestCase | ( | uint32_t | nUes, |
uint32_t | nBearers, | ||
uint32_t | tConnBase, | ||
uint32_t | tConnIncrPerUe, | ||
uint32_t | delayDiscStart, | ||
bool | errorExpected, | ||
bool | useIdealRrc, | ||
bool | admitRrcConnectionRequest, | ||
std::string | description = "" |
||
) |
nUes | number of UEs in the test |
nBearers | number of bearers to be setup in each connection |
tConnBase | connection time base value for all UEs in ms |
tConnIncrPerUe | additional connection time increment for each UE index (0...nUes-1) in ms |
delayDiscStart | expected duration to perform connection establishment in ms |
errorExpected | if true, test case will wait a bit longer to accomodate for transmission error |
useIdealRrc | If set to false, real RRC protocol model will be used |
admitRrcConnectionRequest | If set to false, eNb will not allow UE connections |
description | additional description of the test case |
Definition at line 138 of file test-lte-rrc.cc.
References ns3::TestCase::GetName(), m_delayConnEnd, m_nBearers, NS_ASSERT, NS_LOG_FUNCTION, and NS_LOG_LOGIC.
|
staticprotected |
Definition at line 96 of file test-lte-rrc.cc.
|
protected |
Definition at line 333 of file test-lte-rrc.cc.
References ns3::ObjectPtrContainerValue::Begin(), ns3::ObjectPtrContainerValue::End(), ns3::ObjectBase::GetAttribute(), ns3::LteUeNetDevice::GetImsi(), ns3::UeManager::GetImsi(), ns3::ObjectPtrContainerValue::GetN(), ns3::Object::GetObject(), ns3::LteUeNetDevice::GetRrc(), ns3::UeManager::GetState(), m_admitRrcConnectionRequest, ns3::LteDataRadioBearerInfo::m_drbIdentity, ns3::LteDataRadioBearerInfo::m_epsBearerIdentity, m_isConnectionEstablished, ns3::LteDataRadioBearerInfo::m_logicalChannelIdentity, m_nBearers, NS_ASSERT, NS_ASSERT_MSG, NS_LOG_FUNCTION, NS_LOG_WARN, and NS_TEST_ASSERT_MSG_EQ.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 448 of file test-lte-rrc.cc.
References ns3::LteUeNetDevice::GetImsi(), ns3::Object::GetObject(), ns3::LteUeNetDevice::GetRrc(), ns3::LteEnbNetDevice::GetRrc(), ns3::UeManager::GetState(), m_isConnectionEstablished, NS_ASSERT, NS_ASSERT_MSG, NS_LOG_FUNCTION, and NS_TEST_ASSERT_MSG_EQ.
Referenced by LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 319 of file test-lte-rrc.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::LteHelper::Attach(), m_lteHelper, m_nBearers, and NS_LOG_FUNCTION.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 479 of file test-lte-rrc.cc.
References m_isConnectionEstablished, and NS_LOG_FUNCTION.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 488 of file test-lte-rrc.cc.
References NS_LOG_FUNCTION.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protectedvirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Reimplemented in LteRrcConnectionEstablishmentErrorTestCase.
Definition at line 211 of file test-lte-rrc.cc.
References ns3::LteHelper::AssignStreams(), ns3::NetDeviceContainer::Begin(), CheckConnected(), Connect(), ns3::Config::Connect(), ConnectionEstablishedCallback(), ConnectionTimeoutCallback(), ns3::NodeContainer::Create(), ns3::NetDeviceContainer::End(), ns3::NetDeviceContainer::Get(), ns3::LteUeNetDevice::GetImsi(), ns3::TestCase::GetName(), ns3::Object::GetObject(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), m_admitRrcConnectionRequest, m_delayConnEnd, m_delayDiscEnd, m_delayDiscStart, m_isConnectionEstablished, m_lteHelper, m_nUes, m_tConnBase, m_tConnIncrPerUe, m_useIdealRrc, ns3::MakeCallback(), max, ns3::MilliSeconds(), third::mobility, NS_LOG_FUNCTION, ns3::Config::Reset(), ns3::ObjectBase::SetAttribute(), ns3::Config::SetDefault(), and ns3::MobilityHelper::SetMobilityModel().
|
protected |
Definition at line 87 of file test-lte-rrc.cc.
Referenced by CheckConnected(), DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 83 of file test-lte-rrc.cc.
Referenced by DoRun(), LteRrcConnectionEstablishmentErrorTestCase::DoRun(), and LteRrcConnectionEstablishmentTestCase().
|
protected |
Definition at line 85 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 84 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 91 of file test-lte-rrc.cc.
Referenced by CheckConnected(), CheckNotConnected(), ConnectionEstablishedCallback(), DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
Definition at line 88 of file test-lte-rrc.cc.
Referenced by Connect(), DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 80 of file test-lte-rrc.cc.
Referenced by CheckConnected(), Connect(), and LteRrcConnectionEstablishmentTestCase().
|
protected |
Definition at line 62 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 81 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 82 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().
|
protected |
Definition at line 86 of file test-lte-rrc.cc.
Referenced by DoRun(), and LteRrcConnectionEstablishmentErrorTestCase::DoRun().