This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE for cellular: report RAT-appropriate SNR equivalent w…
…here available. (#835) Up to now uCellInfoGetSnrDb() has reported SNR by determining the ratio of RSRP / (RSSI - RSRP) in dB for all RATs. However, that is really only appropriate for 2G; for 3G and 4G the appropriate SNR equivalent value, as reported directly by the module, is now returned. For 3G this is EC/N0, while for Cat-M1/NB/LTE it is the signal to interference and noise ratio (SINR). EXISTING CELLULAR USERS may experience quite different [but now correct] SNR results for Cat-M1, NB, LTE and UTRAN.
- Loading branch information
Showing
4 changed files
with
103 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters