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

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

Merge "Change the range of default value of SSRRSQ" am: 26242849 am: 5088fa70

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

Change-Id: If24c141dbd0022ecdb85237d9b410a9ac5446769
parents 42ad5f39 5088fa70
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 */
        );