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

Commit 3c2bc916 authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

Merge "Set RAN info in RILUtil#convertToHalSignalThresholdInfoAidl" am: 78416bd0 am: 2f1fd18e

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

Change-Id: I24f3d6118f3393b024fb59e2f49e735b6f9a0402
parents ee87bcef 2f1fd18e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1917,6 +1917,7 @@ public class RILUtils {
        signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb();
        signalThresholdInfoHal.thresholds = signalThresholdInfo.getThresholds();
        signalThresholdInfoHal.isEnabled = signalThresholdInfo.isEnabled();
        signalThresholdInfoHal.ran = signalThresholdInfo.getRadioAccessNetworkType();
        return signalThresholdInfoHal;
    }