diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-03 12:38:01 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-03 12:38:01 +0100 |
commit | 0ddbbaab17023bf83a6566c4ef57c2fcfc8b8cf0 (patch) | |
tree | b1a3ce63097981fe93828349f6be6a44c8df5973 /src | |
parent | 496f298832a8269204e11662d20d3feaebba0739 (diff) |
sms-mbim: increase timeout when sending SMS part to 30s
Aligned to the value used also in QMI, and likely a much better value than the
original 10s.
See:
http://lists.freedesktop.org/archives/libmbim-devel/2013-December/000079.html
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-sms-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sms-mbim.c b/src/mm-sms-mbim.c index 436f5b5e..6a26ddc7 100644 --- a/src/mm-sms-mbim.c +++ b/src/mm-sms-mbim.c @@ -171,7 +171,7 @@ sms_send_next_part (SmsSendContext *ctx) NULL); mbim_device_command (ctx->device, message, - 10, + 30, NULL, (GAsyncReadyCallback)sms_send_set_ready, ctx); |