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
This commit is contained in:
Harald Welte 2018-03-10 17:18:47 +01:00
parent aca6e07cf7
commit b9585f840c
1 changed files with 1 additions and 1 deletions

View File

@ -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 := {