Merge "Modify the default values to avoid 2 DB hysteresis DB limitation" into rvc-dev am: 95ff60f2fd am: 39ba45aee1 am: 7e51acd5b7

Change-Id: Id7e6141c84b73c5a3c28ae5d2eb003c49847efcf
This commit is contained in:
Shuo Qian
2020-05-11 21:06:34 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 6 deletions

View File

@@ -4195,10 +4195,10 @@ public class CarrierConfigManager {
});
sDefaults.putIntArray(KEY_LTE_RSRQ_THRESHOLDS_INT_ARRAY,
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 */
});
sDefaults.putIntArray(KEY_LTE_RSSNR_THRESHOLDS_INT_ARRAY,
new int[] {
@@ -4226,9 +4226,9 @@ public class CarrierConfigManager {
// Boundaries: [-20 dB, -3 dB]
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 */
});
sDefaults.putIntArray(KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY,
// Boundaries: [-23 dB, 40 dB]

View File

@@ -57,9 +57,9 @@ public final class CellSignalStrengthNr extends CellSignalStrength implements Pa
// Boundaries: [-20 dB, -3 dB]
private int[] mSsRsrqThresholds = 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 */
};
// Lifted from Default carrier configs and max range of SSSINR