Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py25 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/
Dmd8475a.py119 class BtsTechnology(Enum): class
1520 if rat == BtsTechnology.LTE.value:
1530 elif rat == BtsTechnology.WCDMA.value:
1540 elif rat == BtsTechnology.GSM.value:
Dmd8475_cellular_simulator.py109 *[md8475a.BtsTechnology.LTE for _ in range(self.LTE_MAX_CARRIERS)],
180 *[md8475a.BtsTechnology.LTE for _ in range(self.num_carriers)],