aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-23 17:11:00 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-10-23 17:13:04 +0200
commita611b4f6a0efd73069a73e8040b0ecce10669a3a (patch)
tree705a2652e9d79ea1abf8142d1c7e4277de9db909 /tests/tbf
parent8353d979049f1d61eb35596f1e78cf8d46a34fa6 (diff)
Fix several calls to LOGPAL
In those cases since a string pointer was passed, it always printed "single" instead of whatever really was being used, since the string pointer was not NULL. Change-Id: Idab7d18e8f519e10fc3df4007634661c46f9256d
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/TbfTest.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tbf/TbfTest.err b/tests/tbf/TbfTest.err
index fa53925a..9b119c16 100644
--- a/tests/tbf/TbfTest.err
+++ b/tests/tbf/TbfTest.err
@@ -7919,7 +7919,7 @@ Allocating UL TBF: MS_CLASS=11/11
- Skipping TS 5, because not enabled
- Skipping TS 6, because not enabled
- Skipping TS 7, because no USF available
-[UL] algo A <single> (suggested TRX: 0): failed to allocate a TS, no USF available
+[UL] algo A <multi> (suggested TRX: 0): failed to allocate a TS, no USF available
No PDCH resource
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) changes state from NULL to ASSIGN
Attaching TBF to MS object, TLLI = 0xffeeddcc, TBF = TBF(TFI=0 TLLI=0xffeeddcc DIR=UL STATE=ASSIGN)