Searched refs:dl (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 1114 def allocation_percentages_to_rbs(self, bw, tm, dl, ul): argument 1131 if (not 0 <= dl <= 100) or (not 0 <= ul <= 100): 1160 percentage=dl) 1208 dl, ul, round(100 * dl_rbs / max_rbs),
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 3848 dl, ul = slots 3849 dl = int(dl) 3857 if dl < 1 or ul < 1 or dl + ul > 5: 3861 cmd = "MLTSLTCFG {},{},{}".format(dl, ul, self._bts_number)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiStressTest.py | 323 dl = threading.Thread(target=self.run_long_traffic, args=(sec, dl_args, q)) 324 dl.start() 325 dl.join()
|