#include "ns3/abort.h"
#include "ns3/channel-condition-model.h"
#include "ns3/config.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/double.h"
#include "ns3/log.h"
#include "ns3/node-container.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ChannelConditionModelsTestSuite |
Test suite for the channel condition models. More... | |
struct | ThreeGppChannelConditionModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
class | ThreeGppChannelConditionModelTestCase |
Test case for the 3GPP channel condition models. More... | |
Variables | |
static ChannelConditionModelsTestSuite | g_channelConditionModelsTestSuite |
Static variable for test initialization. More... | |
|
static |
Static variable for test initialization.
Definition at line 298 of file channel-condition-model-test-suite.cc.