Merge "Support QoS Filter protocol"
This commit is contained in:
@@ -130,6 +130,10 @@ public final class QosBearerFilter implements Parcelable {
|
|||||||
return precedence;
|
return precedence;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getProtocol() {
|
||||||
|
return protocol;
|
||||||
|
}
|
||||||
|
|
||||||
public static class PortRange implements Parcelable {
|
public static class PortRange implements Parcelable {
|
||||||
int start;
|
int start;
|
||||||
int end;
|
int end;
|
||||||
|
|||||||
Reference in New Issue
Block a user