Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py291 return NrBaseStation(self, cell)
454 if cell and isinstance(cell, NrBaseStation):
459 return next((c for c in cells if isinstance(c, NrBaseStation)),
474 [bts for bts in self.bts if isinstance(bts, NrBaseStation)])
501 if isinstance(c, NrBaseStation)
1218 class NrBaseStation(BaseStation): class