diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn index b18b9993a..80a1bd11b 100644 --- a/pcu/PCU_Tests.ttcn +++ b/pcu/PCU_Tests.ttcn @@ -195,10 +195,9 @@ function tx_gmm(BIT1 c_r, in octetstring gmm_pdu, BIT4 sapi := c_LLC_SAPI_LLGMM) } /* Establish BSSGP connection to PCU */ -function f_bssgp_establish() runs on dummy_CT { +function f_bssgp_establish() runs on BSSGP_Client_CT { timer T:= 10.0; - f_init(); T.start alt { [] BSSGP[0].receive(t_BssgpStsInd(?, ?, BVC_S_UNBLOCKED)) { } @@ -386,6 +385,7 @@ testcase TC_rach() runs on dummy_CT { testcase TC_nsem() runs on dummy_CT { + f_init(); f_bssgp_establish(); while (true) {