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

Commit 74f163da authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change NrQos qfi from byte to int"

parents 57a28885 6b79ab24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3855,7 +3855,7 @@ public class RILUtils {
            case android.hardware.radio.data.Qos.nr:
                android.hardware.radio.data.NrQos nr = qos.getNr();
                return new NrQos(convertHalQosBandwidth(nr.downlink),
                        convertHalQosBandwidth(nr.uplink), nr.qfi, nr.fiveQi,
                        convertHalQosBandwidth(nr.uplink), nr.qosFlowIdentifier, nr.fiveQi,
                        nr.averagingWindowMs);
            default:
                return null;