Searched refs:BtsTechnology (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | anritsu_utils.py | 25 from acts.controllers.anritsu_lib.md8475a import BtsTechnology 497 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.LTE) 549 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA, 550 BtsTechnology.WCDMA) 572 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA) 624 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM) 676 anritsu_handle.set_simulation_model(BtsTechnology.LTE, 677 BtsTechnology.CDMA1X) 729 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO) 781 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA, BtsTechnology.GSM) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | anritsu_utils.py | 25 from acts.controllers.anritsu_lib.md8475a import BtsTechnology 606 anritsu_handle.set_simulation_model(BtsTechnology.LTE, 607 BtsTechnology.LTE) 705 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA, 706 BtsTechnology.WCDMA) 732 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA) 821 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM) 910 anritsu_handle.set_simulation_model(BtsTechnology.LTE, 911 BtsTechnology.CDMA1X) 1000 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO) [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 115 class BtsTechnology(Enum): class 1296 if rat == BtsTechnology.LTE.value: 1306 elif rat == BtsTechnology.WCDMA.value: 1316 elif rat == BtsTechnology.GSM.value:
|