osmo-msc/tests/msc_vlr
Neels Hofmeyr 0cc03ca427 never page for TMSI with 'no assign-tmsi'
With 'no assign-tmsi', regard any TMSI as invalidated at the end of a
Location Updating procedure. Hence, avoid paging by TMSI.

When 'no assign-tmsi' is set, osmo-msc does not actively assign a new
TMSI at the end of the Location Updating. However, it stores any TMSI
identity that the MS sends in a Location Updating Request. So far, this
caused osmo-msc to use the TMSI that the MS had sent in subsequent
Paging, which goes unanswered by the MS.

(After the long standing evil twin problem regarding TMSI MI has been
fixed in recent Ifdabe0b65bffafbf7b8e5cc10e2d225d1ed1cecd, there is no
longer an evil twin risked by clearing out a TMSI.)

Related: SYS#6860 OS#4721
Change-Id: I583682d1a35a70b008d7bb2d89ba7c3109a60b21
2024-03-28 04:06:58 +01:00
..
Makefile.am tests: use -no-install libtool flag to avoid ./lt-* scripts 2023-03-11 04:54:09 +07:00
msc_vlr_test_authen_reuse.c Validate the choosen UTRAN encryption algorithm 2021-11-05 01:29:05 +01:00
msc_vlr_test_authen_reuse.err vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS 2022-10-27 23:59:38 +02: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 cosmetic: rename to sdp_audio_codecs_foreach() 2024-02-08 23:42:17 +01:00
msc_vlr_test_call.err test_call: codecs: test specific PT from MO to MT 2023-12-13 01:52:22 +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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_gsm_authen.err libvlr: fix auth_fsm_term(): use proper value-string for cause 2024-03-01 07:11:47 +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_test_gsm_ciph.c: fix IMEISV MI: even number of digits, clear odd bit 2020-06-15 03:14:03 +02:00
msc_vlr_test_gsm_ciph.err vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS 2022-10-27 23:59:38 +02: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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_hlr_reject.err libvlr: fix auth_fsm_term(): use proper value-string for cause 2024-03-01 07:11:47 +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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_hlr_timeout.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02: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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_ms_timeout.err vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS 2022-10-27 23:59:38 +02: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 libmsc: move subscriber expiration timer T3212 to libvlr 2020-01-25 12:49:42 +07:00
msc_vlr_test_no_authen.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02: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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_reject_concurrency.err fix crash on CM Serv Rej: fix use count mismatch 2022-05-04 23:43:11 +02: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 gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_rest.err never page for TMSI with 'no assign-tmsi' 2024-03-28 04:06:58 +01: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_ss.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_ss.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_ss.ok msc_vlr_tests: don't abuse USSD-request to conclude connections 2018-07-29 16:22:06 +02:00
msc_vlr_test_umts_authen.c libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN 2021-11-30 13:14:16 +00:00
msc_vlr_test_umts_authen.err libvlr: fix auth_fsm_term(): use proper value-string for cause 2024-03-01 07:11:47 +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 ASCI: Use a unique call-id for RTP streams 2023-07-09 07:41:33 +00:00
msc_vlr_tests.h [codecs filter] msc_vlr_test_call: test codecs resolution 2023-03-18 03:05:34 +01:00