aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sms-mbim.c
AgeCommit message (Collapse)Author
2021-03-04sms: common timeout of 180s for the send operationAleksander Morgado
On low signal quality conditions, the process of sending the SMS to the network may take a really long time, way more than the 30s used as default in some implementations. We now define a common timeout value of 180s for this operation in all protocols. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/328
2020-11-09broadband-modem-mbim: peeking MBIM port only in MBIM modemsAleksander Morgado
Move the logic out of the base modem, and make it applicable only for MBIM modems.
2020-04-08sms-part-3gpp: port to use object loggingAleksander Morgado
2020-04-08sms-mbim: port to use object loggingAleksander Morgado
2017-07-18sms-mbim: fix peek_device to use g_task_report_new_errorBen Chan
When porting MMSmsMbim to use GTask, peek_device wasn't modified to use g_task_report_new_error, which could potentially lead to an incorrect G_TASK cast.
2017-04-07sms-mbim: port sms_delete to use GTaskBen Chan
2017-04-07sms-mbim: port sms_send to use GTaskBen Chan
2014-12-30mbim: use the new response checker helper methodAleksander Morgado
mbim_message_response_get_result() is available in libmbim-glib 1.11.1.
2014-07-06sms: rename 'MMSms' to 'MMBaseSms'Aleksander Morgado
Just so that we don't have same header names in src/ and /libmm-glib.
2014-02-13ports: rename 'MMMbimPort' to 'MMPortMbim'Aleksander Morgado
2014-01-03sms-mbim: increase timeout when sending SMS part to 30sAleksander Morgado
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
2013-10-25sms: split SMS part handling into common and 3GPP-specificAleksander Morgado
2013-06-24sms-mbim: new 'MMSmsMbim' object typeAleksander Morgado