Searched refs:BtsNumber (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | anritsu_utils.py | 22 from acts.controllers.anritsu_lib.md8475a import BtsNumber 609 lte1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1) 610 lte2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2) 708 wcdma1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1) 709 wcdma2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2) 734 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1) 735 wcdma_bts = anritsu_handle.get_BTS(BtsNumber.BTS2) 823 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1) 824 gsm_bts = anritsu_handle.get_BTS(BtsNumber.BTS2) 913 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1) [all …]
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabMobilityTest.py | 24 from acts.controllers.anritsu_lib.md8475a import BtsNumber 195 BtsNumber.BTS1, BtsNumber.BTS2) 203 BtsNumber.BTS1, BtsNumber.BTS2)) 230 BtsNumber.BTS2, BtsNumber.BTS1))
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 91 self.bts = [self.anritsu.get_BTS(md8475a.BtsNumber.BTS1)] 118 self.anritsu.get_BTS(md8475a.BtsNumber.BTS1), 119 self.anritsu.get_BTS(md8475a.BtsNumber.BTS2) 781 self.anritsu.get_BTS(md8475a.BtsNumber.BTS3), 782 self.anritsu.get_BTS(md8475a.BtsNumber.BTS4), 783 self.anritsu.get_BTS(md8475a.BtsNumber.BTS5)
|
D | md8475a.py | 110 class BtsNumber(Enum): class 956 if not isinstance(btsnumber, BtsNumber): 1664 if (isinstance(from_bts, BtsNumber) and isinstance(to_bts, BtsNumber)): 1826 if not isinstance(btsnumber, BtsNumber):
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500.py | 20 class BtsNumber(Enum): class 203 def get_base_station(self, bts_num=BtsNumber.BTS1): 229 if not isinstance(bts_num, BtsNumber):
|
D | cmw500.py | 38 class BtsNumber(Enum): class 432 def get_base_station(self, bts_num=BtsNumber.BTS1): 458 if not isinstance(bts_num, BtsNumber):
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | GsmSimulation.py | 21 from acts.controllers.anritsu_lib.md8475a import BtsNumber 81 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
|
D | UmtsSimulation.py | 21 from acts.controllers.anritsu_lib.md8475a import BtsNumber 116 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
|