Support QoS Filter protocol

Provide getter for protocol ID included in QoS Filter from network

Bug: 246227644
Test: android build, atest FrameworksTelephonyTests
Change-Id: I2b5813eef1ae19bea757fb781032dd0bac68fb56
This commit is contained in:
Sewook Seo
2022-11-10 08:17:21 +00:00
parent 0064f5a020
commit 61c5c2e328

View File

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