зеркало из https://github.com/mozilla/gecko-dev.git
Bug 833271 - B2G CDMA: Support data call. r=vicamo
This commit is contained in:
Родитель
8fb239fc05
Коммит
1f0dea6a9d
|
@ -2847,7 +2847,9 @@ RILNetworkInterface.prototype = {
|
||||||
this.httpProxyPort = this.dataCallSettings["httpProxyPort"];
|
this.httpProxyPort = this.dataCallSettings["httpProxyPort"];
|
||||||
|
|
||||||
debug("Going to set up data connection with APN " + this.dataCallSettings["apn"]);
|
debug("Going to set up data connection with APN " + this.dataCallSettings["apn"]);
|
||||||
this.mRIL.setupDataCall(RIL.DATACALL_RADIOTECHNOLOGY_GSM,
|
let radioTechType = this.mRIL.rilContext.data.type;
|
||||||
|
let radioTechnology = RIL.GECKO_RADIO_TECH.indexOf(radioTechType);
|
||||||
|
this.mRIL.setupDataCall(radioTechnology,
|
||||||
this.dataCallSettings["apn"],
|
this.dataCallSettings["apn"],
|
||||||
this.dataCallSettings["user"],
|
this.dataCallSettings["user"],
|
||||||
this.dataCallSettings["passwd"],
|
this.dataCallSettings["passwd"],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче