Change in osmo-ttcn3-hacks[master]: BSC: fix channel combinatiron for TS5 in phys_chan_config

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Jul 16 12:52:56 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24954 )


Change subject: BSC: fix channel combinatiron for TS5 in phys_chan_config
......................................................................

BSC: fix channel combinatiron for TS5 in phys_chan_config

In the configuration file, that we use for ttcn3-bsc-test, TS5 is
configured to TCH/H.  However, f_ts_reset_chcomb() would reset
it to TCH/F.  This makes some other test cases fail.

Change-Id: I4c2c70381274949ed75d58723136e2f54eb3a7af
Fixes: [1] I6110fe0bf56f4dbf67265f0d4c97cdea0b410af4
Related: SYS#24876
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/54/24954/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 64f4b43..f562df3 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -663,7 +663,7 @@
 		"TCH/F",
 		"TCH/F",
 		"TCH/F",
-		"TCH/F",
+		"TCH/H",
 		"PDCH",
 		"PDCH"
 	};

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24954
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4c2c70381274949ed75d58723136e2f54eb3a7af
Gerrit-Change-Number: 24954
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210716/4b758473/attachment.htm>


More information about the gerrit-log mailing list