aboutsummaryrefslogtreecommitdiffstats
path: root/msc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-09-24 09:21:12 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2019-09-24 09:21:38 +0200
commit26bdb8cf3e7c3b330a6e5a61a388c10b85bdd4fb (patch)
tree2f755fee1c90f96f01e8432d88aaddd31e8a8871 /msc
parentf6e991c61fd1174770b4da58e7353c7452b33ca3 (diff)
Cosmetic: Fix comment
Diffstat (limited to 'msc')
-rw-r--r--msc/MSC_Tests.ttcn6
1 files changed, 3 insertions, 3 deletions
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));