Closed
Bug 982013
Opened 12 years ago
Closed 8 years ago
B2G RIL: reconsider the desgin of signalStrength/relSignalStrength for GSM/CDMA/LTE.
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:-)
RESOLVED
WONTFIX
| blocking-b2g | - |
People
(Reporter: sku, Unassigned)
References
Details
Since FxOS can support CDMA and LTE, the current signalStrength/relSignalStrength seems not to fit all those technologies.
For GSM/UMTS case, signalStrength/relSignalStrength are enough for handling signal strength stuffs. However, we need to consider signalNoiseRatio for CDMA case, and rssnr for LTE case.
For above reason, signalStrength/relSignalStrength can not precisely reflect the signal condition to Gaia.
We should consider to redesign signal strength for better supporting on different techonolgies.
[1] structure for CDMA signal strength - https://github.com/android/platform_hardware_ril/blob/master/include/telephony/ril.h#L710
[2] structure for LTE signal strength - https://github.com/android/platform_hardware_ril/blob/master/include/telephony/ril.h#L756
[3] Signal Strength from FxOS - http://dxr.mozilla.org/mozilla-central/source/dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl#522
Updated•11 years ago
|
blocking-b2g: backlog → -
Comment 2•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•