From 0f14f81d7cda0925fa5a17a5ddce046e6c82e9b9 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Mon, 10 Aug 2020 10:58:23 -0700 Subject: 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/ Merged-In: I29b13975288286d9706a1c3fb227eeb46527efc3 Change-Id: I29b13975288286d9706a1c3fb227eeb46527efc3 --- StubLibraries.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'StubLibraries.bp') diff --git a/StubLibraries.bp b/StubLibraries.bp index 90bac37b944e..2f3945f88f35 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -68,6 +68,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", -- cgit v1.2.3