am c4c4c98c: In CW Interrogation service class is not sent.
Merge commit 'c4c4c98c5ca6b4c017a5b429a6bd80a440c63559' into gingerbread-plus-aosp * commit 'c4c4c98c5ca6b4c017a5b429a6bd80a440c63559': In CW Interrogation service class is not sent.
This commit is contained in:
@@ -972,7 +972,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) {
|
||||
|
||||
Reference in New Issue
Block a user