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

Commit 122886ed authored by xshu's avatar xshu
Browse files

Proto change for new RSSI poll metric

Adds a new field to store the network frequency for rssi poll
histograms.

Bug: 79864669
Test: compile, unit test

Change-Id: I4a8032c5cb71af03f1af150fed30ba27231069fa
parent 2d4873ee
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -615,6 +615,9 @@ message RssiPollCount {


  // Number of RSSI polls with 'rssi'
  // Number of RSSI polls with 'rssi'
  optional int32 count = 2;
  optional int32 count = 2;

  // Beacon frequency of the channel in MHz
  optional int32 frequency = 3;
}
}


// Number of occurrences of a specific alert reason value
// Number of occurrences of a specific alert reason value