msc: f_tc_sgsap_mt_sms_and_nothing: also do f_sgsap_bssmap_screening

The only reason to omit f_sgsap_bssmap_screening() in this was the still
pending SMS in the database. Since SMS are now removed,
f_sgsap_bssmap_screening() will succeed.

Change-Id: Ibea1e1fb33e0dde7e8bf51ff226d5e57c5a5d763
This commit is contained in:
Neels Hofmeyr 2019-03-06 15:36:51 +01:00 committed by Harald Welte
parent d0e64b07dd
commit b0f823422e
1 changed files with 2 additions and 0 deletions

View File

@ -4379,6 +4379,8 @@ private function f_tc_sgsap_mt_sms_and_nothing(charstring id, BSC_ConnHdlrPars p
f_vty_transceive(MSCVTY, "subscriber imsi " & hex2str(g_pars.imsi) & " expire");
setverdict(pass);
f_sgsap_bssmap_screening();
}
testcase TC_sgsap_mt_sms_and_nothing() runs on MTC_CT {
var BSC_ConnHdlrPars pars;