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

Commit 56704440 authored by Sewook Seo's avatar Sewook Seo
Browse files

Support QoS Filter protocol

Provide getter for protocol ID included in QoS Filter from network

Bug: 246227644
Test: android build, atest FrameworksTelephonyTests
Change-Id: I2b5813eef1ae19bea757fb781032dd0bac68fb56
Merged-In: I2b5813eef1ae19bea757fb781032dd0bac68fb56
parent ec479f2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -130,6 +130,10 @@ public final class QosBearerFilter implements Parcelable {
        return precedence;
    }

    public int getProtocol() {
        return protocol;
    }

    public static class PortRange implements Parcelable {
        int start;
        int end;