Searched refs:phich (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | LteCellConfig.py | 110 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/ |
D | cellular_simulator.py | 195 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/ |
D | md8475_cellular_simulator.py | 255 def set_phich_resource(self, bts_index, phich): argument 262 self.bts[bts_index].phich_resource = phich
|
D | md8475a.py | 2101 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/ |
D | cmx500_cellular_simulator.py | 382 def set_phich_resource(self, bts_index, phich): argument
|
D | cmw500_cellular_simulator.py | 575 def set_phich_resource(self, bts_index, phich): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/ |
D | uxm_cellular_simulator.py | 913 def set_phich_resource(self, bts_index, phich): argument
|