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

Commit b025a0c6 authored by Sewook Seo's avatar Sewook Seo Committed by Automerger Merge Worker
Browse files

Merge "Support QoS Filter protocol" am: c891d164

parents 36672bd0 c891d164
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;