#include <ns3/constant-position-mobility-model.h>
#include <ns3/core-module.h>
#include <ns3/log.h>
#include <ns3/lr-wpan-module.h>
#include <ns3/packet.h>
#include <ns3/propagation-delay-model.h>
#include <ns3/propagation-loss-model.h>
#include <ns3/simulator.h>
#include <ns3/single-model-spectrum-channel.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | LrWpanMacTestSuite |
LrWpan MAC TestSuite. More... | |
class | TestActiveScanPanDescriptors |
Test MAC Active Scan PAN descriptor reception and check some of its values. More... | |
class | TestOrphanScan |
Test MAC Orphan Scan Coordinator Realignment command reception and its values. More... | |
class | TestRxOffWhenIdleAfterCsmaFailure |
Test PHY going to TRX_OFF after CSMA failure (MAC->RxOnWhenIdle(false)) More... | |
Variables | |
static LrWpanMacTestSuite | g_lrWpanMacTestSuite |
Static variable for test initialization. | |
|
static |
Static variable for test initialization.
Definition at line 726 of file lr-wpan-mac-test.cc.