Cosmetic: Fix comment

Change-Id: Ie1c80d951ea2f8e3e154beb5623aa0d5f5874a60
This commit is contained in:
Philipp Maier 2019-09-24 09:21:12 +02:00
parent f6e991c61f
commit 26bdb8cf3e
1 changed files with 3 additions and 3 deletions

View File

@ -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));