Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py26 from acts.controllers.anritsu_lib.md8475a import BtsTechnology
592 anritsu_handle.set_simulation_model(BtsTechnology.LTE,
593 BtsTechnology.LTE)
691 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA,
692 BtsTechnology.WCDMA)
718 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA)
807 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM)
896 anritsu_handle.set_simulation_model(BtsTechnology.LTE,
897 BtsTechnology.CDMA1X)
986 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py109 *[md8475a.BtsTechnology.LTE for _ in range(self.LTE_MAX_CARRIERS)],
180 *[md8475a.BtsTechnology.LTE for _ in range(self.num_carriers)],
Dmd8475a.py119 class BtsTechnology(Enum): class
1520 if rat == BtsTechnology.LTE.value:
1530 elif rat == BtsTechnology.WCDMA.value:
1540 elif rat == BtsTechnology.GSM.value: