ofono mbpi plugin can create multiple "internet" data contexts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
touch-preview-images |
Fix Released
|
High
|
Tony Espy |
Bug Description
The current version of ofono included in our touch images ( 1.12phablet9 ) has been modified to allows the mbpi ( mobile-
As NM now reads ofono's gprs settings file to determine which contexts to use, it may end up with multiple connections, and if the first fails, it tries the the subsequent connections. We'd discussed NM just using the first data context in this situation, but after some thought this is too complicated.
My proposed fix is to patch onfono's mbpi plugin so that when a duplicate APN is found, the plugin returns a data context representing the first match, instead of returning an empty list.
My approach should give us a good middle ground that will allow auto-provisioning to work in most cases.
Note, there is more work to be done on the provisioning story for MMS, USSD, and potentially IMS contexts, however at this point Internet contexts for mobile data are my primary concern.
Related branches
- Ricardo Salveti (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 66 lines (+32/-8)2 files modifieddebian/changelog (+7/-0)
plugins/provision.c (+25/-8)
Changed in touch-preview-images: | |
importance: | Undecided → High |
status: | New → Won't Fix |
status: | Won't Fix → Confirmed |
assignee: | nobody → Tony Espy (awe) |
Changed in touch-preview-images: | |
status: | Confirmed → Fix Released |