Closed Bug 915977 Opened 11 years ago Closed 11 years ago

B2G Emulator: Support SIM Refresh

Categories

(Firefox OS Graveyard :: Emulator, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: sku, Assigned: sku)

References

Details

Attachments

(2 files, 1 obsolete file)

To comply the Bug 912365, we need to support ICC refresh event on emulator.
Summary: B2g RIL: Support SIM Refresh → B2g RIL: Support SIM Refresh on Emulator
Attached patch Bug 915977: patch for "external/qemu" part (obsolete) (deleted) — Splinter Review
Attachment #804270 - Flags: review?(vyang)
Attachment #804271 - Flags: review?(vyang)
Attachment #804270 - Attachment is obsolete: true
Attachment #804270 - Flags: review?(vyang)
Attachment #804272 - Flags: review?(vyang)
Component: DOM: Device Interfaces → Emulator
OS: Linux → Gonk (Firefox OS)
Product: Core → Boot2Gecko
Hardware: x86_64 → ARM
Summary: B2g RIL: Support SIM Refresh on Emulator → B2G Emulator: Support SIM Refresh
Comment on attachment 804271 [details] [diff] [review] Bug 915977: patch for "hardware/ril" part Review of attachment 804271 [details] [diff] [review]: ----------------------------------------------------------------- ::: reference-ril/reference-ril.c @@ +3556,4 @@ > RIL_onUnsolicitedResponse(RIL_UNSOL_CDMA_PRL_CHANGED, &version, sizeof(version)); > } else if (strStartsWith(s, "+CFUN: 0")) { > setRadioState(RADIO_STATE_OFF); > + } else if (strStartsWith(s, "ICC REFRESH:")) { Shouldn't this come from +CUSATP? Is there really a AT COMMAND call "ICC REFRESH"? If there is, please point it out in a comment line.
Attachment #804271 - Flags: review?(vyang)
Hi Vicamo: I will mark this bug as INVALID. Reasons are listed as below: 1. ril_worker should get SIM Refresh notification via STK proactive command (and UNSOLICITED_SIM_REFRESH callback as well). AOSP handle this refresh notification via UNSOLICITED_SIM_REFRESH in each record (eq: SIMRecord/RUIMRecord etc...) but ignore it in CAT service. 2. ril_worker already handle SIM Refresh notification via STK proactive command, but just need to make up SIM_RESET case (Bug 912365). 3. currently, "stk pdu d009810301010482028182" is enough for ril_worker.js to get the proper refresh notification. Due to above reasons, there is no need to implement extra mechansim for SIM Refresh. Please correct me if anything is wrong. Thanks!! sku
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Attachment #804272 - Flags: review?(vyang)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: