diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2013-09-29 14:51:10 +0200 |
|---|---|---|
| committer | Paul Kocialkowski <contact@paulk.fr> | 2013-09-29 14:51:10 +0200 |
| commit | d69f5490530cf7fc78b1cbf52827471039d8a6cb (patch) | |
| tree | 9dc75b0e570e347ec514b9efb8fd07100a1b9b0d /ss.c | |
| parent | 0bad2567392b7d98912f59353bf09937b89eff2f (diff) | |
| download | hardware_replicant_libsamsung-ril-d69f5490530cf7fc78b1cbf52827471039d8a6cb.tar.gz hardware_replicant_libsamsung-ril-d69f5490530cf7fc78b1cbf52827471039d8a6cb.tar.bz2 hardware_replicant_libsamsung-ril-d69f5490530cf7fc78b1cbf52827471039d8a6cb.zip | |
Send internal SMS to alert the user when an important crash just happened
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'ss.c')
| -rw-r--r-- | ss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ void ril_request_send_ussd(RIL_Token t, void *data, size_t length) case IPC_SS_USSD_TIME_OUT: LOGD("USSD Tx encoding is GSM7"); - data_enc_len = ascii2gsm7(data, (unsigned char**)&data_enc, length); + data_enc_len = ascii2gsm7_ussd(data, (unsigned char**)&data_enc, length); if (data_enc_len > message_size) { LOGE("USSD message size is too long, aborting"); ril_request_complete(t, RIL_E_GENERIC_FAILURE, NULL, 0); |
