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

Commit def38ee6 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Change the default value config to avoid 2 DB hysteresis DB limitation" am: bdc085b0

Change-Id: I9e2b2ee2fae13cea29f6f968993c58ab1b7a1c10
parents d6301526 bdc085b0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -774,10 +774,10 @@ public class DeviceStateMonitor extends Handler {
         * These thresholds are taken from the LTE RSRQ defaults in {@link CarrierConfigManager}.
         */
        public static final int[] EUTRAN_RSRQ = new int[] {
            -19,  /* SIGNAL_STRENGTH_POOR */
            -20,  /* SIGNAL_STRENGTH_POOR */
            -17,  /* SIGNAL_STRENGTH_MODERATE */
            -14,  /* SIGNAL_STRENGTH_GOOD */
            -12   /* SIGNAL_STRENGTH_GREAT */
            -11   /* SIGNAL_STRENGTH_GREAT */
        };

        /**
@@ -819,9 +819,9 @@ public class DeviceStateMonitor extends Handler {
         */
        public static final int[] NGRAN_RSRSRQ = new int[] {
            -16, /* SIGNAL_STRENGTH_POOR */
            -11, /* SIGNAL_STRENGTH_MODERATE */
            -12, /* SIGNAL_STRENGTH_MODERATE */
            -9, /* SIGNAL_STRENGTH_GOOD */
            -7  /* SIGNAL_STRENGTH_GREAT */
            -6  /* SIGNAL_STRENGTH_GREAT */
        };

        /**
+2 −2
Original line number Diff line number Diff line
@@ -315,9 +315,9 @@ public class ServiceStateTrackerTest extends TelephonyTest {
        mBundle.putIntArray(CarrierConfigManager.KEY_5G_NR_SSRSRQ_THRESHOLDS_INT_ARRAY,
                new int[] {
                    -16, /* SIGNAL_STRENGTH_POOR */
                    -11, /* SIGNAL_STRENGTH_MODERATE */
                    -12, /* SIGNAL_STRENGTH_MODERATE */
                    -9, /* SIGNAL_STRENGTH_GOOD */
                    -7  /* SIGNAL_STRENGTH_GREAT */
                    -6  /* SIGNAL_STRENGTH_GREAT */
                });
        mBundle.putIntArray(CarrierConfigManager.KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY,
                new int[] {