aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_test_call.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-09 16:41:18 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-09 16:41:18 +0100
commitddc6c8919505633a318f748b86d1a3127de78531 (patch)
tree23bb666fef858cdf6dc9c7e761840a5c5df3f5d9 /tests/msc_vlr/msc_vlr_test_call.c
parent889d8aaa7e36666462e8fdf4d63062ada4d2ab1b (diff)
Diffstat (limited to 'tests/msc_vlr/msc_vlr_test_call.c')
-rw-r--r--tests/msc_vlr/msc_vlr_test_call.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/msc_vlr/msc_vlr_test_call.c b/tests/msc_vlr/msc_vlr_test_call.c
index 7f0aaa1f2..d2421313f 100644
--- a/tests/msc_vlr/msc_vlr_test_call.c
+++ b/tests/msc_vlr/msc_vlr_test_call.c
@@ -580,13 +580,13 @@ static void test_call_mo_to_unknown_timeout()
}
-void test_call_mo_setup_timeout(uint8_t nr, const char *imsi)
+void test_call_mo_setup_timeout()
{
struct gsm_mncc mncc = {
.imsi = IMSI,
};
- comment_start(nr, imsi);
+ comment_start();
fake_time_start();
@@ -601,7 +601,7 @@ void test_call_mo_setup_timeout(uint8_t nr, const char *imsi)
"03575886" /* classmark 2 */
"089910070000106005" /* IMSI */);
OSMO_ASSERT(g_conn);
- OSMO_ASSERT(g_conn->conn_fsm);
+ OSMO_ASSERT(g_conn->fi);
OSMO_ASSERT(g_conn->vsub);
VERBOSE_ASSERT(cm_service_result_sent, == RES_NONE, "%d");
VERBOSE_ASSERT(auth_request_sent, == true, "%d");
@@ -655,7 +655,7 @@ void test_call_mo_setup_timeout(uint8_t nr, const char *imsi)
EXPECT_CONN_COUNT(0);
clear_vlr();
- comment_end(nr, imsi);
+ comment_end();
}
msc_vlr_test_func_t msc_vlr_tests[] = {