Closed
Bug 912019
Opened 11 years ago
Closed 11 years ago
B2G RIL: Provide API for other components to query whether network is GSM or CDMA
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.4+)
RESOLVED
DUPLICATE
of bug 902371
blocking-b2g | 1.4+ |
People
(Reporter: ben.tian, Unassigned)
References
Details
Some gecko components (e.g., bluetooth) have to query whether current network is GSM or CDMA. Current RIL provides an API to get network type string and other components need to do string comparison to decide GSM/CDMA outside RIL. The disadvantage is that if there's a new network type string, those components have to also update accordingly. Furthermore, for LTE in the future, both GSM and CDMA may have network type string "lte" and only RIL knows inside the real network type. Therefore we suggest RIL provide API to let others query whether network is GSM/CDMA.
Reporter | ||
Updated•11 years ago
|
Component: Bluetooth → General
Updated•11 years ago
|
Component: General → RIL
Comment 1•11 years ago
|
||
Hi,
Any update?
I also want to know how to get whether network is GSM or CDMA?
See Bug 902371
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•