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

Commit e1748048 authored by Naveen Kalla's avatar Naveen Kalla Committed by android-build-merger
Browse files

Merge "Add RIL_UNSOL_MODEM_RESTART message"

am: 85e18858

Change-Id: I33dd05658ad8c9eed74e42ab27fa248a5942b688
parents 557996e1 85e18858
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
}