#include "ns3/abort.h"
#include "ns3/angles.h"
#include "ns3/channel-condition-model.h"
#include "ns3/config.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/double.h"
#include "ns3/ism-spectrum-value-helper.h"
#include "ns3/isotropic-antenna-model.h"
#include "ns3/log.h"
#include "ns3/node-container.h"
#include "ns3/pointer.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/simple-net-device.h"
#include "ns3/simulator.h"
#include "ns3/spectrum-signal-parameters.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/three-gpp-antenna-model.h"
#include "ns3/three-gpp-channel-model.h"
#include "ns3/three-gpp-spectrum-propagation-loss-model.h"
#include "ns3/uinteger.h"
#include "ns3/uniform-planar-array.h"
#include <valarray>
Go to the source code of this file.
Classes | |
struct | CheckLongTermUpdateParams |
A structure that holds the parameters for the function CheckLongTermUpdate. More... | |
struct | MimoPolarizationAntennaParams |
Structure that contains some of the main configuration parameters of the antenna array that are used in the ThreeGppMimoPolarizationTest. More... | |
class | ThreeGppCalcLongTermMultiPortTest |
Test case that test the correct use of the multi-port antennas in spectrum. 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 | ThreeGppMimoPolarizationTest |
This test tests that the channel matrix is correctly generated when dual-polarized antennas are being used at TX and RX. 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 1386 of file three-gpp-channel-test-suite.cc.