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

Commit 7013933d authored by Sewook Seo's avatar Sewook Seo Committed by Android (Google) Code Review
Browse files

Merge "Support QoS Filter protocol"

parents a701c77b 61c5c2e3
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;