aboutsummaryrefslogtreecommitdiff
path: root/plugins/telit/mm-broadband-modem-telit.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/telit/mm-broadband-modem-telit.c')
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index d0c5eeb5..37ae3c6f 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -107,7 +107,7 @@ csim_query_ready (MMBaseModem *self,
goto next_step;
}
- if ( (unlock_retries = parse_csim_response (ctx->step, response, &error)) < 0) {
+ if ( (unlock_retries = mm_telit_parse_csim_response (ctx->step, response, &error)) < 0) {
mm_warn ("Parse error in step %d: %s.", ctx->step, error->message);
g_error_free (error);
goto next_step;