106d27140b
SetupDataCall needs radio technology parameter to identify CDMA and GSM type. 0 means CDMA and 1 means GSM. The values are different from GSM_PHONE and CDMA_PHONE. Add authType parameter to identify PAP/CHAP authentication. Currently the authType is set to use both PAP and CHAP in CDMA phone. modified: telephony/java/com/android/internal/telephony/CommandsInterface.java modified: telephony/java/com/android/internal/telephony/RIL.java modified: telephony/java/com/android/internal/telephony/RILConstants.java modified: telephony/java/com/android/internal/telephony/cdma/CdmaDataConnection.java modified: telephony/java/com/android/internal/telephony/gsm/PdpConnection.java modified: telephony/java/com/android/internal/telephony/test/SimulatedCommands.java