Closed
Bug 819784
Opened 12 years ago
Closed 12 years ago
PLMN entries reading is broken for SPDI
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:+)
RESOLVED
DUPLICATE
of bug 819790
blocking-basecamp | + |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
After bug 793111 got merged, I'm noticing an issue: the readPLMNEntries() call in getSPDI's callback is invalid, it should be "this.readPLMNEntries(tlvLen/6);" instead of "readPLMNEntries(tlvLen/6);".
Assignee | ||
Updated•12 years ago
|
Summary: PLMN entries reading is doubly broken → PLMN entries reading is broken for SPDI
Assignee | ||
Comment 1•12 years ago
|
||
Attaching the trivial fix
Assignee | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lissyx+mozillians
Comment 2•12 years ago
|
||
Alexandre, can you tell us what this means from a user perspective?
Assignee | ||
Comment 3•12 years ago
|
||
You can't switch to Orange in white areas in France, for example.
Updated•12 years ago
|
blocking-basecamp: ? → +
Assignee | ||
Comment 4•12 years ago
|
||
Also see bug 793111
Assignee | ||
Updated•12 years ago
|
Attachment #690205 -
Flags: review?
Updated•12 years ago
|
Attachment #690205 -
Flags: review? → review?(vyang)
Comment 5•12 years ago
|
||
Comment on attachment 690205 [details] [diff] [review]
Trivial fix
Review of attachment 690205 [details] [diff] [review]:
-----------------------------------------------------------------
Please move this trivial patch to bug 819790. They are all follow-up fixes of bug 793111 and bug 819790 provides test cases.
Attachment #690205 -
Flags: review?(vyang)
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•