From b9585f840c93d88c8f021a0e3ff842ae2a057a0b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 10 Mar 2018 17:18:47 +0100 Subject: BTS_Tests: Access Control Classes are inverted No normal phone would ever send us a RACH request due to all ACC being barred in the SI of BTS_Tests Change-Id: I149dca67971bde3072ec2081d9ad7e8f43434ebf --- bts/BTS_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bts/BTS_Tests.ttcn') diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index f3b7a28e..324436dc 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -132,7 +132,7 @@ template (value) RachControlParameters ts_RachCtrl_default := { tx_integer := '0000'B, /* 3 slots */ cell_barr_access := false, re_not_allowed := true, - acc := '1111111111111111'B + acc := '0000010000000000'B }; template (value) CellSelectionParameters ts_CellSelPar_default := { -- cgit v1.2.3