Searched refs:cmw (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_handover_simulator.py | 38 def __init__(self, cmw): argument 44 self.cmw = cmw 45 self._lte = Cmw500LteHandoverManager(self.cmw) 46 self._wcdma = Cmw500WcdmaHandoverManager(self.cmw) 122 self.cmw.wait_until_quiet() 144 def __init__(self, cmw, technology): argument 151 self.cmw = cmw 163 return self.cmw.send_and_recv(cmd).strip('"\'') 175 self.cmw.send_and_recv(cmd) 181 return self.cmw.send_and_recv(cmd) [all …]
|
D | cmw500_cellular_simulator.py | 189 self.cmw = cmw500.Cmw500(ip_address, port) 200 self.cmw.disconnect() 204 self.cmw.connection_type = cmw500.ConnectionType.DAU 207 self.bts = [self.cmw.get_base_station()] 208 self.cmw.switch_lte_signalling(cmw500.LteState.LTE_ON) 218 self.bts = [self.cmw.get_base_station(cmw500.BtsNumber.BTS1)] 221 self.cmw.get_base_station(cmw500.BtsNumber('SCC{}'.format(i)))) 237 self.cmw.rrc_connection = cmw500.RrcState.RRC_OFF 238 self.cmw.rrc_connection_timer = time 240 self.cmw.rrc_connection = cmw500.RrcState.RRC_ON [all …]
|
D | cmw500_iperf_measurement.py | 75 def __init__(self, cmw, meas_id=1): argument 98 self._cmw = cmw 109 CMW500IPerfService(cmw, meas_id, i + 1, IPerfMode.CLIENT) 113 CMW500IPerfService(cmw, meas_id, i + 1, IPerfMode.SERVER) 268 def __init__(self, cmw, meas_id, service_id, mode): argument 277 self._cmw = cmw
|
D | cmw500.py | 829 def __init__(self, cmw, bts_num): argument 833 self._cmw = cmw 1368 def __init__(self, cmw): argument 1369 self._cmw = cmw
|
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 59 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_tests/acts_contrib/test_utils_tests/power/tel/lab/ |
D | initialize_simulator_test.py | 22 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):
|
D | power_tel_traffic_e2e_test.py | 23 from acts.controllers.rohdeschwarz_lib import cmw500_cellular_simulator as cmw unknown 81 spec=cmw.CMW500CellularSimulator)),
|
/tools/apkzlib/ |
D | OWNERS | 1 cmw@google.com
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/ |
D | cellular_base_test.py | 22 from acts.controllers.rohdeschwarz_lib import cmw500_cellular_simulator as cmw unknown 181 return cmw.CMW500CellularSimulator(self.cmw500_ip,
|