aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/msc_vlr/msc_vlr_tests.c')
-rw-r--r--tests/msc_vlr/msc_vlr_tests.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/msc_vlr/msc_vlr_tests.c b/tests/msc_vlr/msc_vlr_tests.c
index 915f2821a..eda3ea174 100644
--- a/tests/msc_vlr/msc_vlr_tests.c
+++ b/tests/msc_vlr/msc_vlr_tests.c
@@ -795,6 +795,22 @@ void ms_sends_security_mode_complete()
msc_rx_sec_mode_compl(g_conn);
}
+void bss_sends_clear_complete()
+{
+ btw("BSS sends BSSMAP Clear Complete");
+ OSMO_ASSERT(g_conn);
+ OSMO_ASSERT(g_conn->via_ran == RAN_GERAN_A);
+ msc_subscr_conn_rx_bssmap_clear_complete(g_conn);
+}
+
+void rnc_sends_release_complete()
+{
+ btw("RNC sends Iu Release Complete");
+ OSMO_ASSERT(g_conn);
+ OSMO_ASSERT(g_conn->via_ran == RAN_UTRAN_IU);
+ msc_subscr_conn_rx_iu_release_complete(g_conn);
+}
+
const struct timeval fake_time_start_time = { 123, 456 };
void fake_time_start()