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
Merged-In: I2b5813eef1ae19bea757fb781032dd0bac68fb56
This commit is contained in:
Sewook Seo
2022-11-10 08:17:21 +00:00
parent ec479f2f41
commit 56704440a9

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;