summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hakjun Choi <hakjunc@google.com> 2023-06-20 00:58:17 +0000
committer Hakjun Choi <hakjunc@google.com> 2023-07-14 00:49:56 +0000
commit003ce8aaa4f827a1419ef41b630f6f5a905a1132 (patch)
treef0b88ddd2b43316a0ae1f2b89f6ade4aab36f562
parent8c07c82c80e31e0b126fc421f090678afca4bc73 (diff)
Add setSatellitePlmn() to support configure PLMNs for satellite service
To support the satellite technologies, which treat satellite cells as roaming networks BUG: 287538011 Test: atest VtsHalRadioTargetTest Test: atest TelephonyManagerTestOnMockModem Test: MO/MT call, SMS, MMS in live network with a phone Change-Id: Ie50e2f13007f6ce65001ba11531e0fd4531a4e54
-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 decf2d4fc019..72e4389e0788 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -583,6 +583,7 @@ public interface RILConstants {
int RIL_REQUEST_GET_MAX_CHARACTERS_PER_SATELLITE_TEXT_MESSAGE = 257;
int RIL_REQUEST_GET_TIME_FOR_NEXT_SATELLITE_VISIBILITY = 258;
int RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED = 259;
+ int RIL_REQUEST_SET_SATELLITE_PLMN = 260;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;