Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_handover_simulator.py182 cell = next(iter(c for c in self.cmx.lte_cells if not c.is_active),
200 cell = next(iter(c for c in self.cmx.nr_cells if not c.is_active),
Dcmx500.py574 if not cell.is_active:
795 def is_active(self): member in BaseStation
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dssh_utils.py63 return self.ssh and self.ssh.get_transport().is_active()