lp://staging/~phablet-team/ofono/mbpi-nettime-plus-oem-fixes
- Get this branch:
- bzr branch lp://staging/~phablet-team/ofono/mbpi-nettime-plus-oem-fixes
Branch merges
- Alfonso Sanchez-Beato: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 2623 lines (+1402/-785)24 files modifiedMakefile.am (+6/-3)
debian/changelog (+19/-0)
drivers/infineonmodem/infineon_constants.h (+77/-0)
drivers/rilmodem/sim.c (+68/-1)
drivers/rilmodem/vendor.h (+2/-1)
gril/grilreply.c (+52/-0)
gril/grilreply.h (+10/-0)
gril/grilrequest.c (+15/-0)
gril/grilrequest.h (+3/-0)
gril/parcel.c (+52/-0)
gril/parcel.h (+2/-0)
plugins/android-apndb.c (+0/-494)
plugins/android-apndb.h (+0/-33)
plugins/android-provision.c (+0/-227)
plugins/infineon.c (+76/-0)
plugins/mtk.c (+48/-1)
plugins/ril.c (+33/-24)
plugins/ril.h (+30/-0)
plugins/ubuntu-apndb.c (+596/-0)
plugins/ubuntu-apndb.h (+33/-0)
plugins/ubuntu-provision.c (+150/-0)
test/rilmodem/test-sim-online (+2/-1)
unit/test-grilreply.c (+72/-0)
unit/test-grilrequest.c (+56/-0)
Related bugs
Bug #1315509: Support /custom/etc/apns-conf.xml | High | Fix Released | |
Bug #1332306: Hot-swapped SIMs should be detected and prompt user to reboot | High | Triaged | |
Bug #1334867: rilmodem/test-sim-online hard-codes 'Serial' match | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 6870. By Tony Espy
-
* drivers/
rilmodem/ sim.c: notify on SIM removal (LP: #1332306)
* unit/rilmodem/test-sim- online: fix serial number check (LP: #1334867)
* plugins/mtk.c: fix race condition when onlining modem
* build, drivers/infeonmodem, drivers/rilmodem, gril,
plugins/infeon.c, plugins/ril.*, unit: add Infeon OEM hooks
* build, plugins/ubuntu- provision. c, ubuntu-apndb.*: re-named
provisioning plugin code from android-* to ubuntu-*. Also removed
code that queries mobile-broadband- provider- info's db, and finally
implemented a /custom hook for custom apn dbs (LP: #1315509). - 6868. By Tony Espy
-
* src/network.c, src/simutil.c: use OF_OPL to check roaming status
* rilmodem/sim.c, plugins/ril.c, android-spn-table. c: fix memory leaks
* test: adapt test scripts to multi-sim scenarios
* build, drivers/mtkmodem, drivers/rilmodem, gril: add Low-Power mode
This change adds RadioSettings low-power support by leveraging
the existing FastDormancy property to control entering/exiting low-
power mode. This change also includes support for mtkmodem, which
uses MTK-specific requests to handle the same logic.
* src/network.c: re-order emission of signals in network atom
This change ensures that the NetworkRegistration 'Technology'
property is emitted before 'CellId'. This change was made
to fix an issue with a third party location service.
* test/rilmodem/*: update for Python3, minor cleanup
Besides the Python3 change, this change revises some
of the tests as the Touch emulator now supports additional
modem properties which weren't previously exposed.
* build, include, plugins, test: re-merge Nettime code from github
Nettime had been previously added directly to bzr, but wasn't
present in our upstream github repo for ofono, which caused a
conflict every time we merged from lp:~phablet-team/ofono/rilmodem
( our auto-import tree ).
* test/get-network- time: convert to Python3 & add support multi-SIM - 6867. By Mathieu Trudel-Lapierre
-
releasing package ofono version 1.12.bzr6868+
14.10.20140513. 1-0ubuntu2
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ofono