Closed
Bug 1121347
Opened 10 years ago
Closed 10 years ago
Expose isCdma to RadioInterface
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aknow, Assigned: aknow)
Details
Attachments
(3 files)
|
2.11 KB,
patch
|
hsinyi
:
review+
|
Details | Diff | Splinter Review |
|
1.29 KB,
patch
|
hsinyi
:
review-
|
Details | Diff | Splinter Review |
|
19.29 KB,
patch
|
hsinyi
:
review-
|
Details | Diff | Splinter Review |
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
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8548676 -
Flags: review?(htsai)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8548677 -
Flags: review?(htsai)
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8548678 -
Flags: review?(htsai)
Comment 4•10 years ago
|
||
(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 5•10 years ago
|
||
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 6•10 years ago
|
||
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-
Updated•10 years ago
|
Attachment #8548678 -
Flags: review?(htsai) → review-
| Assignee | ||
Comment 7•10 years ago
|
||
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.
Description
•