Closed
Bug 900429
Opened 11 years ago
Closed 11 years ago
(b2g-ril-cdma) Personalization state for CDMA
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.4+, firefox28 wontfix, firefox29 wontfix, firefox30 fixed, b2g-v1.4 fixed)
People
(Reporter: allstars.chh, Assigned: edgar)
References
Details
(Whiteboard: [FT:RIL])
Attachments
(2 files, 3 obsolete files)
14.63 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
6.90 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
Currently we only expose personalization state for GSM, for CDMA there's a different set of personalization state, we need to expose these information to the web.
Updated•11 years ago
|
Component: DOM: Device Interfaces → RIL
Product: Core → Boot2Gecko
Version: Trunk → unspecified
Comment 1•11 years ago
|
||
May I know which ril interfaces of ril.h we will use to get the personalization state for CDMA? If we can get this information from same interface, it seems that we don't need to fix this bug.
Reporter | ||
Comment 2•11 years ago
|
||
It's from SIM_STATUS_CHANGED,
we need to update cardState.
Comment 3•11 years ago
|
||
who is the owner of this bug?
Comment 4•11 years ago
|
||
Edgar, could you please take this bug.
Target Milestone: --- → 1.4 S3 (14mar)
Updated•11 years ago
|
Flags: needinfo?(echen)
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Ken Chang[:ken] from comment #4)
> Edgar, could you please take this bug.
Sure
Assignee: nobody → echen
Flags: needinfo?(echen)
Updated•11 years ago
|
blocking-b2g: --- → 1.4+
Assignee | ||
Updated•11 years ago
|
Blocks: b2g-ril-interface
Updated•11 years ago
|
Target Milestone: 1.4 S3 (14mar) → 1.4 S2 (28feb)
Assignee | ||
Comment 6•11 years ago
|
||
Please see 3GPP2 C.S0068-0.
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
Attachment #8378935 -
Attachment is obsolete: true
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8379499 [details] [diff] [review]
Part 1: Add personalization state and lock type for CDMA, v2
Hi Yoshi,
In this patch, I add personalization state for CDMA. Would you mind reviewing this?
Thank you.
Attachment #8379499 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8379500 [details] [diff] [review]
Part 2: Xpcshell tests for CDMA personalization state and lock type, v1
Hi Yoshi,
In this patch, I add xpcshell tests for personalization state for CDMA. Would you mind reviewing this?
Thank you.
Attachment #8379500 -
Flags: review?(allstars.chh)
Reporter | ||
Updated•11 years ago
|
Attachment #8379499 -
Flags: review?(allstars.chh) → review+
Reporter | ||
Updated•11 years ago
|
Attachment #8379500 -
Flags: review?(allstars.chh) → review+
Assignee | ||
Comment 12•11 years ago
|
||
Add r=allstars.chh after r+.
Attachment #8379499 -
Attachment is obsolete: true
Attachment #8379555 -
Flags: review+
Assignee | ||
Comment 13•11 years ago
|
||
Add r=allstars.chh after r+.
Attachment #8379500 -
Attachment is obsolete: true
Attachment #8379556 -
Flags: review+
Assignee | ||
Comment 14•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 15•11 years ago
|
||
Updated•11 years ago
|
Whiteboard: [FT:RIL]
Comment 16•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/da3d36e58227
https://hg.mozilla.org/mozilla-central/rev/5d5f85618588
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
status-firefox28:
--- → wontfix
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•