[MERGED] osmo-ttcn3-hacks[master]: BTS_Tests: Access Control Classes are inverted

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Mar 12 17:37:47 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: BTS_Tests: Access Control Classes are inverted
......................................................................


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
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index f3b7a28..324436d 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -132,7 +132,7 @@
 	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 := {

-- 
To view, visit https://gerrit.osmocom.org/7240
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I149dca67971bde3072ec2081d9ad7e8f43434ebf
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list