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

Commit 57fac101 authored by Chi Zhang's avatar Chi Zhang Committed by Automerger Merge Worker
Browse files

Merge "Add dimension to VOICE_CALL_SESSION atom." into rvc-dev am: a8added0...

Merge "Add dimension to VOICE_CALL_SESSION atom." into rvc-dev am: a8added0 am: a72eb44c am: 6cbdbdea

Change-Id: I39f0a57df0e926f7d5a8d9cd80957b094a25f353
parents 89461fec 6cbdbdea
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -9111,6 +9111,9 @@ message VoiceCallSession {


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

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


/**
/**