aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-04 11:57:19 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commitef1a570afe38537db18a0a3e384dc49c550d0749 (patch)
treec7315aad0e7b01904eac77322bbd25bfd5fc2507 /src/tests
parent39dd4c166d2750a00dfe1a3505a02bccaaf7f755 (diff)
modem-helpers: port creg response parser to use object logging
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-modem-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-modem-helpers.c b/src/tests/test-modem-helpers.c
index 65ead935..e025fe2e 100644
--- a/src/tests/test-modem-helpers.c
+++ b/src/tests/test-modem-helpers.c
@@ -1143,7 +1143,7 @@ test_creg_match (const char *test,
g_assert (info != NULL);
g_assert_cmpuint (regex_num, ==, result->regex_num);
- success = mm_3gpp_parse_creg_response (info, &state, &lac, &ci, &access_tech, &cgreg, &cereg, &error);
+ success = mm_3gpp_parse_creg_response (info, NULL, &state, &lac, &ci, &access_tech, &cgreg, &cereg, &error);
g_match_info_free (info);
g_assert (success);
g_assert_no_error (error);