Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py192 self.cmw = cmw500.Cmw500(ip_address, port)
203 self.cmw.disconnect()
207 self.cmw.connection_type = cmw500.ConnectionType.DAU
208 self.bts = [self.cmw.get_base_station()]
209 self.cmw.switch_lte_signalling(cmw500.LteState.LTE_ON)
223 self.cmw.rrc_connection = cmw500.RrcState.RRC_OFF
224 self.cmw.rrc_connection_timer = time
226 self.cmw.rrc_connection = cmw500.RrcState.RRC_ON
350 self.cmw.configure_mimo_settings(cmw500.MimoScenario.SCEN1x1)
354 self.cmw.configure_mimo_settings(cmw500.MimoScenario.SCEN2x2)
[all …]
Dcmw500.py457 def __init__(self, cmw, bts_num): argument
461 self._cmw = cmw
1114 def __init__(self, cmw): argument
1115 self._cmw = cmw
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py59 self.cmw = cmw500.Cmw500(self.callbox_params['host'],
62 self.bts = self.cmw.get_base_station()
82 self.cmw.disconnect()
151 self.cmw.reset()
157 self.cmw.switch_lte_signalling(cmw500.LteState.LTE_ON)
160 self.cmw.enable_packet_switching()
175 self.cmw.wait_for_attached_state()
178 self.cmw.wait_for_rrc_state(cmw500.LTE_CONN_RESP)
/tools/test/connectivity/acts/framework/tests/test_utils/power/tel/lab/
Dinitialize_simulator_test.py21 from acts.controllers.rohdeschwarz_lib import cmw500_cellular_simulator as cmw unknown
86 with mock.patch.object(cmw.CMW500CellularSimulator,
91 isinstance(result, cmw.CMW500CellularSimulator),
105 cmw.CMW500CellularSimulator, '__init__', return_value=None):
Dpower_tel_traffic_e2e_test.py22 from acts.controllers.rohdeschwarz_lib import cmw500_cellular_simulator as cmw unknown
81 spec=cmw.CMW500CellularSimulator)),
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_power_base_test.py22 from acts.controllers.rohdeschwarz_lib import cmw500_cellular_simulator as cmw unknown
153 return cmw.CMW500CellularSimulator(self.cmw500_ip,
/tools/apkzlib/
DOWNERS1 cmw@google.com