aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-08-03 12:11:56 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-08-03 12:14:26 +0200
commit5515715ebcb17d15d3a91e66cbcd105becc64b63 (patch)
tree325af427a76c8e242663e516dd3904fd8faecdf8
parenta4f465a4a49c3bd62e90c723b5013e2c1e37c15f (diff)
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
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index c5cc9c78..1ab0f8a6 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");
}
}
}