Merge "Support QoS Filter protocol"

This commit is contained in:
Sewook Seo
2022-11-15 19:32:10 +00:00
committed by Android (Google) Code Review

View File

@@ -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;