aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-oma.c
AgeCommit message (Collapse)Author
2023-10-27core: ensure all errors returned in DBus operations are normalizedAleksander Morgado
We want to ensure that all errors reported via DBus operations are normalized to MM-specific errors. We don't want to return QMI or MBIM specific errors, as those are protocol specific and we don't want DBus clients to need to rely on knowing which is the protocol in use by the device.
2022-11-04core,log: new 'MSG' log level between 'INFO' and 'WARN'Aleksander Morgado
We're bumping the current "INFO" level messages to the new "MSG" level, also making the new level the default. The old "INFO" level will be used to setup an intermediate level of logging which is not as verbose as "DEBUG" but still provides some capabilities to analyze the behavior of a modem.
2020-04-08iface-modem-oma: port to use object loggingAleksander Morgado
2020-01-30iface-modem-oma: fix warnings with -Wimplicit-fallthroughAleksander Morgado
mm-iface-modem-oma.c: In function ‘interface_disabling_step’: mm-iface-modem-oma.c:732:18: error: this statement may fall through [-Werror=implicit-fallthrough=] 732 | ctx->step++; | ~~~~~~~~~^~ ...
2020-01-30iface-modem-oma: fix warnings with -Wswitch-defaultAleksander Morgado
mm-iface-modem-oma.c: In function ‘interface_disabling_step’: mm-iface-modem-oma.c:729:5: error: switch missing default case [-Werror=switch-default] 729 | switch (ctx->step) { | ^~~~~~ ...
2017-06-29iface-modem-oma: port mm_iface_modem_oma_disable to use GTaskBen Chan
2017-06-29iface-modem-oma: port mm_iface_modem_oma_enable to use GTaskBen Chan
2017-06-29iface-modem-oma: port mm_iface_modem_oma_initialize to use GTaskBen Chan
2013-09-09iface-modem-oma: fix OMA session state reportingAleksander Morgado
Reported by Arman Uguray <armansito@google.com>
2013-09-09iface-modem-oma: ensure the session id is known when accepting/rejecting itAleksander Morgado
2013-09-09iface-modem-oma: new object interface to handle the OMA DBus interfaceAleksander Morgado