Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteSimulation.py1110 def allocation_percentages_to_rbs(self, bw, tm, dl, ul): argument
1127 if (not 0 <= dl <= 100) or (not 0 <= ul <= 100):
1179 percentage=ul)
1204 dl, ul, round(100 * dl_rbs / max_rbs),
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py3848 dl, ul = slots
3850 ul = int(ul)
3857 if dl < 1 or ul < 1 or dl + ul > 5:
3861 cmd = "MLTSLTCFG {},{},{}".format(dl, ul, self._bts_number)