diff options
author | 2024-05-06 22:35:42 +0000 | |
---|---|---|
committer | 2024-05-21 20:51:48 +0000 | |
commit | e207f9341c17c87bdbf98cd44d3d1d6d1101e34b (patch) | |
tree | ebfcb67028a4b30eaffc8ff286ed47704bdeede6 /proto/src | |
parent | 0b4557fd7b93134ebdc79447c273d31aec155f12 (diff) |
Add max signal level into satellite session metrics
It is added to report latest ntn signal strength when the latest is stronger than prior one. the max value will be logged per enabled satellite session
Bug: 336858177
Test: SatelliteStatsTest PersistAtomsStorageTest
manually tested using satellite enable and compare log and the value in persist_atoms.pb proto
Change-Id: Id79f4eda855acb17b31fde7fbf4a7fe5505dac1e
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/persist_atoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index 46a2400e4d..3847fcd5db 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -682,6 +682,7 @@ message SatelliteSession { optional int32 count_of_incoming_datagram_success = 10; optional int32 count_of_incoming_datagram_failed = 11; optional bool is_demo_mode = 12; + optional int32 max_ntn_signal_strength_level = 13; } message SatelliteIncomingDatagram { |