Test MAC Orphan Scan Coordinator Realignment command reception and its values. More...
Public Member Functions | |
TestOrphanScan () | |
~TestOrphanScan () override | |
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 | |
void | DoRun () override |
Implementation to actually run this TestCase. More... | |
void | OrphanIndicationCoord (MlmeOrphanIndicationParams params) |
Function called as a result of receiving an orphan notification command on the coordinator. More... | |
void | ScanConfirm (MlmeScanConfirmParams params) |
Function called in response to a MAC scan request. More... | |
Private Attributes | |
Ptr< LrWpanNetDevice > | coord1NetDevice |
The LrWpanNetDevice of coordinator 1. More... | |
Ptr< LrWpanNetDevice > | endNodeNetDevice |
The LrWpanNetDevice of the end device. More... | |
bool | m_orphanScanSuccess |
Indicates a successful orphan scan. 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... | |
Test MAC Orphan Scan Coordinator Realignment command reception and its values.
Definition at line 534 of file lr-wpan-mac-test.cc.
TestOrphanScan::TestOrphanScan | ( | ) |
Definition at line 563 of file lr-wpan-mac-test.cc.
References m_orphanScanSuccess.
|
override |
Definition at line 569 of file lr-wpan-mac-test.cc.
|
overrideprivatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 605 of file lr-wpan-mac-test.cc.
References ns3::Node::AddDevice(), third::channel, coord1NetDevice, endNodeNetDevice, ns3::LrWpanNetDevice::GetMac(), ns3::LrWpanNetDevice::GetPhy(), ns3::MlmeScanRequestParams::m_chPage, m_orphanScanSuccess, ns3::MlmeScanRequestParams::m_scanChannels, ns3::MlmeScanRequestParams::m_scanType, ns3::MakeCallback(), ns3::MLMESCAN_ORPHAN, NS_LOG_DEBUG, NS_TEST_EXPECT_MSG_EQ, OrphanIndicationCoord(), two-ray-to-three-gpp-ch-calibration::params, ScanConfirm(), ns3::Seconds(), and ns3::LrWpanNetDevice::SetChannel().
|
private |
Function called as a result of receiving an orphan notification command on the coordinator.
params | MLME orphan indication parameters |
Definition at line 583 of file lr-wpan-mac-test.cc.
References coord1NetDevice, ns3::LrWpanNetDevice::GetMac(), ns3::MlmeOrphanResponseParams::m_assocMember, ns3::MlmeOrphanResponseParams::m_orphanAddr, ns3::MlmeOrphanResponseParams::m_shortAddr, and two-ray-to-three-gpp-ch-calibration::params.
Referenced by DoRun().
|
private |
Function called in response to a MAC scan request.
params | MLME scan confirm parameters |
Definition at line 574 of file lr-wpan-mac-test.cc.
References m_orphanScanSuccess, two-ray-to-three-gpp-ch-calibration::params, and ns3::SUCCESS.
Referenced by DoRun().
|
private |
The LrWpanNetDevice of coordinator 1.
Definition at line 558 of file lr-wpan-mac-test.cc.
Referenced by DoRun(), and OrphanIndicationCoord().
|
private |
The LrWpanNetDevice of the end device.
Definition at line 559 of file lr-wpan-mac-test.cc.
Referenced by DoRun().
|
private |
Indicates a successful orphan scan.
Definition at line 560 of file lr-wpan-mac-test.cc.
Referenced by TestOrphanScan(), DoRun(), and ScanConfirm().