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

Commit cd397b73 authored by Naveen Kalla's avatar Naveen Kalla Committed by Android Git Automerger
Browse files

am 371dbcba: am c4c4c98c: In CW Interrogation service class is not sent.

Merge commit '371dbcba'

* commit '371dbcba':
  In CW Interrogation service class is not sent.
parents 5a90f6f5 371dbcba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -974,7 +974,9 @@ public class GSMPhone extends PhoneBase {
    }

    public void getCallWaiting(Message onComplete) {
        mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
        //As per 3GPP TS 24.083, section 1.6 UE doesn't need to send service
        //class parameter in call waiting interrogation  to network
        mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete);
    }

    public void setCallWaiting(boolean enable, Message onComplete) {