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

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

Merge "Change the range of default value of SSRRSQ" into rvc-d1-dev am: 264cdd01

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/12106184

Change-Id: Icb58eac099e051249f9c427accd733848d8865b4
parents a22f4aae 264cdd01
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -891,10 +891,10 @@ public class DeviceStateMonitor extends Handler {
         * List of dB thresholds for NGRAN {@link AccessNetworkType} RSRSRP
         */
        public static final int[] NGRAN_RSRSRQ = new int[] {
            -16, /* SIGNAL_STRENGTH_POOR */
            -12, /* SIGNAL_STRENGTH_MODERATE */
            -9, /* SIGNAL_STRENGTH_GOOD */
            -6  /* SIGNAL_STRENGTH_GREAT */
            -31, /* SIGNAL_STRENGTH_POOR */
            -19, /* SIGNAL_STRENGTH_MODERATE */
            -7, /* SIGNAL_STRENGTH_GOOD */
            6  /* SIGNAL_STRENGTH_GREAT */
        };

        /**
+5 −5
Original line number Diff line number Diff line
@@ -314,10 +314,10 @@ public class ServiceStateTrackerTest extends TelephonyTest {
                });
        mBundle.putIntArray(CarrierConfigManager.KEY_5G_NR_SSRSRQ_THRESHOLDS_INT_ARRAY,
                new int[] {
                    -16, /* SIGNAL_STRENGTH_POOR */
                    -12, /* SIGNAL_STRENGTH_MODERATE */
                    -9, /* SIGNAL_STRENGTH_GOOD */
                    -6  /* SIGNAL_STRENGTH_GREAT */
                    -31, /* SIGNAL_STRENGTH_POOR */
                    -19, /* SIGNAL_STRENGTH_MODERATE */
                    -7, /* SIGNAL_STRENGTH_GOOD */
                    6  /* SIGNAL_STRENGTH_GREAT */
                });
        mBundle.putIntArray(CarrierConfigManager.KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY,
                new int[] {
@@ -790,7 +790,7 @@ public class ServiceStateTrackerTest extends TelephonyTest {
                    -20, /** csiRsrq NONE */
                    -23, /** CsiSinr NONE */
                    -44, /** SsRsrp SIGNAL_STRENGTH_GREAT */
                    -20, /** SsRsrq NONE */
                    -32, /** SsRsrq NONE */
                    -23) /** SsSinr NONE */
        );