Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteSimulation.py541 if self.get_duplex_mode(new_config.band) == DuplexMode.TDD:
895 duplex_mode = self.get_duplex_mode(bts_config.band)
1010 duplex_mode = self.get_duplex_mode(bts_config.band)
1207 def get_duplex_mode(self, band): member in LteSimulation
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py236 bts.duplex_mode = self.get_duplex_mode(band)
241 def get_duplex_mode(self, band): member in CMW500CellularSimulator
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py248 bts.duplex_mode = self.get_duplex_mode(band).value
252 def get_duplex_mode(self, band): member in MD8475CellularSimulator