Home
last modified time | relevance | path

Searched refs:phich (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteCellConfig.py110 self.phich = None
362 self.phich = '1'
365 self.phich = '1/6'
367 self.phich = '1/2'
369 self.phich = parameters[self.PARAM_PHICH]
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py195 if config.phich:
196 self.set_phich_resource(bts_index, config.phich)
427 def set_phich_resource(self, bts_index, phich): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py255 def set_phich_resource(self, bts_index, phich): argument
262 self.bts[bts_index].phich_resource = phich
Dmd8475a.py2101 def phich_resource(self, phich): argument
2114 phich = str(phich)
2117 if phich not in valid_values:
2121 cmd = "PHICHRESOURCE {},{}".format(phich, self._bts_number)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py382 def set_phich_resource(self, bts_index, phich): argument
Dcmw500_cellular_simulator.py575 def set_phich_resource(self, bts_index, phich): argument
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/
Duxm_cellular_simulator.py913 def set_phich_resource(self, bts_index, phich): argument