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/
DLteCellConfig.py388 def allocation_percentages_to_rbs(self, dl, ul): argument
403 if (not 0 <= dl <= 100) or (not 0 <= ul <= 100):
457 percentage=ul)
482 dl, ul, round(100 * dl_rbs / max_rbs),
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py3859 dl, ul = slots
3861 ul = int(ul)
3868 if dl < 1 or ul < 1 or dl + ul > 5:
3872 cmd = "MLTSLTCFG {},{},{}".format(dl, ul, self._bts_number)