diff options
author | 2025-02-10 15:29:23 +0000 | |
---|---|---|
committer | 2025-02-13 01:37:56 +0000 | |
commit | bf9b287747f8cc219da094c8282c8f7b039c6374 (patch) | |
tree | 2b45087e6acdcb70726cde9163f8b1bf88302cd1 /proto/src | |
parent | f4f49361e0a603bc1d08c1a64064bed122c068c6 (diff) |
Support satellite config version for metrics
Bug: 395546769
Flag: EXEMPT (version_of_satellite_access_config)
Test: Build
Test: Manually verified if the version is updated well after manually updating the satellite access config(b/395546769#comment2)
Change-Id: I8a614e762391a4c851214b36dfb8bfa17dd7c4db
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 ca67c14de4..37a61b2e99 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -727,6 +727,7 @@ message SatelliteController { optional int32 count_of_p2p_sms_available_notification_shown = 34; optional int32 count_of_p2p_sms_available_notification_removed = 35; optional bool is_ntn_only_carrier = 36; + optional int32 version_of_satellite_access_config = 37; } message SatelliteSession { |