Closed Bug 1121347 Opened 10 years ago Closed 10 years ago

Expose isCdma to RadioInterface

Categories

(Firefox OS Graveyard :: RIL, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: aknow, Assigned: aknow)

Details

Attachments

(3 files)

I think the information is required for TelephonyService. Some of the operations there depend on the underlying technology. By exposing isCdma to RadioInterface, we could make the things easier. TelephonyService could check the value of isCdma through a synchronized function call. gRadioInterfaceLayer.getRadioInterface(id).rilContext.isCdma
Attachment #8548676 - Flags: review?(htsai)
(In reply to Szu-Yu Chen [:aknow] from comment #0) > I think the information is required for TelephonyService. Some of the > operations there depend on the underlying technology. By exposing isCdma to > RadioInterface, we could make the things easier. TelephonyService could > check the value of isCdma through a synchronized function call. > > gRadioInterfaceLayer.getRadioInterface(id).rilContext.isCdma I believe we can get this information from mobileConnectionService/mobileConnectionInfo. Also, we are going to deprecate radioInterface.rilContext in bug 864489.
Comment on attachment 8548676 [details] [diff] [review] Part 1: Remove unused code Review of attachment 8548676 [details] [diff] [review]: ----------------------------------------------------------------- This part is fine.
Attachment #8548676 - Flags: review?(htsai) → review+
Comment on attachment 8548677 [details] [diff] [review] Part 2: Expose isCdma to RadioInterface (idl) Review of attachment 8548677 [details] [diff] [review]: ----------------------------------------------------------------- As my comment 4, we should take advantage of mobileConnectionService.voice.type to acquire cdma info. We don't need this change.
Attachment #8548677 - Flags: review?(htsai) → review-
Attachment #8548678 - Flags: review?(htsai) → review-
Set to WONTFIX based on Comment 6.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: