A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
sionna-channel-model-test.cc File Reference
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/double.h"
#include "ns3/log.h"
#include "ns3/matrix-based-channel-model.h"
#include "ns3/node.h"
#include "ns3/phased-array-model.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/sionna-rt-channel-model.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/uinteger.h"
#include "ns3/uniform-planar-array.h"
#include <pybind11/pybind11.h>
Include dependency graph for sionna-channel-model-test.cc:

Go to the source code of this file.

Classes

class  SionnaRtChannelEndToEndTest
 End-to-end test for SionnaRtChannelModel::GetChannel with Sionna. More...
class  SionnaRtChannelModelTestSuite
 Test suite for Sionna RT channel model regression tests. More...

Functions

static Ptr< MobilityModelCreateMobility (double x, double y, double z)
static Ptr< UniformPlanarArrayCreateUpa (uint32_t rows, uint32_t cols)

Variables

static SionnaRtChannelModelTestSuite g_sionnaRtChannelModelTestSuite

Function Documentation

◆ CreateMobility()

Ptr< MobilityModel > CreateMobility ( double x,
double y,
double z )
static

Definition at line 62 of file sionna-channel-model-test.cc.

References ns3::CreateObject(), and x.

Referenced by SionnaRtChannelEndToEndTest::DoRun().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreateUpa()

Ptr< UniformPlanarArray > CreateUpa ( uint32_t rows,
uint32_t cols )
static

Definition at line 53 of file sionna-channel-model-test.cc.

References ns3::CreateObject().

Referenced by SionnaRtChannelEndToEndTest::DoRun().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_sionnaRtChannelModelTestSuite

SionnaRtChannelModelTestSuite g_sionnaRtChannelModelTestSuite
static

Definition at line 192 of file sionna-channel-model-test.cc.