aboutsummaryrefslogtreecommitdiffstats
path: root/bts
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-07-27 02:40:43 +0700
committerHarald Welte <laforge@gnumonks.org>2018-07-27 13:05:53 +0000
commitb0970093dd524d27e7bfff88aa1d075086676d1c (patch)
tree95395ec58c6a9ff3823b057f61a3e29441096e89 /bts
parent31e7c67772b121f0d49b42c2650985b1a9c0cd2e (diff)
BTS: enable encryption + RLL tests for Bm (TCH/F) channels
Due to OS#3418, both encryption and RLL tests have been failing. It's time to enable Bm (TCH/F FACCH) channel related tests now! Please note that Lm (TCH/H) remains disabled because of OS#3419. Change-Id: I7c0f9f9f695e089e4a30f63ec362d1e6c18abff0 Related: OS#3256
Diffstat (limited to 'bts')
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 77bffd62..fb6137ca 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -301,7 +301,7 @@ function f_init(charstring id := "BTS-Test") runs on test_CT {
};
g_AllChanTypes := {
/* TS 1..4: TCH/F */
- //valueof(ts_RslChanNr_Bm(1)),
+ valueof(ts_RslChanNr_Bm(1)),
/* TS 5: TCH/H */
//valueof(ts_RslChanNr_Lm(5,1)),
/* TS 0: SDCCH/4 */