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
This commit is contained in:
Vadim Yanitskiy 2021-07-16 18:36:01 +06:00
parent 0953bf82ba
commit 343c9eba51
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ modulepar {
"TCH/F",
"TCH/F",
"TCH/F",
"TCH/F",
"TCH/H",
"PDCH",
"PDCH"
};