Merge "Revert "Wifi usability: Change the unit of the threshold for tx/rx throughput from Mbps to Kbps"" into qt-qpr1-dev

am: 9c1464d7ca

Change-Id: If7613b0b002a3462de5475e000a23b711d2ab5b1
This commit is contained in:
Mingguang Xu
2019-10-04 16:46:49 -07:00
committed by android-build-merger

View File

@@ -1798,12 +1798,12 @@ message ExperimentValues {
optional int32 data_stall_duration_ms = 5;
// Threshold of Tx throughput below which to trigger a data stall
// measured in Kbps
optional int32 data_stall_tx_tput_thr_kbps = 6;
// measured in Mbps
optional int32 data_stall_tx_tput_thr_mbps = 6;
// Threshold of Rx throughput below which to trigger a data stall
// measured in Kbps
optional int32 data_stall_rx_tput_thr_kbps = 7;
// measured in Mbps
optional int32 data_stall_rx_tput_thr_mbps = 7;
// Threshold of Tx packet error rate above which to trigger a data stall
// in percentage