From 26bdb8cf3e7c3b330a6e5a61a388c10b85bdd4fb Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 24 Sep 2019 09:21:12 +0200 Subject: Cosmetic: Fix comment Change-Id: Ie1c80d951ea2f8e3e154beb5623aa0d5f5874a60 --- msc/MSC_Tests.ttcn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'msc/MSC_Tests.ttcn') diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index 74994562..7c4ac518 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -4858,9 +4858,9 @@ private function f_tc_sgsap_mt_sms_and_nothing(charstring id, BSC_ConnHdlrPars p /* Even on a failed paging the SGs Association should stay intact */ f_ctrl_get_exp(IPA_CTRL, "fsm.SGs-UE.id.imsi:" & hex2str(g_pars.imsi) & ".state", "SGs-ASSOCIATED"); - /* Note: We do not execute f_sgsap_bssmap_screening() here since the - * MSC/VLR would re-try to deliver the test SMS trigered above and - * so the screening would fail. */ + /* Make sure that the SMS we just inserted is cleared and the + * subscriber is expired. This is necessary because otherwise the MSC + * might re-try the SMS delivery and disturb the following tests. */ f_vty_sms_clear(hex2str(g_pars.imsi)); -- cgit v1.2.3