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

Commit c891d164 authored by Sewook Seo's avatar Sewook Seo Committed by Gerrit Code Review
Browse files

Merge "Support QoS Filter protocol"

parents 119c1d90 56704440
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;