Merge "Modify the default values to avoid 2 DB hysteresis DB limitation"
This commit is contained in:
@@ -4108,10 +4108,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[] {
|
||||
@@ -4139,9 +4139,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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user