aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-oma.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-25 10:56:38 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-25 10:56:38 +0200
commitc368a63e01dba01c966eac15c07486b82a15c14d (patch)
treec665fcfb5f16e3169c506dc94ea00a5e49898c5d /cli/mmcli-modem-oma.c
parentfefd59e3ce26f8248f94d40f2fb1f68085ca36ee (diff)
libmm-glib,oma: deprecate method names without the mm_modem_oma prefix
Diffstat (limited to 'cli/mmcli-modem-oma.c')
-rw-r--r--cli/mmcli-modem-oma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-oma.c b/cli/mmcli-modem-oma.c
index e1a41ada..800c272e 100644
--- a/cli/mmcli-modem-oma.c
+++ b/cli/mmcli-modem-oma.c
@@ -177,7 +177,7 @@ print_oma_status (void)
}
/* If 1 or more pending sessions... */
- if (mm_modem_peek_pending_network_initiated_sessions (ctx->modem_oma, &pending_sessions, &n_pending_sessions) &&
+ if (mm_modem_oma_peek_pending_network_initiated_sessions (ctx->modem_oma, &pending_sessions, &n_pending_sessions) &&
n_pending_sessions > 0) {
guint i;