Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bf81dff authored by Chi Zhang's avatar Chi Zhang
Browse files

Add dimension to VOICE_CALL_SESSION atom.

Bug: 142026991
Bug: 141631489

Test: build
Change-Id: I320611ee871c7feae53e3e67fcdf8cbab0be241b
parent a050ea74
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9096,6 +9096,9 @@ message VoiceCallSession {

    // Whether the call was performed while roaming.
    optional bool is_roaming = 24;

    // A random number used as the dimension field to pull multiple atoms.
    optional int32 dimension = 25;
}

/**