Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01a8c8db authored by Mingguang Xu's avatar Mingguang Xu Committed by android-build-merger
Browse files

Merge "Wifi usability: Change the unit of the threshold for tx/rx throughput...

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

Change-Id: I4693287fb44a9fa22b2b786b96a2d8be414e7376
parents 9bb86ea9 db114da8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 Mbps
  optional int32 data_stall_tx_tput_thr_mbps = 6;
  // measured in Kbps
  optional int32 data_stall_tx_tput_thr_kbps = 6;

  // Threshold of Rx throughput below which to trigger a data stall
  // measured in Mbps
  optional int32 data_stall_rx_tput_thr_mbps = 7;
  // measured in Kbps
  optional int32 data_stall_rx_tput_thr_kbps = 7;

  // Threshold of Tx packet error rate above which to trigger a data stall
  // in percentage