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

Commit 6b79ab24 authored by Sarah Chin's avatar Sarah Chin
Browse files

Change NrQos qfi from byte to int

Deprecate byte qfi and replace with int qosFlowIdentifier

Test: build
Bug: 247072632
Change-Id: I531d2f59fa7143253ee2b83f249a4c2f96e9b0e0
parent 5f71620a
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;