commit | 7f874aff0a4f047eea19154f82d7c6b92e3fd438 | [log] [tgz] |
---|---|---|
author | Ignacio Guarna <iguarna@google.com> | Wed Mar 02 23:56:58 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 02 23:56:58 2022 +0000 |
tree | de45fd522e171de530b41c92032c1734b13148a3 | |
parent | ba9bc3ded42b567b4b5f27751d4d96c327587af4 [diff] | |
parent | 9c4a7d63cc2b479f24ac848e420ff81b163a277a [diff] |
Changing initial Tx power to -5 dBm am: 9c4a7d63cc Original change: https://android-review.googlesource.com/c/platform/tools/test/connectivity/+/2005061 Change-Id: If52431ebe76047e762755a78c8a49f0f9b8edd31
diff --git a/acts/framework/acts/controllers/cellular_lib/BaseSimulation.py b/acts/framework/acts/controllers/cellular_lib/BaseSimulation.py index 20533a4..7427628 100644 --- a/acts/framework/acts/controllers/cellular_lib/BaseSimulation.py +++ b/acts/framework/acts/controllers/cellular_lib/BaseSimulation.py
@@ -269,13 +269,13 @@ # Wait until it goes to communication state self.simulator.wait_until_communication_state() - # Set uplink power to a minimum before going to the actual desired + # Set uplink power to a low value before going to the actual desired # value. This avoid inconsistencies produced by the hysteresis in the # PA switching points. - self.log.info('Setting UL power to -30 dBm before going to the ' + self.log.info('Setting UL power to -5 dBm before going to the ' 'requested value to avoid incosistencies caused by ' 'hysteresis.') - self.set_uplink_tx_power(-30) + self.set_uplink_tx_power(-5) # Set signal levels obtained from the test parameters self.set_downlink_rx_power(self.sim_dl_power)