Public bug reported: In driver/rilmodem/sim.c, function sim_status_cb, there is a line that set variable search_index to status->gsm_utms_index. As status->gsm_umts_status may be -1 (ex: http://paste.ubuntu.com/10516444/ line 239), we should check if the value is not -1, and if it is, we should default to 0.
ofono version 1.12.bzr6888+15.04.20150224 in Ubuntu 15.04 Device: LG L90 Dual (I'm doing a port.) ** Affects: ofono (Ubuntu) Importance: Undecided Status: New -- 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/1427788 Title: rilmodem: Do not always use sim's app in status->gsm_umts_index Status in ofono package in Ubuntu: New Bug description: In driver/rilmodem/sim.c, function sim_status_cb, there is a line that set variable search_index to status->gsm_utms_index. As status->gsm_umts_status may be -1 (ex: http://paste.ubuntu.com/10516444/ line 239), we should check if the value is not -1, and if it is, we should default to 0. ofono version 1.12.bzr6888+15.04.20150224 in Ubuntu 15.04 Device: LG L90 Dual (I'm doing a port.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1427788/+subscriptions -- Mailing list: https://launchpad.net/~ubuntu-phonedations-bugs Post to : ubuntu-phonedations-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phonedations-bugs More help : https://help.launchpad.net/ListHelp