Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py23 from acts.controllers.anritsu_lib.md8475a import BtsNumber
595 lte1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
596 lte2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
694 wcdma1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
695 wcdma2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
720 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
721 wcdma_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
809 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
810 gsm_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
899 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabMobilityTest.py24 from acts.controllers.anritsu_lib.md8475a import BtsNumber
186 BtsNumber.BTS1, BtsNumber.BTS2)
194 BtsNumber.BTS1, BtsNumber.BTS2))
221 BtsNumber.BTS2, BtsNumber.BTS1))
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py92 self.anritsu.get_BTS(md8475a.BtsNumber.BTS1),
93 self.anritsu.get_BTS(md8475a.BtsNumber.BTS2)
729 self.anritsu.get_BTS(md8475a.BtsNumber.BTS3),
730 self.anritsu.get_BTS(md8475a.BtsNumber.BTS4),
731 self.anritsu.get_BTS(md8475a.BtsNumber.BTS5)
Dmd8475a.py110 class BtsNumber(Enum): class
963 if not isinstance(btsnumber, BtsNumber):
1671 if (isinstance(from_bts, BtsNumber) and isinstance(to_bts, BtsNumber)):
1833 if not isinstance(btsnumber, BtsNumber):
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DGsmSimulation.py25 from acts.controllers.anritsu_lib.md8475a import BtsNumber
81 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
DUmtsSimulation.py21 from acts.controllers.anritsu_lib.md8475a import BtsNumber
114 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py38 class BtsNumber(Enum): class
432 def get_base_station(self, bts_num=BtsNumber.BTS1):
458 if not isinstance(bts_num, BtsNumber):