Merge "Support QoS Filter protocol"

This commit is contained in:
Sewook Seo
2022-12-19 17:02:04 +00:00
committed by Gerrit 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;