diff options
author | 2024-12-20 17:40:48 -0800 | |
---|---|---|
committer | 2024-12-20 17:40:48 -0800 | |
commit | 1bcb3d701e907580c8ff6bd2928f437dfd939bfd (patch) | |
tree | d23b9f836fb7750579a705f3a25d37a7e2784dfb /proto/src | |
parent | 62a8898765cb9d7969964579a5ab7d5061498e44 (diff) |
[VZW P2P] Add metric for Carrier Roaming NB-IoT NTN module, maxInactivityDurationSec, to track the maximum user inactivity duration of a satellite session.
Bug: 383033991
Change-Id: I29f0bd4ef55606a7cd8109457ec31f06c4da0de9
Test: atest
FLAG: com.android.internal.telephony.flags.carrier_roaming_nb_iot_ntn
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 ca689128d1..8d87a27057 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -748,6 +748,7 @@ message SatelliteSession { optional int32 count_of_auto_exit_due_to_tn_network = 17; optional bool is_emergency = 18; optional bool is_ntn_only_carrier = 19; + optional int32 max_inactivity_duration_sec = 20; } message SatelliteIncomingDatagram { |