Merge "Add RIL_UNSOL_MODEM_RESTART message"

This commit is contained in:
Treehugger Robot
2017-05-12 22:25:25 +00:00
committed by Gerrit Code Review

View File

@@ -466,5 +466,6 @@ cat include/telephony/ril.h | \
int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1044;
int RIL_UNSOL_LCEDATA_RECV = 1045;
int RIL_UNSOL_PCO_DATA = 1046;
int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1047;
int RIL_UNSOL_MODEM_RESTART = 1047;
int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048;
}