Searched refs:is_active (Results 1 – 3 of 3) sorted by relevance
182 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),
574 if not cell.is_active:795 def is_active(self): member in BaseStation
63 return self.ssh and self.ssh.get_transport().is_active()