Merge "Add ril constant for slicing config change" am: daa74af0eb

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

Change-Id: I105048624f2c21a0e0c98ad16fe38f58bd3ade3b
This commit is contained in:
Sooraj Sasindran
2022-01-14 03:38:30 +00:00
committed by Automerger Merge Worker

View File

@@ -592,6 +592,7 @@ public interface RILConstants {
int RIL_UNSOL_UNTHROTTLE_APN = 1052; int RIL_UNSOL_UNTHROTTLE_APN = 1052;
int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_CHANGED = 1053; int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_CHANGED = 1053;
int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_RECORDS_RECEIVED = 1054; 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 */ /* The following unsols are not defined in RIL.h */
int RIL_UNSOL_HAL_NON_RIL_BASE = 1100; int RIL_UNSOL_HAL_NON_RIL_BASE = 1100;