Home
last modified time | relevance | path

Searched refs:rat (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabDataTest.py135 def _setup_data(self, set_simulation_func, rat): argument
153 if rat == RAT_LTE:
156 elif rat == RAT_WCDMA:
159 elif rat == RAT_GSM:
162 elif rat == RAT_1XRTT:
241 def _data_stall_detection_recovery(self, set_simulation_func, rat): argument
251 if rat == RAT_LTE:
254 elif rat == RAT_WCDMA:
257 elif rat == RAT_GSM:
260 elif rat == RAT_1XRTT:
DTelLabUeIdentityTest.py81 def _read_identity(self, set_simulation_func, rat, identity_type): argument
89 if rat == RAT_LTE:
92 elif rat == RAT_WCDMA:
95 elif rat == RAT_GSM:
98 elif rat == RAT_1XRTT:
DTelLabSmsTest.py146 rat, argument
154 if rat == RAT_LTE:
162 if rat == RAT_LTE:
165 elif rat == RAT_WCDMA:
168 elif rat == RAT_GSM:
171 elif rat == RAT_1XRTT:
194 phone_number, message, rat):
201 phone_number, message, rat):
DTelLabProjectFiTest.py157 rat): argument
162 if rat == RAT_LTE:
167 if rat == RAT_LTE:
DTelLabMobilityTest.py177 for rat in simmodel[:2]:
178 band.append(self.anritsu.get_supported_bands(rat))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py1973 rat='volte',
1988 if rat.lower() == '5g_volte':
1994 elif rat.lower() == '5g_csfb':
2000 elif rat.lower() == '5g_wfc':
2014 elif rat.lower() == 'volte':
2020 elif rat.lower() == 'csfb':
2026 elif rat.lower() == '3g':
2032 elif rat.lower() == 'wfc':
2050 def is_phone_in_call_on_rat(log, ad, rat='volte', only_return_fn=None): argument
2051 if rat.lower() == 'volte' or rat.lower() == '5g_volte':
[all …]
Danritsu_utils.py1841 rat=""): argument
1859 if rat == RAT_1XRTT:
1934 def verify_anritsu_received_sms(log, vp_handle, receiver_number, message, rat): argument
1935 if rat == RAT_1XRTT:
1944 if rat == RAT_1XRTT:
1960 def sms_mo_send(log, ad, vp_handle, receiver_number, message, rat=""): argument
1972 message, rat):
1980 def sms_mt_receive_verify(log, ad, vp_handle, sender_number, message, rat=""): argument
1987 if rat == RAT_1XRTT:
Dtel_lookup_tables.py67 def is_rat_svd_capable(rat): argument
68 return _TelTables.technology_tbl[rat]["simultaneous_voice_data"]
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py301 rat = self.dut.adb.getprop("gsm.network.type")
302 if "," in rat:
304 rat = rat.split(',')[slot_id]
306 (rat1, rat2) = rat.split(',')
308 rat = rat2
310 rat = rat1
311 return rat
338 rat = self._get_network_rat(slot_id)
339 self.dut.log.info("Network in RAT %s", rat)
340 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
[all …]
DTelLiveGFTDSDSMessageTest.py428 rat=["", ""], argument
489 self.log, ad, rat[1-mo_voice_slot], mo_voice_other_sub_id)
498 rat[mo_voice_slot],
502 self.log, ad, rat[mo_voice_slot], only_return_fn=True)
1629 0, 0, 0, rat=["volte", "volte"], call_direction="mo"):
1633 0, 1, 0, rat=["volte", "volte"], call_direction="mo"):
1637 1, 0, 0, rat=["volte", "volte"], call_direction="mo"):
1641 1, 1, 0, rat=["volte", "volte"], call_direction="mo"):
1651 0, 0, 0, rat=["volte", "volte"], call_direction="mt"):
1655 0, 1, 0, rat=["volte", "volte"], call_direction="mt"):
[all …]
DTelLiveStressSmsTest.py52 def sms_test(self, ads, type='short', rat='volte'): argument
64 if rat == 'volte':
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DBaseSimulation.py587 def downlink_calibration(self, rat=None, power_units_conversion_func=None): argument
606 if not rat:
627 down_power_measured.append(signal_strength[rat])
DLteSimulation.py853 def downlink_calibration(self, rat=None, power_units_conversion_func=None): argument
869 rat='lteDbm',