aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-07-16 18:36:01 +0600
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-07-16 18:36:30 +0600
commit343c9eba51a5ea1a1fa260511e30138754d107d8 (patch)
tree0c4a112e89c24d199528119869c92d327569695d
parent0953bf82ba7345d526205627d13e4b20c58c745e (diff)
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
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 64f4b438..f562df30 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -663,7 +663,7 @@ modulepar {
"TCH/F",
"TCH/F",
"TCH/F",
- "TCH/F",
+ "TCH/H",
"PDCH",
"PDCH"
};