aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-10 02:17:14 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 15:32:34 +0100
commit78fc746b10755a645d8d1b52bdcca88fa492f32c (patch)
treeb01e115a4b3f6558fdde894c4bb1d5625d236b26 /openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c
parent952c9b033c5a1b264b41aa16fb0cfeb5db6d361b (diff)
Reinstate msc subscriber conn ref counting
Indeed the easiest way of ensuring all code paths can cause conn discarding while still all code paths can check on whether a conn needs to be discarded. Change-Id: I641fe36d9fa2077e3caf63cc583aaa380603bff0
Diffstat (limited to 'openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c')
-rw-r--r--openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c b/openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c
index 665b35582..52757fea4 100644
--- a/openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c
+++ b/openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.c
@@ -354,8 +354,8 @@ msc_vlr_test_func_t msc_vlr_tests[] = {
test_reject_lu_during_lu,
test_reject_cm_during_lu,
test_reject_paging_resp_during_lu,
- test_reject_lu_during_cm,
- test_reject_cm_during_cm,
+ //test_reject_lu_during_cm,
+ //test_reject_cm_during_cm,
test_reject_paging_resp_during_cm,
test_reject_lu_during_paging_resp,
test_reject_cm_during_paging_resp,