diff options
author | 2023-11-18 01:22:48 +0000 | |
---|---|---|
committer | 2023-11-18 01:22:48 +0000 | |
commit | 9f79f97da9e380a7172cf786f15320c781a594a3 (patch) | |
tree | 96de5b094d3e0977a17258f2ee38da234e2cde33 /proto/src | |
parent | 359cbbb471171512d3d076f511d7fc8efc90a934 (diff) | |
parent | 97c67c47f7b8fc537de408cb9f4d0855c8698c45 (diff) |
Merge "DataCallSessionStats captures Cross-SIM calling" into main
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 288852f03e..0a1d5530f9 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -365,6 +365,7 @@ message DataCallSession { repeated int32 handover_failure_causes = 20; repeated int32 handover_failure_rat = 21; optional bool is_non_dds = 22; + optional bool is_iwlan_cross_sim = 23; } message CellularServiceState { |