diff options
author | Daniel Bright <dbright@google.com> | 2020-10-28 15:29:16 -0700 |
---|---|---|
committer | Daniel Bright <dbright@google.com> | 2020-10-28 15:29:16 -0700 |
commit | a6a2eef20fea3e9805846bb94fe2fa2ad530b31e (patch) | |
tree | 7c267d23281b441443541ff9b6c64b5df5550560 /telephony/java | |
parent | 5ba504f1791f282d97af051bbb85f4837aeb09d6 (diff) |
Allows APN to be unthrottled through an indication
* Exposed new radio indication that can unthrottle an APN
Test: N/a
Bug: 167434852
Change-Id: Id9ffbd80c5d7f9bcd46caee7cfe5435f15b91fd9
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index d524299d7ede..98a2818dfd53 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -551,6 +551,7 @@ public interface RILConstants { int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048; int RIL_UNSOL_NETWORK_SCAN_RESULT = 1049; int RIL_UNSOL_KEEPALIVE_STATUS = 1050; + int RIL_UNSOL_UNTHROTTLE_APN = 1052; /* The following unsols are not defined in RIL.h */ int RIL_UNSOL_HAL_NON_RIL_BASE = 1100; |