Closed
Bug 1183578
Opened 10 years ago
Closed 10 years ago
[RIL] Gecko gets no response from rild for pin2 and puk2 operation
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
When rewriting a test case regarding to pin2 and puk2 for bug 1159591, I found an issue that the gecko gets no response from rild for pin2 and puk2 operation.
After doing some debug, I found this issue is a regression of bug 1083650 [1].
If we intent to reply "Request Not Supported" error for pin2 and puk2 operation, we should remove PIN2 and PUK2 from the switch-case, instead of break directly.
[1] https://github.com/mozilla-b2g/platform_hardware_ril/commit/15dea046f29fce12c0b2775cba35158eea55dd25
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8633867 [details] [review]
[platform_hardware_ril:b2g-ril_v7] PR #64
Hi aknow, could you help to review this? Please see comment #0 for the details. Thank you.
Attachment #8633867 -
Flags: review?(szchen)
Comment 3•10 years ago
|
||
Comment on attachment 8633867 [details] [review]
[platform_hardware_ril:b2g-ril_v7] PR #64
I've left my comment on github. It's just my idea and it's up to you to decide whether or not to adopt it.
Attachment #8633867 -
Flags: review?(szchen) → review+
Comment hidden (obsolete) |
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Edgar Chen [:edgar][:echen] from comment #4)
> Try result:
> https://treeherder.mozilla.org/#/jobs?repo=try&author=echen@mozilla.
> com&exclusion_profile=false
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d8ddbdaa16bf&exclusion_profile=false
Assignee | ||
Comment 6•10 years ago
|
||
Thank you, aknow.
https://github.com/mozilla-b2g/platform_hardware_ril/commit/8bc59310552179f9a8bc6cdd0188e2475df52fb7
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•