aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/channel_test.ok
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-07-11 01:42:41 +0630
committerHarald Welte <laforge@gnumonks.org>2017-08-13 22:38:04 +0000
commit84fe989151e00089c674658532ecfa5a7cacc173 (patch)
tree780e30bd0f3e5ec07838853727a82122d87cce40 /openbsc/tests/channel/channel_test.ok
parentcf123c0c4e43c3cad124d535afaf97c9578dcd81 (diff)
libcommon: Fix log output for bts>0.
Fixes regression probably introduced in c696cc28. For bts>0 logging doesn't show bts number correctly when printing lchan identification string - it will always show it as "bts=0". The reason for this is that the identification string is cached before bts->nr value is set to a proper value. This patch sets bts->nr as part of the first step of the bts structure initialization, before caching happens thus making sure the cached identification string is cached with the correct values. Change-Id: I61c18a7f021fcb1ec00d34a745f4e3ab03416c2d
Diffstat (limited to 'openbsc/tests/channel/channel_test.ok')
-rw-r--r--openbsc/tests/channel/channel_test.ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/channel/channel_test.ok b/openbsc/tests/channel/channel_test.ok
index 33c819350..e2e93efcc 100644
--- a/openbsc/tests/channel/channel_test.ok
+++ b/openbsc/tests/channel/channel_test.ok
@@ -1,3 +1,4 @@
Testing the gsm_subscriber chan logic
Reached, didn't crash, test passed
Testing subslot numbers for pchan types
+Testing the lchan printing: (bts=45,trx=0,ts=3,ss=4) (bts=45,trx=1,ts=3,ss=4)