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

Commit 85e18858 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add RIL_UNSOL_MODEM_RESTART message"

parents c876eece d9b21263
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;
}