Change in osmo-bsc[master]: acc_test: Print allowed ACC from t2 and t3

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

pespin gerrit-no-reply at lists.osmocom.org
Thu Aug 27 13:50:53 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19848 )


Change subject: acc_test: Print allowed ACC from t2 and t3
......................................................................

acc_test: Print allowed ACC from t2 and t3

Change-Id: If41e8e41310e2b9e27aaa5fe9d04ea39d7272703
---
M tests/acc/acc_test.c
M tests/acc/acc_test.ok
2 files changed, 411 insertions(+), 400 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/48/19848/1

diff --git a/tests/acc/acc_test.c b/tests/acc/acc_test.c
index 72d3212..27b9fa8 100644
--- a/tests/acc/acc_test.c
+++ b/tests/acc/acc_test.c
@@ -515,8 +515,19 @@
 	struct gsm48_rach_control rach_control = {0};
 
 	acc_mgr_apply_acc(&bts->acc_mgr, &rach_control);
-	fprintf(stderr, "%s(): t2=0x%02" PRIx8 " t3=0x%02" PRIx8 "\n",
-		__func__, rach_control.t2, rach_control.t3);
+	fprintf(stderr, "%s(): t2=0x%02" PRIx8 " t3=0x%02" PRIx8 ", allowed:%s%s%s%s%s%s%s%s%s%s\n",
+		__func__, rach_control.t2, rach_control.t3,
+		rach_control.t3 & (1 << 0) ? "" : " 0",
+		rach_control.t3 & (1 << 1) ? "" : " 1",
+		rach_control.t3 & (1 << 2) ? "" : " 2",
+		rach_control.t3 & (1 << 3) ? "" : " 3",
+		rach_control.t3 & (1 << 4) ? "" : " 4",
+		rach_control.t3 & (1 << 5) ? "" : " 5",
+		rach_control.t3 & (1 << 6) ? "" : " 6",
+		rach_control.t3 & (1 << 7) ? "" : " 7",
+		rach_control.t2 & (1 << 0) ? "" : " 8",
+		rach_control.t2 & (1 << 1) ? "" : " 9"
+	);
 }
 
 
diff --git a/tests/acc/acc_test.ok b/tests/acc/acc_test.ok
index bb6fe10..431498a 100644
--- a/tests/acc/acc_test.ok
+++ b/tests/acc/acc_test.ok
@@ -3,86 +3,86 @@
 BTS allocation OK in test_acc_mgr_no_ramp()
 do_allowed_len_adm_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3fe (active_len=9, ramp_len=10, adm_len=9, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x01
+pcu_info_update(): t2=0x00 t3=0x01, allowed: 1 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fe -> 0x3fc (active_len=8, ramp_len=10, adm_len=8, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x03
+pcu_info_update(): t2=0x00 t3=0x03, allowed: 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fc -> 0x3f8 (active_len=7, ramp_len=10, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x07
+pcu_info_update(): t2=0x00 t3=0x07, allowed: 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f8 -> 0x3f0 (active_len=6, ramp_len=10, adm_len=6, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x3e0 (active_len=5, ramp_len=10, adm_len=5, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x1f
+pcu_info_update(): t2=0x00 t3=0x1f, allowed: 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3e0 -> 0x3c0 (active_len=4, ramp_len=10, adm_len=4, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x3f
+pcu_info_update(): t2=0x00 t3=0x3f, allowed: 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3c0 -> 0x380 (active_len=3, ramp_len=10, adm_len=3, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x7f
+pcu_info_update(): t2=0x00 t3=0x7f, allowed: 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x380 -> 0x300 (active_len=2, ramp_len=10, adm_len=2, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x200 (active_len=1, ramp_len=10, adm_len=1, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xff
+pcu_info_update(): t2=0x01 t3=0xff, allowed: 9
 (bts=0) ACC: update ACC allowed active subset 0x200 -> 0x000 (active_len=0, ramp_len=10, adm_len=0, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=10, adm_len=1, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 (bts=0) ACC: update ACC allowed active subset 0x001 -> 0x003 (active_len=2, ramp_len=10, adm_len=2, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 (bts=0) ACC: update ACC allowed active subset 0x003 -> 0x007 (active_len=3, ramp_len=10, adm_len=3, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf8
+pcu_info_update(): t2=0x03 t3=0xf8, allowed: 0 1 2
 (bts=0) ACC: update ACC allowed active subset 0x007 -> 0x00f (active_len=4, ramp_len=10, adm_len=4, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x01f (active_len=5, ramp_len=10, adm_len=5, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=10, adm_len=6, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 (bts=0) ACC: update ACC allowed active subset 0x03f -> 0x07f (active_len=7, ramp_len=10, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 (bts=0) ACC: update ACC allowed active subset 0x07f -> 0x0ff (active_len=8, ramp_len=10, adm_len=8, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x1ff (active_len=9, ramp_len=10, adm_len=9, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 do_allowed_len_adm_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3f0 (active_len=6, ramp_len=10, adm_len=6, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x300 (active_len=2, ramp_len=10, adm_len=2, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x000 (active_len=0, ramp_len=10, adm_len=0, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x00f (active_len=4, ramp_len=10, adm_len=4, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x0ff (active_len=8, ramp_len=10, adm_len=8, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 *** Barring some ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x15a (active_len=5, ramp_len=10, adm_len=10, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x02 t3=0xa5
+pcu_info_update(): t2=0x02 t3=0xa5, allowed: 1 3 4 6 8
 do_allowed_len_adm_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=9, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=8, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=7, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=6, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x158 (active_len=4, ramp_len=10, adm_len=4, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xa7
+pcu_info_update(): t2=0x02 t3=0xa7, allowed: 3 4 6 8
 (bts=0) ACC: update ACC allowed active subset 0x158 -> 0x150 (active_len=3, ramp_len=10, adm_len=3, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xaf
+pcu_info_update(): t2=0x02 t3=0xaf, allowed: 4 6 8
 (bts=0) ACC: update ACC allowed active subset 0x150 -> 0x140 (active_len=2, ramp_len=10, adm_len=2, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xbf
+pcu_info_update(): t2=0x02 t3=0xbf, allowed: 6 8
 (bts=0) ACC: update ACC allowed active subset 0x140 -> 0x100 (active_len=1, ramp_len=10, adm_len=1, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 (bts=0) ACC: update ACC allowed active subset 0x100 -> 0x000 (active_len=0, ramp_len=10, adm_len=0, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x002 (active_len=1, ramp_len=10, adm_len=1, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 (bts=0) ACC: update ACC allowed active subset 0x002 -> 0x00a (active_len=2, ramp_len=10, adm_len=2, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf5
+pcu_info_update(): t2=0x03 t3=0xf5, allowed: 1 3
 (bts=0) ACC: update ACC allowed active subset 0x00a -> 0x01a (active_len=3, ramp_len=10, adm_len=3, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe5
+pcu_info_update(): t2=0x03 t3=0xe5, allowed: 1 3 4
 (bts=0) ACC: update ACC allowed active subset 0x01a -> 0x05a (active_len=4, ramp_len=10, adm_len=4, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xa5
+pcu_info_update(): t2=0x03 t3=0xa5, allowed: 1 3 4 6
 (bts=0) ACC: update ACC allowed active subset 0x05a -> 0x15a (active_len=5, ramp_len=10, adm_len=5, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x02 t3=0xa5
+pcu_info_update(): t2=0x02 t3=0xa5, allowed: 1 3 4 6 8
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=6, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=7, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=8, perm_len=5, rotation=off)
@@ -91,81 +91,81 @@
 do_allowed_len_adm_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=6, perm_len=5, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x140 (active_len=2, ramp_len=10, adm_len=2, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xbf
+pcu_info_update(): t2=0x02 t3=0xbf, allowed: 6 8
 (bts=0) ACC: update ACC allowed active subset 0x140 -> 0x000 (active_len=0, ramp_len=10, adm_len=0, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x05a (active_len=4, ramp_len=10, adm_len=4, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xa5
+pcu_info_update(): t2=0x03 t3=0xa5, allowed: 1 3 4 6
 (bts=0) ACC: update ACC allowed active subset 0x05a -> 0x15a (active_len=5, ramp_len=10, adm_len=8, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x02 t3=0xa5
+pcu_info_update(): t2=0x02 t3=0xa5, allowed: 1 3 4 6 8
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=10, adm_len=10, perm_len=5, rotation=off)
 *** Barring ALL ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=10, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 *** Barring zero ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 BTS deallocated OK in test_acc_mgr_no_ramp()
 ===test_acc_mgr_manual_ramp===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_mgr_manual_ramp()
 do_allowed_len_ramp_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3fe (active_len=9, ramp_len=9, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x01
+pcu_info_update(): t2=0x00 t3=0x01, allowed: 1 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fe -> 0x3fc (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x03
+pcu_info_update(): t2=0x00 t3=0x03, allowed: 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fc -> 0x3f8 (active_len=7, ramp_len=7, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x07
+pcu_info_update(): t2=0x00 t3=0x07, allowed: 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f8 -> 0x3f0 (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x3e0 (active_len=5, ramp_len=5, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x1f
+pcu_info_update(): t2=0x00 t3=0x1f, allowed: 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3e0 -> 0x3c0 (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x3f
+pcu_info_update(): t2=0x00 t3=0x3f, allowed: 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3c0 -> 0x380 (active_len=3, ramp_len=3, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x7f
+pcu_info_update(): t2=0x00 t3=0x7f, allowed: 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x380 -> 0x300 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x200 (active_len=1, ramp_len=1, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xff
+pcu_info_update(): t2=0x01 t3=0xff, allowed: 9
 (bts=0) ACC: update ACC allowed active subset 0x200 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 (bts=0) ACC: update ACC allowed active subset 0x001 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 (bts=0) ACC: update ACC allowed active subset 0x003 -> 0x007 (active_len=3, ramp_len=3, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf8
+pcu_info_update(): t2=0x03 t3=0xf8, allowed: 0 1 2
 (bts=0) ACC: update ACC allowed active subset 0x007 -> 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 (bts=0) ACC: update ACC allowed active subset 0x03f -> 0x07f (active_len=7, ramp_len=7, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 (bts=0) ACC: update ACC allowed active subset 0x07f -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 do_allowed_len_ramp_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3f0 (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x300 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 *** Barring some ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x24c (active_len=4, ramp_len=10, adm_len=10, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 do_allowed_len_ramp_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=9, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=8, adm_len=10, perm_len=4, rotation=off)
@@ -173,21 +173,21 @@
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=6, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=5, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x248 (active_len=3, ramp_len=3, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xb7
+pcu_info_update(): t2=0x01 t3=0xb7, allowed: 3 6 9
 (bts=0) ACC: update ACC allowed active subset 0x248 -> 0x240 (active_len=2, ramp_len=2, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xbf
+pcu_info_update(): t2=0x01 t3=0xbf, allowed: 6 9
 (bts=0) ACC: update ACC allowed active subset 0x240 -> 0x200 (active_len=1, ramp_len=1, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xff
+pcu_info_update(): t2=0x01 t3=0xff, allowed: 9
 (bts=0) ACC: update ACC allowed active subset 0x200 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00c -> 0x04c (active_len=3, ramp_len=3, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb3
+pcu_info_update(): t2=0x03 t3=0xb3, allowed: 2 3 6
 (bts=0) ACC: update ACC allowed active subset 0x04c -> 0x24c (active_len=4, ramp_len=4, adm_len=10, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=5, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=6, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=7, adm_len=10, perm_len=4, rotation=off)
@@ -197,272 +197,272 @@
 do_allowed_len_ramp_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=6, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x240 (active_len=2, ramp_len=2, adm_len=10, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xbf
+pcu_info_update(): t2=0x01 t3=0xbf, allowed: 6 9
 (bts=0) ACC: update ACC allowed active subset 0x240 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x24c (active_len=4, ramp_len=4, adm_len=10, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=8, adm_len=10, perm_len=4, rotation=off)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x24c (active_len=4, ramp_len=10, adm_len=10, perm_len=4, rotation=off)
 *** Barring ALL ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=10, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 do_allowed_len_ramp_loop(1)
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=9, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=8, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=7, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=6, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=5, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=4, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=3, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=2, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=1, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=1, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=2, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=3, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=4, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=5, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=6, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=7, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=8, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=9, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=10, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 do_allowed_len_ramp_loop(4)
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=6, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=2, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=4, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=8, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x000 (active_len=0, ramp_len=10, adm_len=10, perm_len=0, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 *** Barring zero ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 do_allowed_len_ramp_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3fe (active_len=9, ramp_len=9, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x01
+pcu_info_update(): t2=0x00 t3=0x01, allowed: 1 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fe -> 0x3fc (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x03
+pcu_info_update(): t2=0x00 t3=0x03, allowed: 2 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3fc -> 0x3f8 (active_len=7, ramp_len=7, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x07
+pcu_info_update(): t2=0x00 t3=0x07, allowed: 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f8 -> 0x3f0 (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x3e0 (active_len=5, ramp_len=5, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x1f
+pcu_info_update(): t2=0x00 t3=0x1f, allowed: 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3e0 -> 0x3c0 (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x3f
+pcu_info_update(): t2=0x00 t3=0x3f, allowed: 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3c0 -> 0x380 (active_len=3, ramp_len=3, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x7f
+pcu_info_update(): t2=0x00 t3=0x7f, allowed: 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x380 -> 0x300 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x200 (active_len=1, ramp_len=1, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xff
+pcu_info_update(): t2=0x01 t3=0xff, allowed: 9
 (bts=0) ACC: update ACC allowed active subset 0x200 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 (bts=0) ACC: update ACC allowed active subset 0x001 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 (bts=0) ACC: update ACC allowed active subset 0x003 -> 0x007 (active_len=3, ramp_len=3, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf8
+pcu_info_update(): t2=0x03 t3=0xf8, allowed: 0 1 2
 (bts=0) ACC: update ACC allowed active subset 0x007 -> 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 (bts=0) ACC: update ACC allowed active subset 0x03f -> 0x07f (active_len=7, ramp_len=7, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 (bts=0) ACC: update ACC allowed active subset 0x07f -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 do_allowed_len_ramp_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3f0 (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x0f
+pcu_info_update(): t2=0x00 t3=0x0f, allowed: 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f0 -> 0x300 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0xff
+pcu_info_update(): t2=0x00 t3=0xff, allowed: 8 9
 (bts=0) ACC: update ACC allowed active subset 0x300 -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 *** Barring some ACCs + adm len 4 ***
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3c0 (active_len=4, ramp_len=10, adm_len=4, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x3f
+pcu_info_update(): t2=0x00 t3=0x3f, allowed: 6 7 8 9
 (bts=0) ACC: New ACC allowed subset 0x24c (active_len=4, ramp_len=10, adm_len=4, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 do_allowed_len_ramp_loop(1)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x248 (active_len=3, ramp_len=3, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xb7
+pcu_info_update(): t2=0x01 t3=0xb7, allowed: 3 6 9
 (bts=0) ACC: update ACC allowed active subset 0x248 -> 0x240 (active_len=2, ramp_len=2, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xbf
+pcu_info_update(): t2=0x01 t3=0xbf, allowed: 6 9
 (bts=0) ACC: update ACC allowed active subset 0x240 -> 0x200 (active_len=1, ramp_len=1, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xff
+pcu_info_update(): t2=0x01 t3=0xff, allowed: 9
 (bts=0) ACC: update ACC allowed active subset 0x200 -> 0x000 (active_len=0, ramp_len=0, adm_len=4, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x004 (active_len=1, ramp_len=1, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 (bts=0) ACC: update ACC allowed active subset 0x00c -> 0x04c (active_len=3, ramp_len=3, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb3
+pcu_info_update(): t2=0x03 t3=0xb3, allowed: 2 3 6
 (bts=0) ACC: update ACC allowed active subset 0x04c -> 0x24c (active_len=4, ramp_len=4, adm_len=4, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 do_allowed_len_ramp_loop(4)
 (bts=0) ACC: update ACC allowed active subset 0x24c -> 0x240 (active_len=2, ramp_len=2, adm_len=4, perm_len=4, rotation=on)
-pcu_info_update(): t2=0x01 t3=0xbf
+pcu_info_update(): t2=0x01 t3=0xbf, allowed: 6 9
 (bts=0) ACC: update ACC allowed active subset 0x240 -> 0x000 (active_len=0, ramp_len=0, adm_len=4, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x24c (active_len=4, ramp_len=4, adm_len=4, perm_len=4, rotation=off)
-pcu_info_update(): t2=0x01 t3=0xb3
+pcu_info_update(): t2=0x01 t3=0xb3, allowed: 2 3 6 9
 BTS deallocated OK in test_acc_mgr_manual_ramp()
 ===test_acc_mgr_rotate===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_mgr_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x1e0 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x1f
+pcu_info_update(): t2=0x02 t3=0x1f, allowed: 5 6 7 8
 sys={2.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1e0 -> 0x1c1 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={4.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={6.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={8.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x047 -> 0x00f (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 sys={10.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x00f -> 0x01e (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe1
+pcu_info_update(): t2=0x03 t3=0xe1, allowed: 1 2 3 4
 sys={12.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x01e -> 0x03c (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc3
+pcu_info_update(): t2=0x03 t3=0xc3, allowed: 2 3 4 5
 sys={14.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x03c -> 0x078 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x87
+pcu_info_update(): t2=0x03 t3=0x87, allowed: 3 4 5 6
 sys={16.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x078 -> 0x0f0 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x0f
+pcu_info_update(): t2=0x03 t3=0x0f, allowed: 4 5 6 7
 sys={18.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0f0 -> 0x1e0 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x1f
+pcu_info_update(): t2=0x02 t3=0x1f, allowed: 5 6 7 8
 sys={20.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1e0 -> 0x1c1 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={22.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={24.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={26.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x047 -> 0x00f (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 sys={28.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x00f -> 0x01e (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe1
+pcu_info_update(): t2=0x03 t3=0xe1, allowed: 1 2 3 4
 sys={30.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x01e -> 0x03c (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc3
+pcu_info_update(): t2=0x03 t3=0xc3, allowed: 2 3 4 5
 sys={32.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x03c -> 0x078 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x87
+pcu_info_update(): t2=0x03 t3=0x87, allowed: 3 4 5 6
 sys={34.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x078 -> 0x0f0 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x0f
+pcu_info_update(): t2=0x03 t3=0x0f, allowed: 4 5 6 7
 sys={36.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0f0 -> 0x1e0 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x1f
+pcu_info_update(): t2=0x02 t3=0x1f, allowed: 5 6 7 8
 sys={38.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1e0 -> 0x1c1 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={40.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=10, adm_len=4, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 BTS deallocated OK in test_acc_mgr_rotate()
 ===test_acc_ramp===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_ramp()
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={50.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x001 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 sys={100.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x003 -> 0x007 (active_len=3, ramp_len=3, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf8
+pcu_info_update(): t2=0x03 t3=0xf8, allowed: 0 1 2
 sys={150.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x007 -> 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 sys={200.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 sys={250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 sys={300.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x03f -> 0x07f (active_len=7, ramp_len=7, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 sys={350.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x07f -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 sys={400.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 sys={450.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x00 t3=0x00
+pcu_info_update(): t2=0x00 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8 9
 BTS deallocated OK in test_acc_ramp()
 ===test_acc_ramp2===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_ramp2()
 (bts=0) ACC: update ACC allowed active subset 0x3ff -> 0x3f8 (active_len=7, ramp_len=10, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x00 t3=0x07
+pcu_info_update(): t2=0x00 t3=0x07, allowed: 3 4 5 6 7 8 9
 (bts=0) ACC: update ACC allowed active subset 0x3f8 -> 0x000 (active_len=0, ramp_len=0, adm_len=7, perm_len=10, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x007 (active_len=3, ramp_len=3, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf8
+pcu_info_update(): t2=0x03 t3=0xf8, allowed: 0 1 2
 sys={5.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x007 -> 0x03f (active_len=6, ramp_len=6, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 sys={10.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x03f -> 0x07f (active_len=7, ramp_len=7, adm_len=7, perm_len=10, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 sys={15.000000}: select()
 BTS deallocated OK in test_acc_ramp2()
 ===test_acc_ramp3===
@@ -470,23 +470,23 @@
 BTS allocation OK in test_acc_ramp3()
 *** Barring some ACCs ***
 (bts=0) ACC: New ACC allowed subset 0x15a (active_len=5, ramp_len=10, adm_len=10, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x02 t3=0xa5
+pcu_info_update(): t2=0x02 t3=0xa5, allowed: 1 3 4 6 8
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={5.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x002 -> 0x00a (active_len=2, ramp_len=2, adm_len=10, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf5
+pcu_info_update(): t2=0x03 t3=0xf5, allowed: 1 3
 sys={10.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x00a -> 0x01a (active_len=3, ramp_len=3, adm_len=10, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe5
+pcu_info_update(): t2=0x03 t3=0xe5, allowed: 1 3 4
 sys={15.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x01a -> 0x05a (active_len=4, ramp_len=4, adm_len=10, perm_len=5, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xa5
+pcu_info_update(): t2=0x03 t3=0xa5, allowed: 1 3 4 6
 sys={20.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x05a -> 0x15a (active_len=5, ramp_len=5, adm_len=10, perm_len=5, rotation=off)
-pcu_info_update(): t2=0x02 t3=0xa5
+pcu_info_update(): t2=0x02 t3=0xa5, allowed: 1 3 4 6 8
 sys={25.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x15a -> 0x15a (active_len=5, ramp_len=6, adm_len=10, perm_len=5, rotation=off)
 sys={30.000000}: select()
@@ -503,83 +503,83 @@
 BTS allocation OK in test_acc_ramp_up_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x070 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x8f
+pcu_info_update(): t2=0x03 t3=0x8f, allowed: 4 5 6
 sys={600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x070 -> 0x0e0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x1f
+pcu_info_update(): t2=0x03 t3=0x1f, allowed: 5 6 7
 sys={700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0e0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1c0 -> 0x1c1 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={1000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x047 -> 0x0c7 (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x38
+pcu_info_update(): t2=0x03 t3=0x38, allowed: 0 1 2 6 7
 sys={1100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c7 -> 0x04f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb0
+pcu_info_update(): t2=0x03 t3=0xb0, allowed: 0 1 2 3 6
 sys={1200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x04f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 sys={1250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 sys={1350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x03f -> 0x07e (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x81
+pcu_info_update(): t2=0x03 t3=0x81, allowed: 1 2 3 4 5 6
 sys={1450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x07e -> 0x0fc (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x03
+pcu_info_update(): t2=0x03 t3=0x03, allowed: 2 3 4 5 6 7
 sys={1500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fc -> 0x1fc (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x03
+pcu_info_update(): t2=0x02 t3=0x03, allowed: 2 3 4 5 6 7 8
 sys={1600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fc -> 0x1f9 (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x06
+pcu_info_update(): t2=0x02 t3=0x06, allowed: 0 3 4 5 6 7 8
 sys={1700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1f9 -> 0x0fb (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x04
+pcu_info_update(): t2=0x03 t3=0x04, allowed: 0 1 3 4 5 6 7
 sys={1750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fb -> 0x1fb (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x04
+pcu_info_update(): t2=0x02 t3=0x04, allowed: 0 1 3 4 5 6 7 8
 sys={1850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fb -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 sys={1950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0ff -> 0x1fe (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x01
+pcu_info_update(): t2=0x02 t3=0x01, allowed: 1 2 3 4 5 6 7 8
 sys={2000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1fe -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 sys={2250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
 sys={2500.000000}: select()
@@ -592,83 +592,83 @@
 BTS allocation OK in test_acc_ramp_up_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x070 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x8f
+pcu_info_update(): t2=0x03 t3=0x8f, allowed: 4 5 6
 sys={600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x070 -> 0x0e0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x1f
+pcu_info_update(): t2=0x03 t3=0x1f, allowed: 5 6 7
 sys={700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0e0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1c0 -> 0x1c1 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={1000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x047 -> 0x0c7 (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x38
+pcu_info_update(): t2=0x03 t3=0x38, allowed: 0 1 2 6 7
 sys={1100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c7 -> 0x04f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb0
+pcu_info_update(): t2=0x03 t3=0xb0, allowed: 0 1 2 3 6
 sys={1200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x04f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 sys={1250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 sys={1350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x03f -> 0x07e (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x81
+pcu_info_update(): t2=0x03 t3=0x81, allowed: 1 2 3 4 5 6
 sys={1450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x07e -> 0x0fc (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x03
+pcu_info_update(): t2=0x03 t3=0x03, allowed: 2 3 4 5 6 7
 sys={1500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fc -> 0x1fc (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x03
+pcu_info_update(): t2=0x02 t3=0x03, allowed: 2 3 4 5 6 7 8
 sys={1600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fc -> 0x1f9 (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x06
+pcu_info_update(): t2=0x02 t3=0x06, allowed: 0 3 4 5 6 7 8
 sys={1700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1f9 -> 0x0fb (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x04
+pcu_info_update(): t2=0x03 t3=0x04, allowed: 0 1 3 4 5 6 7
 sys={1750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fb -> 0x1fb (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x04
+pcu_info_update(): t2=0x02 t3=0x04, allowed: 0 1 3 4 5 6 7 8
 sys={1850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fb -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 sys={1950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0ff -> 0x1fe (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x01
+pcu_info_update(): t2=0x02 t3=0x01, allowed: 1 2 3 4 5 6 7 8
 sys={2000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1fe -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 sys={2250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
 sys={2500.000000}: select()
@@ -681,83 +681,83 @@
 BTS allocation OK in test_acc_ramp_up_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x070 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x8f
+pcu_info_update(): t2=0x03 t3=0x8f, allowed: 4 5 6
 sys={600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x070 -> 0x0e0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x1f
+pcu_info_update(): t2=0x03 t3=0x1f, allowed: 5 6 7
 sys={700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0e0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1c0 -> 0x1c1 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={1000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x047 -> 0x0c7 (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x38
+pcu_info_update(): t2=0x03 t3=0x38, allowed: 0 1 2 6 7
 sys={1100.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0c7 -> 0x04f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb0
+pcu_info_update(): t2=0x03 t3=0xb0, allowed: 0 1 2 3 6
 sys={1200.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x04f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 sys={1250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x01f -> 0x03f (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc0
+pcu_info_update(): t2=0x03 t3=0xc0, allowed: 0 1 2 3 4 5
 sys={1350.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x03f -> 0x07e (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x81
+pcu_info_update(): t2=0x03 t3=0x81, allowed: 1 2 3 4 5 6
 sys={1450.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x07e -> 0x0fc (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x03
+pcu_info_update(): t2=0x03 t3=0x03, allowed: 2 3 4 5 6 7
 sys={1500.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fc -> 0x1fc (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x03
+pcu_info_update(): t2=0x02 t3=0x03, allowed: 2 3 4 5 6 7 8
 sys={1600.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fc -> 0x1f9 (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x06
+pcu_info_update(): t2=0x02 t3=0x06, allowed: 0 3 4 5 6 7 8
 sys={1700.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1f9 -> 0x0fb (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x04
+pcu_info_update(): t2=0x03 t3=0x04, allowed: 0 1 3 4 5 6 7
 sys={1750.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x0fb -> 0x1fb (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x04
+pcu_info_update(): t2=0x02 t3=0x04, allowed: 0 1 3 4 5 6 7 8
 sys={1850.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x1fb -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 sys={1950.000000}: select()
 (bts=0) ACC: rotate ACC allowed active subset 0x0ff -> 0x1fe (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x01
+pcu_info_update(): t2=0x02 t3=0x01, allowed: 1 2 3 4 5 6 7 8
 sys={2000.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1fe -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 sys={2250.000000}: select()
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
 sys={2500.000000}: select()
@@ -770,97 +770,97 @@
 BTS allocation OK in test_acc_ramp_updown_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select(0): chan_load_avg=0
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select(1): chan_load_avg=15
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select(2): chan_load_avg=30
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={350.000000}: select(3): chan_load_avg=45
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={450.000000}: select(4): chan_load_avg=60
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={500.000000}: select(5): chan_load_avg=75
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x070 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x8f
+pcu_info_update(): t2=0x03 t3=0x8f, allowed: 4 5 6
 sys={600.000000}: select(6): chan_load_avg=90
 (bts=0) ACC: rotate ACC allowed active subset 0x070 -> 0x0e0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x1f
+pcu_info_update(): t2=0x03 t3=0x1f, allowed: 5 6 7
 sys={700.000000}: select(7): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x0e0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={750.000000}: select(8): chan_load_avg=85
 sys={850.000000}: select(9): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x1c0 -> 0x181 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x7e
+pcu_info_update(): t2=0x02 t3=0x7e, allowed: 0 7 8
 sys={950.000000}: select(10): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x181 -> 0x083 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7c
+pcu_info_update(): t2=0x03 t3=0x7c, allowed: 0 1 7
 sys={1000.000000}: select(11): chan_load_avg=40
 (bts=0) ACC: update ACC allowed active subset 0x083 -> 0x183 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x7c
+pcu_info_update(): t2=0x02 t3=0x7c, allowed: 0 1 7 8
 sys={1100.000000}: select(12): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x183 -> 0x087 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x78
+pcu_info_update(): t2=0x03 t3=0x78, allowed: 0 1 2 7
 sys={1200.000000}: select(13): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x087 -> 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 sys={1250.000000}: select(14): chan_load_avg=0
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x01f (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe0
+pcu_info_update(): t2=0x03 t3=0xe0, allowed: 0 1 2 3 4
 sys={1350.000000}: select(15): chan_load_avg=15
 (bts=0) ACC: rotate ACC allowed active subset 0x01f -> 0x03e (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc1
+pcu_info_update(): t2=0x03 t3=0xc1, allowed: 1 2 3 4 5
 sys={1450.000000}: select(16): chan_load_avg=30
 (bts=0) ACC: rotate ACC allowed active subset 0x03e -> 0x07c (active_len=5, ramp_len=5, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x83
+pcu_info_update(): t2=0x03 t3=0x83, allowed: 2 3 4 5 6
 sys={1500.000000}: select(17): chan_load_avg=45
 (bts=0) ACC: update ACC allowed active subset 0x07c -> 0x0fc (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x03
+pcu_info_update(): t2=0x03 t3=0x03, allowed: 2 3 4 5 6 7
 sys={1600.000000}: select(18): chan_load_avg=60
 (bts=0) ACC: rotate ACC allowed active subset 0x0fc -> 0x1f8 (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x07
+pcu_info_update(): t2=0x02 t3=0x07, allowed: 3 4 5 6 7 8
 sys={1700.000000}: select(19): chan_load_avg=75
 (bts=0) ACC: rotate ACC allowed active subset 0x1f8 -> 0x1f1 (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x0e
+pcu_info_update(): t2=0x02 t3=0x0e, allowed: 0 4 5 6 7 8
 sys={1750.000000}: select(20): chan_load_avg=90
 sys={1850.000000}: select(21): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x1f1 -> 0x0f3 (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x0c
+pcu_info_update(): t2=0x03 t3=0x0c, allowed: 0 1 4 5 6 7
 sys={1950.000000}: select(22): chan_load_avg=85
 (bts=0) ACC: rotate ACC allowed active subset 0x0f3 -> 0x077 (active_len=6, ramp_len=6, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x88
+pcu_info_update(): t2=0x03 t3=0x88, allowed: 0 1 2 4 5 6
 sys={2000.000000}: select(23): chan_load_avg=70
 (bts=0) ACC: update ACC allowed active subset 0x077 -> 0x0f7 (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x08
+pcu_info_update(): t2=0x03 t3=0x08, allowed: 0 1 2 4 5 6 7
 sys={2100.000000}: select(24): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x0f7 -> 0x07f (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x80
+pcu_info_update(): t2=0x03 t3=0x80, allowed: 0 1 2 3 4 5 6
 sys={2200.000000}: select(25): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x07f -> 0x0fe (active_len=7, ramp_len=7, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x01
+pcu_info_update(): t2=0x03 t3=0x01, allowed: 1 2 3 4 5 6 7
 sys={2250.000000}: select(26): chan_load_avg=25
 (bts=0) ACC: update ACC allowed active subset 0x0fe -> 0x1fe (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x01
+pcu_info_update(): t2=0x02 t3=0x01, allowed: 1 2 3 4 5 6 7 8
 sys={2350.000000}: select(27): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x1fe -> 0x1fd (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x02
+pcu_info_update(): t2=0x02 t3=0x02, allowed: 0 2 3 4 5 6 7 8
 sys={2450.000000}: select(28): chan_load_avg=0
 (bts=0) ACC: rotate ACC allowed active subset 0x1fd -> 0x0ff (active_len=8, ramp_len=8, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x00
+pcu_info_update(): t2=0x03 t3=0x00, allowed: 0 1 2 3 4 5 6 7
 sys={2500.000000}: select(29): chan_load_avg=15
 (bts=0) ACC: update ACC allowed active subset 0x0ff -> 0x1ff (active_len=9, ramp_len=9, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 sys={2750.000000}: select(30): chan_load_avg=30
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
 sys={3000.000000}: select(31): chan_load_avg=45
@@ -889,305 +889,305 @@
 BTS allocation OK in test_acc_ramp_updown_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select(0): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select(1): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select(2): chan_load_avg=40
 sys={350.000000}: select(3): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x004 -> 0x008 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf7
+pcu_info_update(): t2=0x03 t3=0xf7, allowed: 3
 sys={450.000000}: select(4): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x008 -> 0x010 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xef
+pcu_info_update(): t2=0x03 t3=0xef, allowed: 4
 sys={500.000000}: select(5): chan_load_avg=85
 sys={600.000000}: select(6): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x010 -> 0x020 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xdf
+pcu_info_update(): t2=0x03 t3=0xdf, allowed: 5
 sys={700.000000}: select(7): chan_load_avg=85
 (bts=0) ACC: rotate ACC allowed active subset 0x020 -> 0x040 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xbf
+pcu_info_update(): t2=0x03 t3=0xbf, allowed: 6
 sys={750.000000}: select(8): chan_load_avg=70
 sys={850.000000}: select(9): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x040 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={950.000000}: select(10): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={1000.000000}: select(11): chan_load_avg=25
 (bts=0) ACC: update ACC allowed active subset 0x100 -> 0x101 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xfe
+pcu_info_update(): t2=0x02 t3=0xfe, allowed: 0 8
 sys={1100.000000}: select(12): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x101 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 sys={1200.000000}: select(13): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x003 -> 0x006 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf9
+pcu_info_update(): t2=0x03 t3=0xf9, allowed: 1 2
 sys={1250.000000}: select(14): chan_load_avg=40
 sys={1350.000000}: select(15): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x006 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={1450.000000}: select(16): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={1500.000000}: select(17): chan_load_avg=85
 (bts=0) ACC: update ACC allowed active subset 0x018 -> 0x010 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xef
+pcu_info_update(): t2=0x03 t3=0xef, allowed: 4
 sys={1600.000000}: select(18): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x010 -> 0x020 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xdf
+pcu_info_update(): t2=0x03 t3=0xdf, allowed: 5
 sys={1700.000000}: select(19): chan_load_avg=85
 (bts=0) ACC: rotate ACC allowed active subset 0x020 -> 0x040 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xbf
+pcu_info_update(): t2=0x03 t3=0xbf, allowed: 6
 sys={1750.000000}: select(20): chan_load_avg=70
 sys={1850.000000}: select(21): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x040 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={1950.000000}: select(22): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={2000.000000}: select(23): chan_load_avg=25
 (bts=0) ACC: update ACC allowed active subset 0x100 -> 0x101 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xfe
+pcu_info_update(): t2=0x02 t3=0xfe, allowed: 0 8
 sys={2100.000000}: select(24): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x101 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 sys={2200.000000}: select(25): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x003 -> 0x006 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf9
+pcu_info_update(): t2=0x03 t3=0xf9, allowed: 1 2
 sys={2250.000000}: select(26): chan_load_avg=40
 sys={2350.000000}: select(27): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x006 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={2450.000000}: select(28): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={2500.000000}: select(29): chan_load_avg=85
 (bts=0) ACC: update ACC allowed active subset 0x018 -> 0x010 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xef
+pcu_info_update(): t2=0x03 t3=0xef, allowed: 4
 sys={2600.000000}: select(30): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x010 -> 0x020 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xdf
+pcu_info_update(): t2=0x03 t3=0xdf, allowed: 5
 sys={2700.000000}: select(31): chan_load_avg=85
 (bts=0) ACC: rotate ACC allowed active subset 0x020 -> 0x040 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xbf
+pcu_info_update(): t2=0x03 t3=0xbf, allowed: 6
 sys={2750.000000}: select(32): chan_load_avg=70
 sys={2850.000000}: select(33): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x040 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={2950.000000}: select(34): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={3000.000000}: select(35): chan_load_avg=25
 (bts=0) ACC: update ACC allowed active subset 0x100 -> 0x101 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xfe
+pcu_info_update(): t2=0x02 t3=0xfe, allowed: 0 8
 sys={3100.000000}: select(36): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x101 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 sys={3200.000000}: select(37): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x003 -> 0x006 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf9
+pcu_info_update(): t2=0x03 t3=0xf9, allowed: 1 2
 sys={3250.000000}: select(38): chan_load_avg=40
 sys={3350.000000}: select(39): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x006 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={3450.000000}: select(40): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={3500.000000}: select(41): chan_load_avg=85
 (bts=0) ACC: update ACC allowed active subset 0x018 -> 0x010 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xef
+pcu_info_update(): t2=0x03 t3=0xef, allowed: 4
 sys={3600.000000}: select(42): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x010 -> 0x020 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xdf
+pcu_info_update(): t2=0x03 t3=0xdf, allowed: 5
 sys={3700.000000}: select(43): chan_load_avg=85
 (bts=0) ACC: rotate ACC allowed active subset 0x020 -> 0x040 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xbf
+pcu_info_update(): t2=0x03 t3=0xbf, allowed: 6
 sys={3750.000000}: select(44): chan_load_avg=70
 sys={3850.000000}: select(45): chan_load_avg=55
 (bts=0) ACC: rotate ACC allowed active subset 0x040 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={3950.000000}: select(46): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={4000.000000}: select(47): chan_load_avg=25
 (bts=0) ACC: update ACC allowed active subset 0x100 -> 0x101 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xfe
+pcu_info_update(): t2=0x02 t3=0xfe, allowed: 0 8
 sys={4100.000000}: select(48): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x101 -> 0x003 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfc
+pcu_info_update(): t2=0x03 t3=0xfc, allowed: 0 1
 sys={4200.000000}: select(49): chan_load_avg=25
 (bts=0) ACC: rotate ACC allowed active subset 0x003 -> 0x006 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf9
+pcu_info_update(): t2=0x03 t3=0xf9, allowed: 1 2
 BTS deallocated OK in test_acc_ramp_updown_rotate()
 ===test_acc_ramp_updown_rotate(50, 49, 0, 100, 10)===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_ramp_updown_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 (bts=0) ACC: New ACC allowed subset 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={100.000000}: select(0): chan_load_avg=0
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={200.000000}: select(1): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={250.000000}: select(2): chan_load_avg=20
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={350.000000}: select(3): chan_load_avg=30
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={450.000000}: select(4): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={500.000000}: select(5): chan_load_avg=50
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x020 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xdf
+pcu_info_update(): t2=0x03 t3=0xdf, allowed: 5
 sys={600.000000}: select(6): chan_load_avg=60
 (bts=0) ACC: rotate ACC allowed active subset 0x020 -> 0x040 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xbf
+pcu_info_update(): t2=0x03 t3=0xbf, allowed: 6
 sys={700.000000}: select(7): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x040 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={750.000000}: select(8): chan_load_avg=80
 sys={850.000000}: select(9): chan_load_avg=90
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={950.000000}: select(10): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x100 -> 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={1000.000000}: select(11): chan_load_avg=90
 sys={1100.000000}: select(12): chan_load_avg=80
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={1200.000000}: select(13): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={1250.000000}: select(14): chan_load_avg=60
 sys={1350.000000}: select(15): chan_load_avg=50
 (bts=0) ACC: rotate ACC allowed active subset 0x004 -> 0x008 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf7
+pcu_info_update(): t2=0x03 t3=0xf7, allowed: 3
 sys={1450.000000}: select(16): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x008 -> 0x010 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xef
+pcu_info_update(): t2=0x03 t3=0xef, allowed: 4
 sys={1500.000000}: select(17): chan_load_avg=30
 (bts=0) ACC: update ACC allowed active subset 0x010 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={1600.000000}: select(18): chan_load_avg=20
 (bts=0) ACC: rotate ACC allowed active subset 0x030 -> 0x060 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x9f
+pcu_info_update(): t2=0x03 t3=0x9f, allowed: 5 6
 sys={1700.000000}: select(19): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x060 -> 0x0c0 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3f
+pcu_info_update(): t2=0x03 t3=0x3f, allowed: 6 7
 sys={1750.000000}: select(20): chan_load_avg=0
 (bts=0) ACC: update ACC allowed active subset 0x0c0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={1850.000000}: select(21): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x1c0 -> 0x181 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x7e
+pcu_info_update(): t2=0x02 t3=0x7e, allowed: 0 7 8
 sys={1950.000000}: select(22): chan_load_avg=20
 (bts=0) ACC: rotate ACC allowed active subset 0x181 -> 0x083 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7c
+pcu_info_update(): t2=0x03 t3=0x7c, allowed: 0 1 7
 sys={2000.000000}: select(23): chan_load_avg=30
 (bts=0) ACC: update ACC allowed active subset 0x083 -> 0x183 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x7c
+pcu_info_update(): t2=0x02 t3=0x7c, allowed: 0 1 7 8
 sys={2100.000000}: select(24): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x183 -> 0x087 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x78
+pcu_info_update(): t2=0x03 t3=0x78, allowed: 0 1 2 7
 sys={2200.000000}: select(25): chan_load_avg=50
 (bts=0) ACC: rotate ACC allowed active subset 0x087 -> 0x00f (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf0
+pcu_info_update(): t2=0x03 t3=0xf0, allowed: 0 1 2 3
 sys={2250.000000}: select(26): chan_load_avg=60
 (bts=0) ACC: update ACC allowed active subset 0x00f -> 0x00e (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf1
+pcu_info_update(): t2=0x03 t3=0xf1, allowed: 1 2 3
 sys={2350.000000}: select(27): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x00e -> 0x01c (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe3
+pcu_info_update(): t2=0x03 t3=0xe3, allowed: 2 3 4
 sys={2450.000000}: select(28): chan_load_avg=80
 (bts=0) ACC: rotate ACC allowed active subset 0x01c -> 0x038 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xc7
+pcu_info_update(): t2=0x03 t3=0xc7, allowed: 3 4 5
 sys={2500.000000}: select(29): chan_load_avg=90
 (bts=0) ACC: update ACC allowed active subset 0x038 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={2600.000000}: select(30): chan_load_avg=100
 (bts=0) ACC: rotate ACC allowed active subset 0x030 -> 0x060 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x9f
+pcu_info_update(): t2=0x03 t3=0x9f, allowed: 5 6
 sys={2700.000000}: select(31): chan_load_avg=90
 (bts=0) ACC: rotate ACC allowed active subset 0x060 -> 0x0c0 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3f
+pcu_info_update(): t2=0x03 t3=0x3f, allowed: 6 7
 sys={2750.000000}: select(32): chan_load_avg=80
 (bts=0) ACC: update ACC allowed active subset 0x0c0 -> 0x080 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x7f
+pcu_info_update(): t2=0x03 t3=0x7f, allowed: 7
 sys={2850.000000}: select(33): chan_load_avg=70
 (bts=0) ACC: rotate ACC allowed active subset 0x080 -> 0x100 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0xff
+pcu_info_update(): t2=0x02 t3=0xff, allowed: 8
 sys={2950.000000}: select(34): chan_load_avg=60
 (bts=0) ACC: rotate ACC allowed active subset 0x100 -> 0x001 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfe
+pcu_info_update(): t2=0x03 t3=0xfe, allowed: 0
 sys={3000.000000}: select(35): chan_load_avg=50
 sys={3100.000000}: select(36): chan_load_avg=40
 (bts=0) ACC: rotate ACC allowed active subset 0x001 -> 0x002 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfd
+pcu_info_update(): t2=0x03 t3=0xfd, allowed: 1
 sys={3200.000000}: select(37): chan_load_avg=30
 (bts=0) ACC: rotate ACC allowed active subset 0x002 -> 0x004 (active_len=1, ramp_len=1, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xfb
+pcu_info_update(): t2=0x03 t3=0xfb, allowed: 2
 sys={3250.000000}: select(38): chan_load_avg=20
 (bts=0) ACC: update ACC allowed active subset 0x004 -> 0x00c (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf3
+pcu_info_update(): t2=0x03 t3=0xf3, allowed: 2 3
 sys={3350.000000}: select(39): chan_load_avg=10
 (bts=0) ACC: rotate ACC allowed active subset 0x00c -> 0x018 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe7
+pcu_info_update(): t2=0x03 t3=0xe7, allowed: 3 4
 sys={3450.000000}: select(40): chan_load_avg=0
 (bts=0) ACC: rotate ACC allowed active subset 0x018 -> 0x030 (active_len=2, ramp_len=2, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xcf
+pcu_info_update(): t2=0x03 t3=0xcf, allowed: 4 5
 sys={3500.000000}: select(41): chan_load_avg=10
 (bts=0) ACC: update ACC allowed active subset 0x030 -> 0x070 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x8f
+pcu_info_update(): t2=0x03 t3=0x8f, allowed: 4 5 6
 sys={3600.000000}: select(42): chan_load_avg=20
 (bts=0) ACC: rotate ACC allowed active subset 0x070 -> 0x0e0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x1f
+pcu_info_update(): t2=0x03 t3=0x1f, allowed: 5 6 7
 sys={3700.000000}: select(43): chan_load_avg=30
 (bts=0) ACC: rotate ACC allowed active subset 0x0e0 -> 0x1c0 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3f
+pcu_info_update(): t2=0x02 t3=0x3f, allowed: 6 7 8
 sys={3750.000000}: select(44): chan_load_avg=40
 (bts=0) ACC: update ACC allowed active subset 0x1c0 -> 0x1c1 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x02 t3=0x3e
+pcu_info_update(): t2=0x02 t3=0x3e, allowed: 0 6 7 8
 sys={3850.000000}: select(45): chan_load_avg=50
 (bts=0) ACC: rotate ACC allowed active subset 0x1c1 -> 0x0c3 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0x3c
+pcu_info_update(): t2=0x03 t3=0x3c, allowed: 0 1 6 7
 sys={3950.000000}: select(46): chan_load_avg=60
 (bts=0) ACC: rotate ACC allowed active subset 0x0c3 -> 0x047 (active_len=4, ramp_len=4, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb8
+pcu_info_update(): t2=0x03 t3=0xb8, allowed: 0 1 2 6
 sys={4000.000000}: select(47): chan_load_avg=70
 (bts=0) ACC: update ACC allowed active subset 0x047 -> 0x046 (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xb9
+pcu_info_update(): t2=0x03 t3=0xb9, allowed: 1 2 6
 sys={4100.000000}: select(48): chan_load_avg=80
 (bts=0) ACC: rotate ACC allowed active subset 0x046 -> 0x00e (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xf1
+pcu_info_update(): t2=0x03 t3=0xf1, allowed: 1 2 3
 sys={4200.000000}: select(49): chan_load_avg=90
 (bts=0) ACC: rotate ACC allowed active subset 0x00e -> 0x01c (active_len=3, ramp_len=3, adm_len=10, perm_len=9, rotation=on)
-pcu_info_update(): t2=0x03 t3=0xe3
+pcu_info_update(): t2=0x03 t3=0xe3, allowed: 2 3 4
 BTS deallocated OK in test_acc_ramp_updown_rotate()
 ===test_acc_ramp_updown_rotate(30, 80, 30, 80, 5)===
 (bts=0) ACC: New ACC allowed subset 0x3ff (active_len=10, ramp_len=10, adm_len=10, perm_len=10, rotation=off)
 BTS allocation OK in test_acc_ramp_updown_rotate()
 *** Barring one ACC ***
 (bts=0) ACC: New ACC allowed subset 0x1ff (active_len=9, ramp_len=10, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x02 t3=0x00
+pcu_info_update(): t2=0x02 t3=0x00, allowed: 0 1 2 3 4 5 6 7 8
 (bts=0) ACC: update ACC allowed active subset 0x1ff -> 0x000 (active_len=0, ramp_len=0, adm_len=10, perm_len=9, rotation=off)
-pcu_info_update(): t2=0x03 t3=0xff
+pcu_info_update(): t2=0x03 t3=0xff, allowed:
 sys={250.000000}: select(0): chan_load_avg=30
 sys={500.000000}: select(1): chan_load_avg=35
 sys={750.000000}: select(2): chan_load_avg=40

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19848
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If41e8e41310e2b9e27aaa5fe9d04ea39d7272703
Gerrit-Change-Number: 19848
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200827/dd28aac8/attachment.htm>


More information about the gerrit-log mailing list