MSC_Tests_Iu.ttcn: fix TC_iu_lu_and_mo_ussd_mo_release(): use proper BSC number

Change-Id: I58149f0e9cbae9684a8a899bfee81b0de609ccac
This commit is contained in:
Vadim Yanitskiy 2019-06-20 06:53:47 +07:00
parent f2c3fa9144
commit ba0b0aae45
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ testcase TC_iu_lu_and_mt_ussd_during_mt_call() runs on MTC_CT {
testcase TC_iu_lu_and_mo_ussd_mo_release() runs on MTC_CT {
var BSC_ConnHdlr vc_conn;
f_init();
f_init(3);
vc_conn := f_start_handler(refers(f_tc_lu_and_mo_ussd_mo_release), 1050, ran_idx := 2, ran_is_geran := false);
vc_conn.done;
}