ubuntu-phonedations-bugs team mailing list archive
-
ubuntu-phonedations-bugs team
-
Mailing list archive
-
Message #00458
[Bug 1437200] Re: In case there is no type field in APN, we should provision for all types
This bug was fixed in the package ofono -
1.12.bzr6892+15.04.20150407-0ubuntu1
---------------
ofono (1.12.bzr6892+15.04.20150407-0ubuntu1) vivid; urgency=medium
[ Alfonso Sanchez-Beato ]
* ubuntu-apndb.c, src/common.c, test-common.c: provision IA APNs
LTE modems may require a new IA APN for non-GPRS operation,
this change allows a new IA APN type to be provisioned along
with Internet and MMS APNs.
* gril/grilunsol.c: LTE signal strength fix (LP: #1433867)
* ubuntu-apndb.c: load APNS w/out explict type (LP: #1437200)
* mtkodem, plugins/mtk.c, unit/tesk-mtkunsol.c: Dynamic MTK firwmare switching
This change causes the firmware on specific MTK-based phone to be
dynamically switched/reset based on SIM type and roaming conditions.
* include, plugins/mtk.c, src/modem.c, gprs.c: set data for just one slot (LP: #1413672)
Make sure ConnectionManager.Powered property is set for only one slot in
case the modem is of type dual SIM stand-by.
* doc, gprs: add 'Preferred' property to GPRS contexts (LP: #1361864)
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Tue, 07 Apr 2015 06:50:28 +0000
** Changed in: ofono (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.launchpad.net/bugs/1437200
Title:
In case there is no type field in APN, we should provision for all
types
Status in the base for Ubuntu mobile products:
Fix Committed
Status in ofono package in Ubuntu:
Fix Released
Bug description:
In case there there is no "type" field for an entry in the Android APN
DB, we should provision all possible types for that entry. In those
cases, the type is set to PhoneConstants.APN_TYPE_ALL in the Android
code. See:
http://androidxref.com/4.4.2_r1/xref/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcTracker.java#844
http://androidxref.com/4.4.2_r1/xref/frameworks/base/telephony/java/com/android/internal/telephony/PhoneConstants.java#110
http://androidxref.com/5.1.0_r1/xref/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ApnSetting.java#307
As PhoneConstants.APN_TYPE_ALL="*", in case we find a type="*" in the
DB we must treat it also as an entry valid for all types (I have
actually seen type="*" in a Moto G APN DB).
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1437200/+subscriptions
References