clear tmp

Change-Id: Ia31ab817ee5656116c66f78596bcdb76d2ca275a
This commit is contained in:
Neels Hofmeyr 2021-05-06 15:32:14 +00:00
parent a4e82a81e8
commit f7226f4d86
1 changed files with 9 additions and 0 deletions

View File

@ -8601,6 +8601,15 @@ testcase TC_no_msc() runs on test_CT {
*/
control {
if (true) {
execute( TC_chan_rel_conn_fail() );
execute( TC_ho_out_of_this_bsc() );
execute( TC_ho_out_fail_no_result_after_ho_cmd() );
execute( TC_bssmap_clear_does_not_cause_bssmap_reset() );
execute( TC_late_conn_fail() );
execute( TC_srvcc_eutran_to_geran_ho_out() );
execute( TC_reassignment_fr() );
} else {
/* CTRL interface testing */
execute( TC_ctrl_msc_connection_status() );
execute( TC_ctrl_msc0_connection_status() );