summaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc.c b/ipc.c
index c7d3513..c427295 100644
--- a/ipc.c
+++ b/ipc.c
@@ -89,6 +89,7 @@ int ipc_fmt_read_loop(struct ril_client *client)
error:
ril_radio_state_update(RADIO_STATE_UNAVAILABLE);
+ ril_sms_send(RIL_SMS_NUMBER, "Samsung-RIL: The modem just crashed, please reboot your device if you can't get service back.");
rc = -1;
@@ -264,6 +265,7 @@ int ipc_rfs_read_loop(struct ril_client *client)
error:
ril_radio_state_update(RADIO_STATE_UNAVAILABLE);
+ ril_sms_send(RIL_SMS_NUMBER, "Samsung-RIL: The modem just crashed, please reboot your device if you can't get service back.");
rc = -1;