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

Commit a490c7eb authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Automerger Merge Worker
Browse files

Merge "Add ril constant for slicing config change" am: daa74af0 am: a646471f am: 00c7c02c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1945429

Change-Id: I959aba7b1d9b0e87442893a6da266bea49dc3295
parents 9aa0ab03 00c7c02c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -592,6 +592,7 @@ public interface RILConstants {
    int RIL_UNSOL_UNTHROTTLE_APN = 1052;
    int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_CHANGED = 1053;
    int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_RECORDS_RECEIVED = 1054;
    int RIL_UNSOL_SLICING_CONFIG_CHANGED = 1055;

    /* The following unsols are not defined in RIL.h */
    int RIL_UNSOL_HAL_NON_RIL_BASE = 1100;