A Discrete-Event Network Simulator
API
ThreeGppUmaPropagationLossModelTestCase::TestVector Struct Reference

Struct containing the parameters for each test. More...

Public Attributes

double m_distance
 2D distance between UT and BS in meters More...
 
double m_frequency
 carrier frequency in Hz More...
 
bool m_isLos
 if true LOS, if false NLOS More...
 
double m_pr
 received power in dBm More...
 
double m_pt
 transmitted power in dBm More...
 

Detailed Description

Struct containing the parameters for each test.

Definition at line 222 of file three-gpp-propagation-loss-model-test-suite.cc.

Member Data Documentation

◆ m_distance

double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_distance

2D distance between UT and BS in meters

Definition at line 224 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().

◆ m_frequency

double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_frequency

carrier frequency in Hz

Definition at line 226 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().

◆ m_isLos

bool ThreeGppUmaPropagationLossModelTestCase::TestVector::m_isLos

if true LOS, if false NLOS

Definition at line 225 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().

◆ m_pr

double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_pr

received power in dBm

Definition at line 228 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().

◆ m_pt

double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_pt

transmitted power in dBm

Definition at line 227 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().


The documentation for this struct was generated from the following file: