Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ee0d6a5 authored by Hakjun Choi's avatar Hakjun Choi Committed by Android (Google) Code Review
Browse files

Merge "Add setSatellitePlmn() to support configure PLMNs for satellite service" into main

parents 40568c9d 003ce8aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;