summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Bright <dbright@google.com> 2020-11-06 05:24:04 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-11-06 05:24:04 +0000
commit98a2cb4729db5887fcc82fb91255beeb2df0790b (patch)
treef5f12dbef0c4726b415c090f8ba1a71b62dfb00a
parent2feb4fb0a01c03fec8848f182f06524b81f31a61 (diff)
parentbc99f763052a7385bbbab8c401b3caa06553ae4c (diff)
Merge "Allows APN to be unthrottled through an indication" am: bc99f76305
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1479020 Change-Id: Ica2a83344b5888ab9a423515005bd6c5ba7e5284
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
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 d3c27dc4f255..91607462c29f 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -576,6 +576,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;