Struct containing the parameters for each test. More...
Public Attributes | |
double | m_distance |
2D distance between UT and BS in meters | |
double | m_frequency |
carrier frequency in Hz | |
bool | m_isLos |
if true LOS, if false NLOS | |
double | m_pr |
received power in dBm | |
double | m_pt |
transmitted power in dBm | |
Struct containing the parameters for each test.
Definition at line 216 of file three-gpp-propagation-loss-model-test-suite.cc.
double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_distance |
2D distance between UT and BS in meters
Definition at line 218 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().
double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_frequency |
carrier frequency in Hz
Definition at line 220 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().
bool ThreeGppUmaPropagationLossModelTestCase::TestVector::m_isLos |
if true LOS, if false NLOS
Definition at line 219 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().
double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_pr |
received power in dBm
Definition at line 222 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().
double ThreeGppUmaPropagationLossModelTestCase::TestVector::m_pt |
transmitted power in dBm
Definition at line 221 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppUmaPropagationLossModelTestCase::DoRun().