Home
last modified time | relevance | path

Searched refs:m_thrRefUl (Results 1 – 22 of 22) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/test/
H A Dlte-test-rr-ff-mac-scheduler.cc171 m_thrRefUl (thrRefUl), in LenaRrFfMacSchedulerTestCase()
291 m_thrRefUl *= 0.95; // for couting the Vienna AMC behavior: BLER between 0% and 10% in DoRun()
300 …<< " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl << " txed " << r… in DoRun()
301 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-fdmt-ff-mac-scheduler.cc172 m_thrRefUl (thrRefUl), in LenaFdMtFfMacSchedulerTestCase()
316 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
326 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-tta-ff-mac-scheduler.cc174 m_thrRefUl (thrRefUl), in LenaTtaFfMacSchedulerTestCase()
321 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
331 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-tdmt-ff-mac-scheduler.cc171 m_thrRefUl (thrRefUl), in LenaTdMtFfMacSchedulerTestCase()
318 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
328 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-tdbet-ff-mac-scheduler.cc195 m_thrRefUl (thrRefUl), in LenaTdBetFfMacSchedulerTestCase1()
327 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
337 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-fdbet-ff-mac-scheduler.cc195 m_thrRefUl (thrRefUl), in LenaFdBetFfMacSchedulerTestCase1()
322 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
332 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-pf-ff-mac-scheduler.cc213 m_thrRefUl (thrRefUl), in LenaPfFfMacSchedulerTestCase1()
343 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
353 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-tdmt-ff-mac-scheduler.h72 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-tta-ff-mac-scheduler.h72 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-fdmt-ff-mac-scheduler.h73 double m_thrRefUl; ///< UL throughput reference variable
H A Dlte-test-rr-ff-mac-scheduler.h71 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-fdbet-ff-mac-scheduler.h73 double m_thrRefUl; ///< UL throughput reference variable
H A Dlte-test-tdbet-ff-mac-scheduler.h72 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-pf-ff-mac-scheduler.h71 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-pss-ff-mac-scheduler.h76 double m_thrRefUl; ///< the UL throughput reference value variable
H A Dlte-test-tdtbfq-ff-mac-scheduler.h76 double m_thrRefUl; ///< the UL throughput reference variable
H A Dlte-test-fdtbfq-ff-mac-scheduler.h77 double m_thrRefUl; ///< UL throughput reference variable
H A Dlte-test-cqa-ff-mac-scheduler.h74 double m_thrRefUl; ///< estimated uplink throughput variable
H A Dlte-test-pss-ff-mac-scheduler.cc253 m_thrRefUl (thrRefUl), in LenaPssFfMacSchedulerTestCase1()
471 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
476 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-cqa-ff-mac-scheduler.cc256 m_thrRefUl (thrRefUl), in LenaCqaFfMacSchedulerTestCase1()
471 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
476 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-fdtbfq-ff-mac-scheduler.cc252 m_thrRefUl (thrRefUl), in LenaFdTbfqFfMacSchedulerTestCase1()
471 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
476 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()
H A Dlte-test-tdtbfq-ff-mac-scheduler.cc252 m_thrRefUl (thrRefUl), in LenaTdTbfqFfMacSchedulerTestCase1()
470 …DataRxed.at (i) << " thr " << (double)ulDataRxed.at (i) / statsDuration << " ref " << m_thrRefUl); in DoRun()
475 …NS_TEST_ASSERT_MSG_EQ_TOL ((double)ulDataRxed.at (i) / statsDuration, m_thrRefUl, m_thrRefUl * tol… in DoRun()