diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index c5cc9c785..1ab0f8a6a 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -5859,7 +5859,7 @@ testcase TC_pcu_data_req_imm_ass_pch() runs on test_CT { } [] L1CTL.receive { repeat; } [] T.timeout { - Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU-originated AGCH block on Um"); + Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU-originated PCH block on Um"); } } }