diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-03 16:01:06 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | f76489cd8179000c1f4e6bc7b72d60933a6c08b9 (patch) | |
tree | db20a5ab360c1a9b8f05fdde29b5d4a77546b616 /src/tests | |
parent | 2b23ef3fa62de79f6ec0f23f2971f3528125246a (diff) |
modem-helpers: port cid selection helper to use object logging
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test-modem-helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test-modem-helpers.c b/src/tests/test-modem-helpers.c index 51b28950..3968850a 100644 --- a/src/tests/test-modem-helpers.c +++ b/src/tests/test-modem-helpers.c @@ -2864,6 +2864,7 @@ test_cid_selection (void) cid = mm_3gpp_select_best_cid (test->apn, test->ip_family, context_list, context_format_list, + NULL, &cid_reused, &cid_overwritten); g_assert_cmpuint (cid, ==, test->expected_cid); |