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

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

Merge "Add RIL_UNSOL_MODEM_RESTART message" am: 85e18858

am: e1748048

Change-Id: If2ba09241a05d0765c23cf5831e957efe3c1ef77
parents a158b3cb e1748048
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;
}