diff options
author | 2023-07-19 20:59:41 +0000 | |
---|---|---|
committer | 2023-12-06 20:08:06 +0000 | |
commit | 582b98a958b25bbeb9ceaef1c60aa5cc7ec8cbb8 (patch) | |
tree | 5b7b4f3ec3989f001dc251910300c63a3bd0fa0f /proto/src | |
parent | b0e5784d3807688a7ad37f7f955e9d3b4233131b (diff) |
Add vonr_enabled to voice call metric
vonr_enabled help us to identify VoNR and EPSFB calls.
Bug: 288449751
Test: m, atest VoiceCallSessionStatsTest and maunal test
Change-Id: I5375a64ba6e3f36d9e618dbef7198b5fcf40a395
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 6d1008b8d1..d7a60622df 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -280,6 +280,7 @@ message VoiceCallSession { optional bool is_iwlan_cross_sim_at_start = 37; optional bool is_iwlan_cross_sim_at_end = 38; optional bool is_iwlan_cross_sim_at_connected = 39; + optional bool vonr_enabled = 40; // Internal use only optional int64 setup_begin_millis = 10001; |