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

Commit 919bbc67 authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

Merge "Update signal strength reporting criteria add GSM support"

parents 8bd5ee16 b506d5e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4719,6 +4719,9 @@ public class ServiceStateTracker extends Handler {
        mPhone.setSignalStrengthReportingCriteria(
                config.getIntArray(CarrierConfigManager.KEY_WCDMA_RSCP_THRESHOLDS_INT_ARRAY),
                AccessNetworkType.UTRAN);
        mPhone.setSignalStrengthReportingCriteria(
                config.getIntArray(CarrierConfigManager.KEY_GSM_RSSI_THRESHOLDS_INT_ARRAY),
                AccessNetworkType.GERAN);
    }

    private void updateServiceStateLteEarfcnBoost(ServiceState serviceState, int lteEarfcn) {