summaryrefslogtreecommitdiff
path: root/StubLibraries.bp
diff options
context:
space:
mode:
authorJayachandran C <jayachandranc@google.com>2020-08-10 10:58:23 -0700
committerJayachandran C <jayachandranc@google.com>2020-11-18 10:25:22 -0800
commitc4faf84942b9f935cb75f932c78e3555e55ce835 (patch)
tree0210d1fc501744b98c4670f25dab19e5bb7c4c67 /StubLibraries.bp
parent4f8866ea20d8e0cc4ea8c8d3c9cbc74824be9912 (diff)
Add indication APIs to expose QOS from LTE and NR bearers
Add indication APIs to expose Quality Of Service (QOS) information from LTE and NR default as well as dedicated bearers. The QOS is added to the existing SetupDataCallResult structure so that the baseband can notify whenever there is a change in QoS on a PDN. Bug: 158315614 Test: 1) Simulated V1_6 SetupDataCallResult and verified the Qos objects are passed correctly in the APIs 2) atest frameworks/opt/telephony/tests/telephonytests/ Change-Id: I29b13975288286d9706a1c3fb227eeb46527efc3
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index b46d179a6a71..504961c3fbbd 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -67,6 +67,7 @@ stubs_defaults {
"android.hardware.cas-V1.2-java",
"android.hardware.health-V1.0-java-constants",
"android.hardware.radio-V1.5-java",
+ "android.hardware.radio-V1.6-java",
"android.hardware.thermal-V1.0-java-constants",
"android.hardware.thermal-V2.0-java",
"android.hardware.tv.input-V1.0-java-constants",