BTS_Tests: fix log line (AGCH->PCH)

The testcase TC_pcu_data_req_imm_ass_pch uses the PCH to transmit the
IMMEDIATE ASSIGNMENT message but the log line mentions the AGCH.

Related: OS#5927
Change-Id: I7cb8d91f2c3f92009d33134167eab856ee02fdab
This commit is contained in:
Philipp Maier 2023-08-03 12:11:56 +02:00
parent a4f465a4a4
commit 5515715ebc
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}
}