diff options
| author | 2023-06-20 00:58:17 +0000 | |
|---|---|---|
| committer | 2023-07-14 00:49:56 +0000 | |
| commit | 003ce8aaa4f827a1419ef41b630f6f5a905a1132 (patch) | |
| tree | f0b88ddd2b43316a0ae1f2b89f6ade4aab36f562 | |
| parent | 8c07c82c80e31e0b126fc421f090678afca4bc73 (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.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 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; |