#include "ns3/log.h"
#include "ns3/abort.h"
#include "ns3/test.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/uinteger.h"
#include "ns3/string.h"
#include "ns3/angles.h"
#include "ns3/pointer.h"
#include "ns3/node-container.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/uniform-planar-array.h"
#include "ns3/isotropic-antenna-model.h"
#include "ns3/three-gpp-channel-model.h"
#include "ns3/simple-net-device.h"
#include "ns3/simulator.h"
#include "ns3/channel-condition-model.h"
#include "ns3/three-gpp-spectrum-propagation-loss-model.h"
#include "ns3/wifi-spectrum-value-helper.h"
Go to the source code of this file.
Classes | |
struct | CheckLongTermUpdateParams |
A structure that holds the parameters for the function CheckLongTermUpdate. More... | |
class | ThreeGppChannelMatrixComputationTest |
Test case for the ThreeGppChannelModel class. More... | |
class | ThreeGppChannelMatrixUpdateTest |
Test case for the ThreeGppChannelModel class. More... | |
class | ThreeGppChannelTestSuite |
Test suite for the ThreeGppChannelModel class. More... | |
class | ThreeGppSpectrumPropagationLossModelTest |
Test case for the ThreeGppSpectrumPropagationLossModelTest class. More... | |
Variables | |
static ThreeGppChannelTestSuite | myTestSuite |
Static variable for test initialization. More... | |
|
static |
Static variable for test initialization.
Definition at line 603 of file three-gpp-channel-test-suite.cc.