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

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

Change range of SS-RSRQ per 3gpp am: 074d9041

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12109456

Change-Id: I95be9069f05c8721928945c2d315f4beb9f2dd83
parents 1ca8e428 074d9041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ TEST_P(RadioHidlTest_v1_5, setSignalStrengthReportingCriteria_1_5_NGRAN_SSRSRQ)
    signalThresholdInfo.signalMeasurement = SignalMeasurementType::SSRSRQ;
    signalThresholdInfo.hysteresisMs = 5000;
    signalThresholdInfo.hysteresisDb = 0;
    signalThresholdInfo.thresholds = {-15, -10, -5, -4};
    signalThresholdInfo.thresholds = {-43, -20, 0, 20};
    signalThresholdInfo.isEnabled = true;

    Return<void> res = radio_v1_5->setSignalStrengthReportingCriteria_1_5(