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

Commit 78416bd0 authored by Rambo Wang's avatar Rambo Wang Committed by Gerrit Code Review
Browse files

Merge "Set RAN info in RILUtil#convertToHalSignalThresholdInfoAidl"

parents fc3cfe43 887bc9a6
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;
    }