ubuntu-phonedations-bugs team mailing list archive
-
ubuntu-phonedations-bugs team
-
Mailing list archive
-
Message #00242
[Bug 1419675] Re: [krillin] Second slot not detected on reboot
This bug was fixed in the package ofono -
1.12.bzr6888+15.04.20150224-0ubuntu1
---------------
ofono (1.12.bzr6888+15.04.20150224-0ubuntu1) vivid; urgency=medium
[ Alfonso Sanchez-Beato ]
* mtkmodem/voicecall.c: fix fast call answer (LP: #1422401)
Fix problem that occurs when calls are answer too quickly.
* mtk.c: wait for radio event before onlining (LP: #1419675)
Ensure that the 2nd SIM slot on krillin is always
initialized properly.
* gril/grilrequest.c, unit: support empty APN
Allow data calls with GPRS contexts that have empty APNs.
* grilreply.c, grilutil.c, ril_constants.c: fix arale parcel parsing
Fix parcel parsing issues with radio tech and SIM PIN retries.
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Tue, 24 Feb 2015 18:27:43 +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/1419675
Title:
[krillin] Second slot not detected on reboot
Status in ofono package in Ubuntu:
Fix Released
Bug description:
The second slot is not detected some times on reboot in krillin after
latest ofono update. It appears as "Disconnected" in the network
indicator.
This is regression that occurs due to the introduction of a new
query_modem_type that was introduced with the latest arale changes:
https://github.com/alfonsosanchezbeato/ofono/commit/83cb2dcf4d2387c38f08b5c8e0ca80b806e51c2b
Prior to this change, the mtk plugin only created a few atoms, and
registered for some RIL events. With the change, it sends a
QUERY_MODEM_TYPE request which will fail if the radio actually hasn't
gone online. Note, a valid response from a POWER_ON request doesn't
indicate that the radio is actually online, so a race existed between
the actual power transition and the post_online method sending the
query.
Detected in vivid-proposed image #94
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1419675/+subscriptions
References