Closed
Bug 819786
Opened 12 years ago
Closed 12 years ago
PLMN entries reading reports invalid entry when not invalid
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, 1 obsolete file)
1.08 KB,
patch
|
Details | Diff | Splinter Review |
I/Gecko ( 77): RIL Worker: readPLMNEntries: PLMN entries length = 2
I/Gecko ( 77): RIL Worker: readPLMNEntries: Reading PLMN entry: [0]: '2,248,16'
I/Gecko ( 77): RIL Worker: readPLMNEntries: PLMN entry 0 is invalid.
This is due to the GSM PDU Helper reading hex octets (GsmPDUHelper.readHexOctet()) and the values not being handled. This is not a problem in our case and we can gracefully continue. If we don't, we do not read the PLMN entries.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lissyx+mozillians
Assignee | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
Assignee | ||
Comment 1•12 years ago
|
||
The exception that is triggered is expected and we can safely continue.
Assignee | ||
Comment 2•12 years ago
|
||
While the i -> idx change in the loop is correct, the try/catch/finally turns out to be useless. Always good things to re-read patch after sleeping :)
Assignee | ||
Comment 3•12 years ago
|
||
This should be enough.
Assignee | ||
Updated•12 years ago
|
Attachment #690206 -
Attachment is obsolete: true
Comment 4•12 years ago
|
||
Alexandre, can you tell us what this means from a user perspective?
Assignee | ||
Comment 5•12 years ago
|
||
You can't switch to Orange in white areas in France, for example.
Updated•12 years ago
|
blocking-basecamp: ? → +
Assignee | ||
Comment 6•12 years ago
|
||
Also see bug 793111
Assignee | ||
Comment 7•12 years ago
|
||
Also see bug 793111
Assignee | ||
Updated•12 years ago
|
Attachment #690328 -
Flags: review?
Updated•12 years ago
|
Attachment #690328 -
Flags: review? → review?(vyang)
Comment 8•12 years ago
|
||
Comment on attachment 690328 [details] [diff] [review]
Removing the try/catch/finally
Review of attachment 690328 [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 #690328 -
Flags: review?(vyang)
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•