osmo-msc/tests/msc_vlr
Neels Hofmeyr eb1cfdb263 msc_vlr_tests: add CC Release test and test to catch OS#2779
These tests helped to debug issue OS#2779. Now that they're here we might as
well keep them.

The test test_call_mo_to_unknown shows that an MS answering to the Release
Request works as it should: the conn is torn down.

The test test_call_mo_to_unknown_timeout currently expects the error: the conn
remains active if the CC Release times out. This bug and the test expectations
will be fixed in I46ff2e9b09b67e4e0d79cccf8c04936f17281fcb.

Change-Id: Ic3c84520bff8c3fc82512d03ff6ab97d21b8fb7a
2018-03-15 14:24:57 +00:00
..
Makefile.am msc_vlr_tests: improve cipher mode coverage 2018-03-02 17:00:37 +01:00
msc_vlr_test_authen_reuse.c msc_vlr_tests: clearly separate Ciph Mode from Security Mode checking 2018-03-10 20:58:20 +00:00
msc_vlr_test_authen_reuse.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_authen_reuse.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_call.c msc_vlr_tests: add CC Release test and test to catch OS#2779 2018-03-15 14:24:57 +00:00
msc_vlr_test_call.err msc_vlr_tests: add CC Release test and test to catch OS#2779 2018-03-15 14:24:57 +00:00
msc_vlr_test_call.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_authen.c cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challenge 2018-03-15 14:24:57 +00:00
msc_vlr_test_gsm_authen.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_gsm_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_ciph.c msc_vlr_tests: add test_a5_3_not_supported 2018-03-10 23:21:34 +01:00
msc_vlr_test_gsm_ciph.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_gsm_ciph.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_reject.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_reject.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_hlr_reject.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_timeout.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_timeout.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_hlr_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_ms_timeout.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_ms_timeout.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_ms_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_no_authen.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_no_authen.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_no_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_reject_concurrency.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_reject_concurrency.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_reject_concurrency.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_rest.c msc_vlr_tests: make all test functions static 2018-03-02 03:22:16 +01:00
msc_vlr_test_rest.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_rest.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_umts_authen.c msc_vlr_test_umts_authen: test response with only SRES half of RES 2018-03-10 22:23:13 +01:00
msc_vlr_test_umts_authen.err cosmetic: rename conn_fsm "bump" event to "release_when_unused" 2018-03-15 14:24:57 +00:00
msc_vlr_test_umts_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_tests.c cosmetic: msc_vlr_tests: enable CC logging in debug 2018-03-15 14:24:57 +00:00
msc_vlr_tests.h msc_vlr_tests: clearly separate Ciph Mode from Security Mode checking 2018-03-10 20:58:20 +00:00