msc: use as_expect_clear() in f_tc_mt_t310()

This testcase is not Iu-compatible yet, but let's make life a bit
easier for those trying to make it such in the future.

Change-Id: I8185153502d31163fcb4c718690ee0f1cc912f5b
This commit is contained in:
Vadim Yanitskiy 2024-03-27 16:29:56 +07:00
parent b3e42cfcdc
commit 4a011fa0db
1 changed files with 1 additions and 1 deletions

View File

@ -1850,7 +1850,7 @@ friend function f_tc_mt_t310(charstring id, BSC_ConnHdlrPars pars) runs on BSC_C
// FIXME: f_create_mgcp_delete_ep(cpars.mgcp_ep);
repeat;
}
[] as_clear_cmd_compl_disc();
[] as_expect_clear() { setverdict(pass); }
}
}
testcase TC_mt_t310() runs on MTC_CT {