Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23d85a91 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am d84d289f: Merge "Telephony: Consider EVDO ecio zero value as valid."

* commit 'd84d289f':
  Telephony: Consider EVDO ecio zero value as valid.
parents 0e95685f d84d289f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ public class SignalStrength implements Parcelable {
        mCdmaEcio = (mCdmaEcio > 0) ? -mCdmaEcio : -160;

        mEvdoDbm = (mEvdoDbm > 0) ? -mEvdoDbm : -120;
        mEvdoEcio = (mEvdoEcio > 0) ? -mEvdoEcio : -1;
        mEvdoEcio = (mEvdoEcio >= 0) ? -mEvdoEcio : -1;
        mEvdoSnr = ((mEvdoSnr > 0) && (mEvdoSnr <= 8)) ? mEvdoSnr : -1;

        // TS 36.214 Physical Layer Section 5.1.3, TS 36.331 RRC