aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/alloc/AllocTest.cpp15
-rw-r--r--tests/alloc/AllocTest.err4771
-rw-r--r--tests/alloc/AllocTest.ok2018
3 files changed, 4072 insertions, 2732 deletions
diff --git a/tests/alloc/AllocTest.cpp b/tests/alloc/AllocTest.cpp
index bbc8c7e9..231a9467 100644
--- a/tests/alloc/AllocTest.cpp
+++ b/tests/alloc/AllocTest.cpp
@@ -26,6 +26,7 @@
#include <stdio.h>
extern "C" {
+#include "mslot_class.h"
#include <osmocom/core/application.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
@@ -397,13 +398,13 @@ static void test_all_alloc_b()
for (uint8_t ts5 = 0; ts5 < 2; ++ts5)
for (uint8_t ts6 = 0; ts6 < 2; ++ts6)
for (uint8_t ts7 = 0; ts7 < 2; ++ts7)
- for (int ms_class = 0; ms_class < 30; ++ms_class)
+ for (int ms_class = 0; ms_class < mslot_class_max(); ++ms_class)
test_alloc_mass(ts0, ts1, ts2, ts3, ts4, ts5, ts6, ts7, ms_class);
}
static void test_alloc_b()
{
- for (int i = 0; i < 30; ++i)
+ for (int i = 0; i < mslot_class_max(); ++i)
test_alloc_b_for_ms(i);
test_all_alloc_b();
@@ -684,7 +685,7 @@ static void test_many_connections(algo_t algo, unsigned expect_num,
trx->pdch[7].enable();
for (i = 0; i < ARRAY_SIZE(mode_seq); i += 1) {
- counter1 = alloc_many_tbfs(&the_bts, 1, 29, mode_seq[i]);
+ counter1 = alloc_many_tbfs(&the_bts, 1, mslot_class_max(), mode_seq[i]);
fprintf(stderr, " Allocated %d TBFs (previously %d)\n",
counter1, counter2);
@@ -724,9 +725,9 @@ static void test_successive_allocations()
test_successive_allocation(alloc_algorithm_b, 10, 10, TEST_MODE_UL_AND_DL, 32, "B");
test_successive_allocation(alloc_algorithm_b, 12, 12, TEST_MODE_UL_AND_DL, 32, "B");
- test_successive_allocation(alloc_algorithm_b, 1, 12, TEST_MODE_UL_AND_DL, 32, "B");
- test_successive_allocation(alloc_algorithm_b, 1, 29, TEST_MODE_UL_AND_DL, 32, "B");
- test_successive_allocation(alloc_algorithm_dynamic, 1, 29, TEST_MODE_UL_AND_DL, 35, "dynamic");
+ test_successive_allocation(alloc_algorithm_b, 1, 12, TEST_MODE_UL_AND_DL, 32, "B");
+ test_successive_allocation(alloc_algorithm_b, 1, mslot_class_max(), TEST_MODE_UL_AND_DL, 29, "B");
+ test_successive_allocation(alloc_algorithm_dynamic, 1, mslot_class_max(), TEST_MODE_UL_AND_DL, 35, "dynamic");
test_a_b_dyn(TEST_MODE_DL_AND_UL, 35, 32, 32);
test_a_b_dyn(TEST_MODE_DL_AFTER_UL, 160, 32, 95);
@@ -802,7 +803,7 @@ int main(int argc, char **argv)
test_alloc_b();
test_successive_allocations();
test_many_connections(alloc_algorithm_a, 160, "A");
- test_many_connections(alloc_algorithm_b, 32, "B");
+ test_many_connections(alloc_algorithm_b, 29, "B");
test_many_connections(alloc_algorithm_dynamic, 160, "dynamic");
test_2_consecutive_dl_tbfs();
return EXIT_SUCCESS;
diff --git a/tests/alloc/AllocTest.err b/tests/alloc/AllocTest.err
index a9f2256a..8795938c 100644
--- a/tests/alloc/AllocTest.err
+++ b/tests/alloc/AllocTest.err
@@ -1684,6 +1684,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 1e
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -2164,6 +2168,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -2644,6 +2652,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -3124,6 +3136,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -3604,6 +3620,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -4084,6 +4104,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -4564,6 +4588,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -5044,6 +5072,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -5524,6 +5556,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -6004,6 +6040,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -6484,6 +6524,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -6964,6 +7008,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -7444,6 +7492,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -7924,6 +7976,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -8404,6 +8460,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -8884,6 +8944,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -9364,6 +9428,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -9844,6 +9912,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -10324,6 +10396,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -10804,6 +10880,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -11284,6 +11364,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -11764,6 +11848,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -12244,6 +12332,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -12724,6 +12816,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -13204,6 +13300,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -13684,6 +13784,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -14164,6 +14268,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -14644,6 +14752,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -15124,6 +15236,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -15604,6 +15720,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -16084,6 +16204,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -16564,6 +16688,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -17044,6 +17172,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -17524,6 +17656,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -18004,6 +18140,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -18484,6 +18624,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -18964,6 +19108,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -19444,6 +19592,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -19924,6 +20076,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -20404,6 +20560,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -20884,6 +21044,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -21364,6 +21528,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -21844,6 +22012,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -22324,6 +22496,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -22804,6 +22980,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -23284,6 +23464,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -23764,6 +23948,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -24244,6 +24432,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -24724,6 +24916,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -25204,6 +25400,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -25684,6 +25884,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -26164,6 +26368,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -26644,6 +26852,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -27124,6 +27336,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -27604,6 +27820,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -28084,6 +28304,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -28564,6 +28788,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -29044,6 +29272,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -29524,6 +29756,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -30004,6 +30240,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -30484,6 +30724,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -30964,6 +31208,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -31444,6 +31692,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -31924,6 +32176,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -32404,6 +32660,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -32884,6 +33144,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -33364,6 +33628,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -33844,6 +34112,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -34324,6 +34596,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -34804,6 +35080,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -35284,6 +35564,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -35764,6 +36048,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -36244,6 +36532,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -36724,6 +37016,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -37204,6 +37500,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -37684,6 +37984,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -38164,6 +38468,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -38644,6 +38952,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -39124,6 +39436,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -39604,6 +39920,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -40084,6 +40404,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -40564,6 +40888,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -41044,6 +41372,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -41524,6 +41856,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -42004,6 +42340,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -42484,6 +42824,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -42964,6 +43308,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -43444,6 +43792,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -43924,6 +44276,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -44404,6 +44760,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -44884,6 +45244,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -45364,6 +45728,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -45844,6 +46212,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -46324,6 +46696,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -46804,6 +47180,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -47284,6 +47664,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -47764,6 +48148,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -48244,6 +48632,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -48724,6 +49116,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -49204,6 +49600,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -49684,6 +50084,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -50164,6 +50568,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -50644,6 +51052,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -51124,6 +51536,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -51604,6 +52020,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -52084,6 +52504,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -52564,6 +52988,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -53044,6 +53472,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -53524,6 +53956,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -54004,6 +54440,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -54484,6 +54924,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -54964,6 +55408,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -55444,6 +55892,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -55924,6 +56376,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -56404,6 +56860,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -56884,6 +57344,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -57364,6 +57828,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -57844,6 +58312,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -58324,6 +58796,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -58804,6 +59280,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -59284,6 +59764,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -59764,6 +60248,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -60244,6 +60732,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -60724,6 +61216,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -61204,6 +61700,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -61684,6 +62184,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -62164,6 +62668,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -62644,6 +63152,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -63124,6 +63636,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -63604,6 +64120,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -64084,6 +64604,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -64564,6 +65088,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -65044,6 +65572,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -65524,6 +66056,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -66004,6 +66540,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -66484,6 +67024,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -66964,6 +67508,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -67444,6 +67992,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -67924,6 +68476,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -68404,6 +68960,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -68884,6 +69444,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -69364,6 +69928,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -69844,6 +70412,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -70324,6 +70896,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -70804,6 +71380,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -71284,6 +71864,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -71764,6 +72348,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -72244,6 +72832,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -72724,6 +73316,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -73204,6 +73800,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -73684,6 +74284,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -74164,6 +74768,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -74644,6 +75252,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -75124,6 +75736,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -75604,6 +76220,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -76084,6 +76704,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -76564,6 +77188,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -77044,6 +77672,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -77524,6 +78156,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -78004,6 +78640,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -78484,6 +79124,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -78964,6 +79608,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -79444,6 +80092,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -79924,6 +80576,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -80404,6 +81060,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -80884,6 +81544,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -81364,6 +82028,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -81844,6 +82512,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -82324,6 +82996,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -82804,6 +83480,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -83284,6 +83964,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -83764,6 +84448,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -84244,6 +84932,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -84724,6 +85416,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -85204,6 +85900,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -85684,6 +86384,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -86164,6 +86868,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -86644,6 +87352,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -87124,6 +87836,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -87604,6 +88320,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -88084,6 +88804,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -88564,6 +89288,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -89044,6 +89772,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
@@ -89524,6 +90256,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -90004,6 +90740,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -90484,6 +91224,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -90964,6 +91708,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -91444,6 +92192,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -91924,6 +92676,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -92404,6 +93160,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -92884,6 +93644,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -93364,6 +94128,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -93844,6 +94612,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -94324,6 +95096,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -94804,6 +95580,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -95284,6 +96064,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -95764,6 +96548,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -96244,6 +97032,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -96724,6 +97516,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -97204,6 +98000,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -97684,6 +98484,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -98164,6 +98968,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -98644,6 +99452,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -99124,6 +99936,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -99604,6 +100420,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -100084,6 +100904,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -100564,6 +101388,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -101044,6 +101872,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -101524,6 +102356,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -102004,6 +102840,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -102484,6 +103324,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -102964,6 +103808,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -103444,6 +104292,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -103924,6 +104776,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -104404,6 +105260,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -104884,6 +105744,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -105364,6 +106228,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -105844,6 +106712,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -106324,6 +107196,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -106804,6 +107680,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -107284,6 +108164,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -107764,6 +108648,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
@@ -108244,6 +109132,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -108724,6 +109616,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -109204,6 +110100,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -109684,6 +110584,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -110164,6 +111068,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -110644,6 +111552,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -111124,6 +112036,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -111604,6 +112520,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -112084,6 +113004,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -112564,6 +113488,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -113044,6 +113972,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -113524,6 +114456,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -114004,6 +114940,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -114484,6 +115424,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -114964,6 +115908,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -115444,6 +116392,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -115924,6 +116876,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -116404,6 +117360,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -116884,6 +117844,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -117364,6 +118328,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -117844,6 +118812,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -118324,6 +119296,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -118804,6 +119780,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -119284,6 +120264,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -119764,6 +120748,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -120244,6 +121232,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -120724,6 +121716,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -121204,6 +122200,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -121684,6 +122684,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -122164,6 +123168,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -122644,6 +123652,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
@@ -123124,6 +124136,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 1
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 02, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
@@ -123604,6 +124620,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 2
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 04, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=0/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
@@ -124084,6 +125104,10 @@ TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 0
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 01, dl_slots = 00
TBF(TFI=0 TLLI=0x00000023 DIR=DL STATE=RELEASING) free
TBF(TFI=0 TLLI=0x00000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+Allocating UL TBF: MS_CLASS=31/0
+Multislot class 31 not applicable.
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -125058,28 +126082,8 @@ TBF(TFI=28 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80,
Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = e0
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=29 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-Allocating UL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=31 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 30
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -125254,49 +126258,44 @@ TBF(TFI=28 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80,
Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = e0
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=29 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-Allocating UL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=31 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 30
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
TBF(TFI=1 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=1 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=2 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=2 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=32/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating UL TBF: MS_CLASS=1/0
+TBF(TFI=3 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=3 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+Allocating DL TBF: MS_CLASS=1/0
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=3/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+Allocating UL TBF: MS_CLASS=4/0
- Failed to allocate a TS, no USF available
Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
@@ -130242,929 +131241,929 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=1/0
- Failed to find a usable TRX (TFI exhausted)
Allocated 160 TBFs (previously -1)
Allocating UL TBF: MS_CLASS=1/0
@@ -131254,25 +132253,25 @@ TBF(TFI=5 TLLI=0xc000001b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20,
Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=5 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=5 TLLI=0xc000001c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=5 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=5 TLLI=0xc000001d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0xc000001e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc000001f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=6 TLLI=0xc0000020 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=6 TLLI=0xc0000021 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=6 TLLI=0xc0000022 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=4/0
- Failed to allocate a TS, no USF available
Allocated 35 TBFs (previously 160)
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) free
@@ -131566,1191 +132565,1191 @@ TBF(TFI=5 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40,
TBF(TFI=0 TLLI=0xc000001c DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=5 TLLI=0xc000001d DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=5 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=5 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=6 TLLI=0xc000001e DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=6 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=6 TLLI=0xc000001f DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=6 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=6 TLLI=0xc0000020 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000020 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=6 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=6 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000020 DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=6 TLLI=0xc0000021 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000021 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=6 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=6 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000021 DIR=UL STATE=NULL) free
No TFI available.
TBF(TFI=6 TLLI=0xc0000022 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=6 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=6 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=7 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=7 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=7 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000025 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=7 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=7 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000025 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000026 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=7 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=7 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000026 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000027 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=7 TLLI=0xc0000027 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=7 TLLI=0xc0000027 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000027 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000028 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=8 TLLI=0xc0000028 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=8 TLLI=0xc0000028 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000028 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000029 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=8 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=8 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000029 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000002a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=8 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=8 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000002a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000002b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=8 TLLI=0xc000002b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=8 TLLI=0xc000002b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000002b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000002c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=8 TLLI=0xc000002c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=8 TLLI=0xc000002c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000002c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000002d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=9 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000002d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000002e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=9 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=9 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000002e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000002f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000002f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000030 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=9 TLLI=0xc0000030 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=9 TLLI=0xc0000030 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000030 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=9 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=9 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=10 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=10 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=10 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=10 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=10 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=10 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=10 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=10 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=10 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=10 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=11 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=11 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=11 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=11 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=11 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=11 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=12 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=12 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=12 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=12 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=12 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=12 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=12 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=12 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=12 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=12 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=13 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=13 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=13 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=13 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=13 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=13 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=13 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=13 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=13 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=13 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=14 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=14 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=14 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=14 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=14 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=14 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=14 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=14 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=14 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=14 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=15 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=15 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=15 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=15 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=15 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=15 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=15 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=15 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=15 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=15 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=16 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=16 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=16 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=16 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=16 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=16 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=16 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=16 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=16 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=16 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=17 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=17 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=17 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=17 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=17 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=17 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=17 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=17 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=17 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=17 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=18 TLLI=0xc000005a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=18 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000005b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=18 TLLI=0xc000005b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=18 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000005b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=18 TLLI=0xc000005c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=18 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=18 TLLI=0xc000005d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=18 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000005e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=18 TLLI=0xc000005e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=18 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000005e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=19 TLLI=0xc000005f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=19 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=19 TLLI=0xc0000060 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=19 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000061 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=19 TLLI=0xc0000061 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=19 TLLI=0xc0000061 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000061 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000062 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=19 TLLI=0xc0000062 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=19 TLLI=0xc0000062 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000062 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000063 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=19 TLLI=0xc0000063 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=19 TLLI=0xc0000063 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000063 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000064 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=20 TLLI=0xc0000064 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=20 TLLI=0xc0000064 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000064 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000065 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=20 TLLI=0xc0000065 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=20 TLLI=0xc0000065 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000065 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000066 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=20 TLLI=0xc0000066 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=20 TLLI=0xc0000066 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000066 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000067 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=20 TLLI=0xc0000067 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=20 TLLI=0xc0000067 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000067 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000068 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=20 TLLI=0xc0000068 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=20 TLLI=0xc0000068 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000068 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000069 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=21 TLLI=0xc0000069 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=21 TLLI=0xc0000069 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000069 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000006a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=21 TLLI=0xc000006a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=21 TLLI=0xc000006a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000006a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000006b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=21 TLLI=0xc000006b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=21 TLLI=0xc000006b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000006b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000006c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=21 TLLI=0xc000006c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=21 TLLI=0xc000006c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000006c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000006d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=21 TLLI=0xc000006d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=21 TLLI=0xc000006d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000006d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000006e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=22 TLLI=0xc000006e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=22 TLLI=0xc000006e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000006e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000006f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=22 TLLI=0xc000006f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=22 TLLI=0xc000006f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000006f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000070 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=22 TLLI=0xc0000070 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=22 TLLI=0xc0000070 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000070 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000071 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=22 TLLI=0xc0000071 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=22 TLLI=0xc0000071 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000071 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000072 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=22 TLLI=0xc0000072 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=22 TLLI=0xc0000072 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000072 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000073 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=23 TLLI=0xc0000073 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=23 TLLI=0xc0000073 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000073 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000074 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=23 TLLI=0xc0000074 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0xc0000074 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000074 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000075 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000075 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000076 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000076 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000077 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000077 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000078 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000078 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000079 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000079 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000007a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000007a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000007b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000007b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000007c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000007c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000007d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000007d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000007e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000007e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000007f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000007f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000080 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000080 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000081 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000081 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000082 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000082 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000083 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000083 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000084 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000084 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000085 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000085 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000086 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000086 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000087 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000087 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000088 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000088 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000089 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000089 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000008a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000008a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000008b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000008b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000008c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000008c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000008d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000008d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000008e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000008e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000008f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000008f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000090 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000090 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000091 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000091 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000092 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000092 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000093 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000093 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000094 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000094 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000095 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000095 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000096 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000096 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000097 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000097 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc0000098 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc0000098 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000099 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000099 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000009a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000009a DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000009b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000009b DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000009c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000009c DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0xc000009d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0xc000009d DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000009e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000009e DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000009f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000009f DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=1/0
- Failed to find a usable TRX (TFI exhausted)
Allocated 160 TBFs (previously 160)
TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=RELEASING) free
@@ -132899,661 +133898,661 @@ TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=5 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=5 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=5 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=6 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=6 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=6 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=6 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=6 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=6 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=6 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=6 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=7 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=7 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=7 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=7 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=7 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=7 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=7 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=7 TLLI=0xc0000027 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=7 TLLI=0xc0000027 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=8 TLLI=0xc0000028 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=8 TLLI=0xc0000028 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=8 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=8 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=8 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=8 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=8 TLLI=0xc000002b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=8 TLLI=0xc000002b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=8 TLLI=0xc000002c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=8 TLLI=0xc000002c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=9 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=9 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=9 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=9 TLLI=0xc0000030 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=9 TLLI=0xc0000030 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=9 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=9 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=10 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=10 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=10 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=10 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=10 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=10 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=10 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=10 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=10 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=10 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=11 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=11 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=11 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=11 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=11 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=11 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=12 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=12 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=12 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=12 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=12 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=12 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=12 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=12 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=12 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=12 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=13 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=13 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=13 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=13 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=13 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=13 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=13 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=13 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=13 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=13 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=14 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=14 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=14 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=14 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=14 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=14 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=14 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=14 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=14 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=14 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=15 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=15 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=15 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=15 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=15 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=15 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=15 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=15 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=15 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=15 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=16 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=16 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=16 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=16 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=16 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=16 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=16 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=16 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=16 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=16 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=17 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=17 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=17 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=17 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=17 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=17 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=17 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=17 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=17 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=17 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=18 TLLI=0xc000005a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=18 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=18 TLLI=0xc000005b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=18 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=18 TLLI=0xc000005c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=18 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=18 TLLI=0xc000005d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=18 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=18 TLLI=0xc000005e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=18 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=19 TLLI=0xc000005f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=19 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=19 TLLI=0xc0000060 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=19 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=19 TLLI=0xc0000061 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=19 TLLI=0xc0000061 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=19 TLLI=0xc0000062 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=19 TLLI=0xc0000062 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=19 TLLI=0xc0000063 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=19 TLLI=0xc0000063 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=20 TLLI=0xc0000064 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=20 TLLI=0xc0000064 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=20 TLLI=0xc0000065 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=20 TLLI=0xc0000065 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=20 TLLI=0xc0000066 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=20 TLLI=0xc0000066 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=20 TLLI=0xc0000067 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=20 TLLI=0xc0000067 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=20 TLLI=0xc0000068 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=20 TLLI=0xc0000068 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=21 TLLI=0xc0000069 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=21 TLLI=0xc0000069 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=21 TLLI=0xc000006a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=21 TLLI=0xc000006a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=21 TLLI=0xc000006b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=21 TLLI=0xc000006b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=21 TLLI=0xc000006c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=21 TLLI=0xc000006c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=21 TLLI=0xc000006d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=21 TLLI=0xc000006d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=22 TLLI=0xc000006e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=22 TLLI=0xc000006e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=22 TLLI=0xc000006f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=22 TLLI=0xc000006f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=22 TLLI=0xc0000070 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=22 TLLI=0xc0000070 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=22 TLLI=0xc0000071 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=22 TLLI=0xc0000071 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=22 TLLI=0xc0000072 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=22 TLLI=0xc0000072 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=23 TLLI=0xc0000073 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=23 TLLI=0xc0000073 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=23 TLLI=0xc0000074 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0xc0000074 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=1/0
- Failed to find a usable TRX (TFI exhausted)
Allocated 160 TBFs (previously 160)
Allocating UL TBF: MS_CLASS=1/0
@@ -133759,36 +134758,9 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
- Allocated 32 TBFs (previously -1)
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+ Allocated 29 TBFs (previously -1)
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -133863,7 +134835,7 @@ TBF(TFI=23 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0xc0000017 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
Allocating UL TBF: MS_CLASS=25/0
No USF available
- Allocated 24 TBFs (previously 32)
+ Allocated 24 TBFs (previously 29)
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -133873,7 +134845,6 @@ Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=1 TLLI=0xc0000001 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
@@ -133883,7 +134854,6 @@ Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=1 TLLI=0xc0000001 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 30
TBF(TFI=0 TLLI=0xc0000001 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=2 TLLI=0xc0000002 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
@@ -133893,7 +134863,6 @@ Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=2 TLLI=0xc0000002 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
TBF(TFI=0 TLLI=0xc0000002 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=3 TLLI=0xc0000003 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -133903,7 +134872,6 @@ Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=3 TLLI=0xc0000003 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000003 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=4 TLLI=0xc0000004 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -133913,7 +134881,6 @@ Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=4 TLLI=0xc0000004 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = c0
TBF(TFI=0 TLLI=0xc0000004 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=5 TLLI=0xc0000005 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -133923,7 +134890,6 @@ Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=5 TLLI=0xc0000005 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 18
TBF(TFI=0 TLLI=0xc0000005 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=6 TLLI=0xc0000006 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
@@ -133933,7 +134899,6 @@ Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=6 TLLI=0xc0000006 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 60
TBF(TFI=0 TLLI=0xc0000006 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=7 TLLI=0xc0000007 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -133943,7 +134908,6 @@ Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=7 TLLI=0xc0000007 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = f0
TBF(TFI=0 TLLI=0xc0000007 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=8 TLLI=0xc0000008 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -133953,7 +134917,6 @@ Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=8 TLLI=0xc0000008 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000008 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=9 TLLI=0xc0000009 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -133963,7 +134926,6 @@ Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=9 TLLI=0xc0000009 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc0000009 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=10 TLLI=0xc000000a DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -133973,7 +134935,6 @@ Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=10 TLLI=0xc000000a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc000000a DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=11 TLLI=0xc000000b DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -133983,7 +134944,6 @@ Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=11 TLLI=0xc000000b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc000000b DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=12 TLLI=0xc000000c DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -133993,7 +134953,6 @@ Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=12 TLLI=0xc000000c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 38
TBF(TFI=0 TLLI=0xc000000c DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=13 TLLI=0xc000000d DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -134003,7 +134962,6 @@ Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=13 TLLI=0xc000000d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = f0
TBF(TFI=0 TLLI=0xc000000d DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=14 TLLI=0xc000000e DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -134013,7 +134971,6 @@ Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=14 TLLI=0xc000000e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
TBF(TFI=0 TLLI=0xc000000e DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=15 TLLI=0xc000000f DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -134023,7 +134980,6 @@ Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=15 TLLI=0xc000000f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
TBF(TFI=0 TLLI=0xc000000f DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=16 TLLI=0xc0000010 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -134033,7 +134989,6 @@ Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=16 TLLI=0xc0000010 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
TBF(TFI=0 TLLI=0xc0000010 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=17 TLLI=0xc0000011 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -134043,7 +134998,6 @@ Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=17 TLLI=0xc0000011 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
TBF(TFI=0 TLLI=0xc0000011 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=18 TLLI=0xc0000012 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -134053,7 +135007,6 @@ Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=18 TLLI=0xc0000012 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc0000012 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=19 TLLI=0xc0000013 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -134063,7 +135016,6 @@ Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=19 TLLI=0xc0000013 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000013 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=20 TLLI=0xc0000014 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -134073,7 +135025,6 @@ Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=20 TLLI=0xc0000014 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc0000014 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=21 TLLI=0xc0000015 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -134083,7 +135034,6 @@ Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=21 TLLI=0xc0000015 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000015 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=22 TLLI=0xc0000016 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
@@ -134093,7 +135043,6 @@ Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=22 TLLI=0xc0000016 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc0000016 DIR=UL STATE=NULL) free
-No TFI available.
TBF(TFI=23 TLLI=0xc0000017 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
@@ -134103,7 +135052,6 @@ Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0xc0000017 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000017 DIR=UL STATE=NULL) free
-No TFI available.
Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000018 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -134112,7 +135060,6 @@ Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=24 TLLI=0xc0000018 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc0000018 DIR=UL STATE=NULL) free
-No TFI available.
Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000019 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -134121,7 +135068,6 @@ Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0xc0000019 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc0000019 DIR=UL STATE=NULL) free
-No TFI available.
Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000001a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -134130,7 +135076,6 @@ Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0xc000001a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc000001a DIR=UL STATE=NULL) free
-No TFI available.
Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000001b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
@@ -134139,7 +135084,6 @@ Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0xc000001b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=0 TLLI=0xc000001b DIR=UL STATE=NULL) free
-No TFI available.
Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000001c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
@@ -134148,206 +135092,128 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0xc000001c DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=29 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=29 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=30 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=31 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=31 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
- Allocated 32 TBFs (previously 32)
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+ Allocated 29 TBFs (previously 29)
TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=1 TLLI=0xc0000001 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=1 TLLI=0xc0000001 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 18
-No TFI available.
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=1 TLLI=0xc0000001 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
TBF(TFI=2 TLLI=0xc0000002 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=2 TLLI=0xc0000002 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-No TFI available.
TBF(TFI=3 TLLI=0xc0000003 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=3 TLLI=0xc0000003 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 70
-No TFI available.
TBF(TFI=4 TLLI=0xc0000004 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=4 TLLI=0xc0000004 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 18
-No TFI available.
TBF(TFI=5 TLLI=0xc0000005 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=5 TLLI=0xc0000005 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 18
-No TFI available.
TBF(TFI=6 TLLI=0xc0000006 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=6 TLLI=0xc0000006 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = c0
-No TFI available.
TBF(TFI=7 TLLI=0xc0000007 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=7 TLLI=0xc0000007 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 78
-No TFI available.
TBF(TFI=8 TLLI=0xc0000008 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=8 TLLI=0xc0000008 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=9 TLLI=0xc0000009 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=9 TLLI=0xc0000009 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 70
-No TFI available.
+TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=9 TLLI=0xc0000009 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=10 TLLI=0xc000000a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=11/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=10 TLLI=0xc000000a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=10 TLLI=0xc000000a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=11 TLLI=0xc000000b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=12/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=11 TLLI=0xc000000b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=11 TLLI=0xc000000b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
TBF(TFI=12 TLLI=0xc000000c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=12 TLLI=0xc000000c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = e0
-No TFI available.
TBF(TFI=13 TLLI=0xc000000d DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=13 TLLI=0xc000000d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 78
-No TFI available.
TBF(TFI=14 TLLI=0xc000000e DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=14 TLLI=0xc000000e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
-No TFI available.
TBF(TFI=15 TLLI=0xc000000f DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=15 TLLI=0xc000000f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
-No TFI available.
TBF(TFI=16 TLLI=0xc0000010 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=16 TLLI=0xc0000010 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
-No TFI available.
TBF(TFI=17 TLLI=0xc0000011 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=17 TLLI=0xc0000011 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = f8
-No TFI available.
TBF(TFI=18 TLLI=0xc0000012 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=18 TLLI=0xc0000012 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
TBF(TFI=19 TLLI=0xc0000013 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=19 TLLI=0xc0000013 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=20 TLLI=0xc0000014 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=20 TLLI=0xc0000014 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
TBF(TFI=21 TLLI=0xc0000015 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=21 TLLI=0xc0000015 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=22 TLLI=0xc0000016 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=22 TLLI=0xc0000016 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
TBF(TFI=23 TLLI=0xc0000017 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=23 TLLI=0xc0000017 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=24 TLLI=0xc0000018 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=24 TLLI=0xc0000018 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
TBF(TFI=25 TLLI=0xc0000019 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0xc0000019 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=26 TLLI=0xc000001a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0xc000001a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
TBF(TFI=27 TLLI=0xc000001b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0xc000001b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 38
-No TFI available.
TBF(TFI=28 TLLI=0xc000001c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
-No TFI available.
-TBF(TFI=29 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=29 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
-TBF(TFI=30 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-No TFI available.
-TBF(TFI=31 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=31 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-No TFI available.
-Allocating DL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
- Allocated 32 TBFs (previously 32)
+Allocating DL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
+ Allocated 29 TBFs (previously 29)
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -134551,553 +135417,520 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = e0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=30/0
+Multislot class 30 not applicable.
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = c0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
-No TFI available.
-- Failed to allocate a TFI
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=1/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+Allocating DL TBF: MS_CLASS=1/0
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=6/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+Allocating DL TBF: MS_CLASS=6/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=7/0
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=10/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=11/0
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=14/0
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=15/0
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=18/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+Allocating DL TBF: MS_CLASS=18/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=19/0
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=20/0
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=24/0
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=25/0
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=29/0
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=2/0
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=7/0
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=8/0
+TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=12/0
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=13/0
+TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-No TFI available.
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=17/0
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=18/0
+TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=21/0
+TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=22/0
+TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=25/0
+TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating DL TBF: MS_CLASS=26/0
+TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=29/0
+TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=3/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
+No TFI available.
+Allocating UL TBF: MS_CLASS=4/0
- Failed to find a usable TRX (TFI exhausted)
- Allocated 97 TBFs (previously -1)
+ Allocated 99 TBFs (previously -1)
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
@@ -135172,7 +136005,7 @@ TBF(TFI=6 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc0000017 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
Allocating UL TBF: MS_CLASS=25/0
- Failed to allocate a TS, no USF available
- Allocated 24 TBFs (previously 97)
+ Allocated 24 TBFs (previously 99)
TBF(TFI=0 TLLI=0xc0000000 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
@@ -135443,999 +136276,1001 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=16 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000001c DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=29 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=4 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000001d DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=30 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=7 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=1 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=1 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000001e DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=31 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=9 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+Allocating UL TBF: MS_CLASS=32/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=1 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=1 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000001f DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000020 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=0 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+Allocating UL TBF: MS_CLASS=1/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc0000020 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=3 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=1/0
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=3 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000020 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000021 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=1 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=1 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000021 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=2 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+TBF(TFI=2 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=2 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+TBF(TFI=2 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000021 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=0 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=5 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=4 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000022 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=4 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=4 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=4 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+TBF(TFI=4 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000023 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000025 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=0 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000024 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=6/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000025 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=6/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000025 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc0000026 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=1 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=1 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=6 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=7/0
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=5 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc0000026 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc0000027 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=6 TLLI=0xc0000027 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0xc0000027 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc0000027 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000028 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=2 TLLI=0xc0000028 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=2 TLLI=0xc0000028 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000028 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc0000029 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=0 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=1 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=10/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=1 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc0000029 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000002a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=3 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=3 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=8 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=11/0
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=6 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000002a DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000002b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=7 TLLI=0xc000002b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0xc000002b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000002b DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc000002c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=4 TLLI=0xc000002c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=4 TLLI=0xc000002c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000002c DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0xc000002d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=1 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=1 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=3 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=14/0
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=3 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0xc000002d DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0xc000002e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=5 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=5 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=10 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=15/0
+TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=7 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0xc000002e DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0xc000002f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0xc000002f DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0xc0000030 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
TBF(TFI=6 TLLI=0xc0000030 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc0000030 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc0000030 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=18/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=0 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=18/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=3 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=5 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=19/0
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=5 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=20/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=12 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=20/0
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=8 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=21/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=11 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=21/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=3 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000031 DIR=UL STATE=NULL) free
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=11 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=22/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=6 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
+TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=9 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=6 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000032 DIR=UL STATE=NULL) free
+TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=9 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=23/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=11 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=2 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=23/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=11 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000033 DIR=UL STATE=NULL) free
+TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=2 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=24/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=9 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=24/0
-TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=9 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000034 DIR=UL STATE=NULL) free
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=25/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=2 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=19 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=25/0
-TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=2 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc0000035 DIR=UL STATE=NULL) free
+TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=9 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=26/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=5 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=13 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=5 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000036 DIR=UL STATE=NULL) free
+TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=13 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=27/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
+TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000037 DIR=UL STATE=NULL) free
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=28/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=13 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=4 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=28/0
-TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=13 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000038 DIR=UL STATE=NULL) free
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=4 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=29/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=29/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000039 DIR=UL STATE=NULL) free
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=21 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=10 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=31/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=18 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=32/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
+TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=18 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=15 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=4 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=5 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=4 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc000003a DIR=UL STATE=NULL) free
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=5 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=8 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=12 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=8 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc000003b DIR=UL STATE=NULL) free
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=12 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=23 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc000003c DIR=UL STATE=NULL) free
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=11 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=18 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=20 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=4/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=15 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc000003d DIR=UL STATE=NULL) free
+TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=18 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=20 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc000003e DIR=UL STATE=NULL) free
+TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=16 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=5 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=29 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=6/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=5 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc000003f DIR=UL STATE=NULL) free
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=6 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=10 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=19 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=10 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000040 DIR=UL STATE=NULL) free
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=17 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=12 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=25 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=11 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000041 DIR=UL STATE=NULL) free
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=12 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=20 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=22 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=9/0
-TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=16 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000042 DIR=UL STATE=NULL) free
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=20 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=22 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000043 DIR=UL STATE=NULL) free
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=17 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=29 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=30 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=11/0
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=6 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc0000044 DIR=UL STATE=NULL) free
+TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=7 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=12 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=21 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=12/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=12 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000045 DIR=UL STATE=NULL) free
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=18 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=19 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=27 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=12 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000046 DIR=UL STATE=NULL) free
+TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=13 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=22 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=24 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=14/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=17 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000047 DIR=UL STATE=NULL) free
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=22 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=24 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=15/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000048 DIR=UL STATE=NULL) free
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=18 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=30 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
+TBF(TFI=31 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=16/0
-TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=7 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc0000049 DIR=UL STATE=NULL) free
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=8 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=19 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=23 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=17 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc000004a DIR=UL STATE=NULL) free
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=19 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=21 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=29 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=13 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc000004b DIR=UL STATE=NULL) free
+TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=14 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=24 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=26 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=19/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=18 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc000004c DIR=UL STATE=NULL) free
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=24 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=26 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=20/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc000004d DIR=UL STATE=NULL) free
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=21/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-TBF(TFI=31 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=25 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=21/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=8 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
-TBF(TFI=0 TLLI=0xc000004e DIR=UL STATE=NULL) free
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=20 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=22/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=21 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=30 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=18 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc000004f DIR=UL STATE=NULL) free
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=15 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=23/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=23 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
+TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=28 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=23/0
-TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=14 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000050 DIR=UL STATE=NULL) free
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=24/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=26 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
+TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=28 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=24/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=19 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000051 DIR=UL STATE=NULL) free
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=25/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=26 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=27 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=25/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000052 DIR=UL STATE=NULL) free
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=21 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) free
Allocating UL TBF: MS_CLASS=26/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=23 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000053 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=25 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=15 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000054 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=28 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=20 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000055 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=28 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000056 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=25 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0xc0000057 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-TBF(TFI=27 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
+TBF(TFI=31 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=16 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-TBF(TFI=0 TLLI=0xc0000058 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+TBF(TFI=16 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=29 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=29 TLLI=0xc000005a DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=21 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc0000059 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+TBF(TFI=21 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=29 TLLI=0xc000005a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+TBF(TFI=0 TLLI=0xc000005b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=29 TLLI=0xc000005b DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=21 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc000005a DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc000005b DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=27 TLLI=0xc000005b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=21 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=21 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000005b DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=29/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=29 TLLI=0xc000005c DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=29/0
+TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=22 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=30 TLLI=0xc000005c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=30 TLLI=0xc000005d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=22 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc000005c DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+TBF(TFI=22 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=30 TLLI=0xc000005d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+TBF(TFI=0 TLLI=0xc000005e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=30 TLLI=0xc000005e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=22 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc000005d DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc000005e DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-TBF(TFI=29 TLLI=0xc000005e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=22 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=22 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0xc000005e DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=32/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=30 TLLI=0xc000005f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=23 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
-TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-TBF(TFI=31 TLLI=0xc000005f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
+TBF(TFI=31 TLLI=0xc0000060 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=23 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-TBF(TFI=0 TLLI=0xc000005f DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+TBF(TFI=23 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-TBF(TFI=31 TLLI=0xc0000060 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+TBF(TFI=0 TLLI=0xc0000061 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
+TBF(TFI=31 TLLI=0xc0000061 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=23 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-TBF(TFI=0 TLLI=0xc0000060 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+TBF(TFI=23 TLLI=0xc0000061 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=0 TLLI=0xc0000061 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=3/0
+TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000062 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
+TBF(TFI=31 TLLI=0xc0000062 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=24 TLLI=0xc0000062 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=0 TLLI=0xc0000062 DIR=UL STATE=NULL) free
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=2/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=3/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=4/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=17/0
+Allocating UL TBF: MS_CLASS=5/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=18/0
+Allocating UL TBF: MS_CLASS=6/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=19/0
+Allocating UL TBF: MS_CLASS=7/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=20/0
+Allocating UL TBF: MS_CLASS=8/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=21/0
+Allocating UL TBF: MS_CLASS=9/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=22/0
+Allocating UL TBF: MS_CLASS=10/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=23/0
+Allocating UL TBF: MS_CLASS=11/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=24/0
+Allocating UL TBF: MS_CLASS=12/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=25/0
+Allocating UL TBF: MS_CLASS=13/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=26/0
+Allocating UL TBF: MS_CLASS=14/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=27/0
+Allocating UL TBF: MS_CLASS=15/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=28/0
+Allocating UL TBF: MS_CLASS=16/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=29/0
+Allocating UL TBF: MS_CLASS=17/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=1/0
+Allocating UL TBF: MS_CLASS=18/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=2/0
+Allocating UL TBF: MS_CLASS=19/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=3/0
+Allocating UL TBF: MS_CLASS=20/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=4/0
+Allocating UL TBF: MS_CLASS=21/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=5/0
+Allocating UL TBF: MS_CLASS=22/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=6/0
+Allocating UL TBF: MS_CLASS=23/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=7/0
+Allocating UL TBF: MS_CLASS=24/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=8/0
+Allocating UL TBF: MS_CLASS=25/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=9/0
+Allocating UL TBF: MS_CLASS=26/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=10/0
+Allocating UL TBF: MS_CLASS=27/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
-Allocating UL TBF: MS_CLASS=11/0
+Allocating UL TBF: MS_CLASS=28/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 3
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 00
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=12/0
+Allocating UL TBF: MS_CLASS=29/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 4
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 00
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=13/0
+Allocating UL TBF: MS_CLASS=30/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 5
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 00
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=14/0
+Allocating UL TBF: MS_CLASS=31/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 6
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 00
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=15/0
+Allocating UL TBF: MS_CLASS=32/0
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Setting Control TS 7
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 00
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=NULL) free
No TFI available.
-Allocating UL TBF: MS_CLASS=16/0
+Allocating UL TBF: MS_CLASS=1/0
- Failed to find a usable TRX (TFI exhausted)
- Allocated 160 TBFs (previously 97)
+ Allocated 160 TBFs (previously 99)
TBF(TFI=0 TLLI=0xc0000000 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
@@ -136581,662 +137416,662 @@ Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=16 TLLI=0xc000001c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=4 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc000001d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=0 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+No TFI available.
+TBF(TFI=1 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=1 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+No TFI available.
+TBF(TFI=1 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=1 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+No TFI available.
+TBF(TFI=3 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=4 TLLI=0xc000001d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=3 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=7 TLLI=0xc000001e DIR=DL STATE=RELEASING) free
+TBF(TFI=2 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=7 TLLI=0xc000001e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=2 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=9 TLLI=0xc000001f DIR=DL STATE=RELEASING) free
+TBF(TFI=4 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=9 TLLI=0xc000001f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=4 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=0 TLLI=0xc0000020 DIR=DL STATE=RELEASING) free
+TBF(TFI=4 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=4/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=0 TLLI=0xc0000020 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=4 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=1 TLLI=0xc0000021 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=1 TLLI=0xc0000021 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=0 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=2 TLLI=0xc0000022 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=6/0
-TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=2 TLLI=0xc0000022 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=0 TLLI=0xc0000023 DIR=DL STATE=RELEASING) free
+TBF(TFI=5 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=0 TLLI=0xc0000023 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-No TFI available.
-TBF(TFI=4 TLLI=0xc0000024 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=4 TLLI=0xc0000024 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
-TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=0 TLLI=0xc0000025 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-No TFI available.
-TBF(TFI=1 TLLI=0xc0000026 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=1 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=5 TLLI=0xc0000026 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=6 TLLI=0xc0000027 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=6 TLLI=0xc0000027 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=2 TLLI=0xc0000028 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=2 TLLI=0xc0000028 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=0 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=0 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=1 TLLI=0xc0000029 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=10/0
+TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=1 TLLI=0xc0000029 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=3 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=3 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=6 TLLI=0xc000002a DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=11/0
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=6 TLLI=0xc000002a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=7 TLLI=0xc000002b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=7 TLLI=0xc000002b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=4 TLLI=0xc000002c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=4 TLLI=0xc000002c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=1 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=1 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=1 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=3 TLLI=0xc000002d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=14/0
+TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=3 TLLI=0xc000002d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=5 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=5 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=7 TLLI=0xc000002e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=15/0
+TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=7 TLLI=0xc000002e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=9 TLLI=0xc000002f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=6 TLLI=0xc0000030 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=6 TLLI=0xc0000030 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=3 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
+TBF(TFI=0 TLLI=0xc0000031 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=18/0
+TBF(TFI=0 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=0 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+No TFI available.
+TBF(TFI=5 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=19/0
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=5 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+No TFI available.
+TBF(TFI=8 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=20/0
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=8 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+No TFI available.
+TBF(TFI=11 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=21/0
-TBF(TFI=3 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=3 TLLI=0xc0000031 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=11 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=6 TLLI=0xc0000032 DIR=DL STATE=RELEASING) free
+TBF(TFI=9 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=6 TLLI=0xc0000032 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=9 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=11 TLLI=0xc0000033 DIR=DL STATE=RELEASING) free
+TBF(TFI=2 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=23/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=11 TLLI=0xc0000033 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=2 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=9 TLLI=0xc0000034 DIR=DL STATE=RELEASING) free
+TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=24/0
-TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=9 TLLI=0xc0000034 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=2 TLLI=0xc0000035 DIR=DL STATE=RELEASING) free
+TBF(TFI=9 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=25/0
-TBF(TFI=2 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=2 TLLI=0xc0000035 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=9 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=5 TLLI=0xc0000036 DIR=DL STATE=RELEASING) free
+TBF(TFI=13 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=5 TLLI=0xc0000036 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=13 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=RELEASING) free
+TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=8 TLLI=0xc0000037 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=11 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=13 TLLI=0xc0000038 DIR=DL STATE=RELEASING) free
+TBF(TFI=4 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=28/0
-TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=13 TLLI=0xc0000038 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=4 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=RELEASING) free
+TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=29/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=11 TLLI=0xc0000039 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=4 TLLI=0xc000003a DIR=DL STATE=RELEASING) free
+TBF(TFI=10 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=10 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+No TFI available.
+TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+No TFI available.
+TBF(TFI=15 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=15 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+No TFI available.
+TBF(TFI=5 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=4 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=4 TLLI=0xc000003a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=5 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=8 TLLI=0xc000003b DIR=DL STATE=RELEASING) free
+TBF(TFI=12 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=2/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=8 TLLI=0xc000003b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=12 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=RELEASING) free
+TBF(TFI=11 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=10 TLLI=0xc000003c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=11 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=15 TLLI=0xc000003d DIR=DL STATE=RELEASING) free
+TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=4/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=15 TLLI=0xc000003d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=RELEASING) free
+TBF(TFI=16 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=15 TLLI=0xc000003e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=16 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=5 TLLI=0xc000003f DIR=DL STATE=RELEASING) free
+TBF(TFI=6 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=6/0
-TBF(TFI=5 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=5 TLLI=0xc000003f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=6 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=10 TLLI=0xc0000040 DIR=DL STATE=RELEASING) free
+TBF(TFI=17 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=10 TLLI=0xc0000040 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=17 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=11 TLLI=0xc0000041 DIR=DL STATE=RELEASING) free
+TBF(TFI=12 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=11 TLLI=0xc0000041 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=12 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=16 TLLI=0xc0000042 DIR=DL STATE=RELEASING) free
+TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=9/0
-TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=16 TLLI=0xc0000042 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=RELEASING) free
+TBF(TFI=17 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=10/0
-TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=16 TLLI=0xc0000043 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=17 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=6 TLLI=0xc0000044 DIR=DL STATE=RELEASING) free
+TBF(TFI=7 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=11/0
-TBF(TFI=6 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=6 TLLI=0xc0000044 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=7 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=12 TLLI=0xc0000045 DIR=DL STATE=RELEASING) free
+TBF(TFI=18 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=12/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=12 TLLI=0xc0000045 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=18 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=12 TLLI=0xc0000046 DIR=DL STATE=RELEASING) free
+TBF(TFI=13 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=13/0
-TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=12 TLLI=0xc0000046 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=13 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=17 TLLI=0xc0000047 DIR=DL STATE=RELEASING) free
+TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=14/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=17 TLLI=0xc0000047 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=RELEASING) free
+TBF(TFI=18 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=15/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=17 TLLI=0xc0000048 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=18 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=7 TLLI=0xc0000049 DIR=DL STATE=RELEASING) free
+TBF(TFI=8 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=16/0
-TBF(TFI=7 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=7 TLLI=0xc0000049 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=8 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=17 TLLI=0xc000004a DIR=DL STATE=RELEASING) free
+TBF(TFI=19 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=17/0
-TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=17 TLLI=0xc000004a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=19 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=13 TLLI=0xc000004b DIR=DL STATE=RELEASING) free
+TBF(TFI=14 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=18/0
-TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=13 TLLI=0xc000004b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=14 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=18 TLLI=0xc000004c DIR=DL STATE=RELEASING) free
+TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=19/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=18 TLLI=0xc000004c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=RELEASING) free
+TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=20/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=18 TLLI=0xc000004d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=8 TLLI=0xc000004e DIR=DL STATE=RELEASING) free
+TBF(TFI=20 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=21/0
-TBF(TFI=8 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=8 TLLI=0xc000004e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=20 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=18 TLLI=0xc000004f DIR=DL STATE=RELEASING) free
+TBF(TFI=15 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=22/0
-TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=18 TLLI=0xc000004f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
+TBF(TFI=15 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=14 TLLI=0xc0000050 DIR=DL STATE=RELEASING) free
+TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=23/0
-TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=14 TLLI=0xc0000050 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
-TBF(TFI=19 TLLI=0xc0000051 DIR=DL STATE=RELEASING) free
+TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=24/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=19 TLLI=0xc0000051 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=RELEASING) free
+TBF(TFI=21 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=25/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=19 TLLI=0xc0000052 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=21 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
-TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=RELEASING) free
+TBF(TFI=16 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
Allocating DL TBF: MS_CLASS=26/0
-TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=19 TLLI=0xc0000053 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-No TFI available.
-TBF(TFI=15 TLLI=0xc0000054 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
-TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=15 TLLI=0xc0000054 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-No TFI available.
-TBF(TFI=20 TLLI=0xc0000055 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=20 TLLI=0xc0000055 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
-No TFI available.
-TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=20 TLLI=0xc0000056 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
-No TFI available.
-TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
-TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=20 TLLI=0xc0000057 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-No TFI available.
-TBF(TFI=16 TLLI=0xc0000058 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=16 TLLI=0xc0000058 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-No TFI available.
-TBF(TFI=21 TLLI=0xc0000059 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=21 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=16 TLLI=0xc0000059 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=21 TLLI=0xc000005a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=21 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+Allocating DL TBF: MS_CLASS=27/0
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=21 TLLI=0xc000005a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=21 TLLI=0xc000005b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=21 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=28/0
+TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=21 TLLI=0xc000005b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=22 TLLI=0xc000005c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
-TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=22 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+Allocating DL TBF: MS_CLASS=29/0
+TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=22 TLLI=0xc000005c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=22 TLLI=0xc000005d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=22 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+Allocating DL TBF: MS_CLASS=30/0
+TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=22 TLLI=0xc000005d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=22 TLLI=0xc000005e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=22 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=31/0
+TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=22 TLLI=0xc000005e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=23 TLLI=0xc000005f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=23 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+Allocating DL TBF: MS_CLASS=32/0
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=23 TLLI=0xc000005f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=23 TLLI=0xc0000060 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=1/0
+TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=23 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+No TFI available.
+TBF(TFI=23 TLLI=0xc0000061 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=23 TLLI=0xc0000060 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+TBF(TFI=23 TLLI=0xc0000061 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
-TBF(TFI=9 TLLI=0xc0000061 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+TBF(TFI=24 TLLI=0xc0000062 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=3/0
+TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
+TBF(TFI=24 TLLI=0xc0000062 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+No TFI available.
+TBF(TFI=9 TLLI=0xc0000063 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=9 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=9 TLLI=0xc0000061 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=9 TLLI=0xc0000063 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=10 TLLI=0xc0000062 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+TBF(TFI=10 TLLI=0xc0000064 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=10 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=10 TLLI=0xc0000062 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=10 TLLI=0xc0000064 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=11 TLLI=0xc0000063 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+TBF(TFI=11 TLLI=0xc0000065 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=11 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=11 TLLI=0xc0000063 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=11 TLLI=0xc0000065 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=12 TLLI=0xc0000064 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+TBF(TFI=12 TLLI=0xc0000066 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=12 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=12 TLLI=0xc0000064 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=12 TLLI=0xc0000066 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=13 TLLI=0xc0000065 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+TBF(TFI=13 TLLI=0xc0000067 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=13 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=13 TLLI=0xc0000065 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=13 TLLI=0xc0000067 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=14 TLLI=0xc0000066 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+TBF(TFI=14 TLLI=0xc0000068 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=14 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=14 TLLI=0xc0000066 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=14 TLLI=0xc0000068 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=15 TLLI=0xc0000067 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+TBF(TFI=15 TLLI=0xc0000069 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=15 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=15 TLLI=0xc0000067 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=15 TLLI=0xc0000069 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=16 TLLI=0xc0000068 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+TBF(TFI=16 TLLI=0xc000006a DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=16 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=16 TLLI=0xc0000068 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=16 TLLI=0xc000006a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=17 TLLI=0xc0000069 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+TBF(TFI=17 TLLI=0xc000006b DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=17 TLLI=0xc0000069 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=17 TLLI=0xc000006b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=17 TLLI=0xc000006a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+TBF(TFI=17 TLLI=0xc000006c DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=17 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=17 TLLI=0xc000006a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=17 TLLI=0xc000006c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=18 TLLI=0xc000006b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+TBF(TFI=18 TLLI=0xc000006d DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=18 TLLI=0xc000006b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=18 TLLI=0xc000006d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=18 TLLI=0xc000006c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+TBF(TFI=18 TLLI=0xc000006e DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=18 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=18 TLLI=0xc000006c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=18 TLLI=0xc000006e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=19 TLLI=0xc000006d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+TBF(TFI=19 TLLI=0xc000006f DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=19 TLLI=0xc000006d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=19 TLLI=0xc000006f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=19 TLLI=0xc000006e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+TBF(TFI=19 TLLI=0xc0000070 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=19 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=19 TLLI=0xc000006e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=19 TLLI=0xc0000070 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=20 TLLI=0xc000006f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+TBF(TFI=20 TLLI=0xc0000071 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=20 TLLI=0xc000006f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=20 TLLI=0xc0000071 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=20 TLLI=0xc0000070 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+TBF(TFI=20 TLLI=0xc0000072 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=20 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=20 TLLI=0xc0000070 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=20 TLLI=0xc0000072 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=21 TLLI=0xc0000071 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+TBF(TFI=21 TLLI=0xc0000073 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=21 TLLI=0xc0000071 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=21 TLLI=0xc0000073 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=21 TLLI=0xc0000072 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+TBF(TFI=21 TLLI=0xc0000074 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=21 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=21 TLLI=0xc0000072 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=21 TLLI=0xc0000074 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=22 TLLI=0xc0000073 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+TBF(TFI=22 TLLI=0xc0000075 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=22 TLLI=0xc0000073 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=22 TLLI=0xc0000075 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=22 TLLI=0xc0000074 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+TBF(TFI=22 TLLI=0xc0000076 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=22 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=22 TLLI=0xc0000074 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
+TBF(TFI=22 TLLI=0xc0000076 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=23 TLLI=0xc0000075 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
-TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
-TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=23 TLLI=0xc0000076 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
-No TFI available.
-TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+TBF(TFI=23 TLLI=0xc0000078 DIR=DL STATE=RELEASING) free
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=23 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
-TBF(TFI=23 TLLI=0xc0000077 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
-No TFI available.
-TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
-TBF(TFI=24 TLLI=0xc0000078 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
+TBF(TFI=23 TLLI=0xc0000078 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
-TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
+Allocating DL TBF: MS_CLASS=26/0
+TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
+TBF(TFI=24 TLLI=0xc0000079 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
-TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
+Allocating DL TBF: MS_CLASS=27/0
+TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
+TBF(TFI=24 TLLI=0xc000007a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
-TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
-TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
+Allocating DL TBF: MS_CLASS=28/0
+TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
+TBF(TFI=24 TLLI=0xc000007b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=24 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=24 TLLI=0xc000007c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=25 TLLI=0xc000007d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=25 TLLI=0xc000007e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=25 TLLI=0xc000007f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=1/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=25 TLLI=0xc0000080 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=2/0
TBF(TFI=25 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=25 TLLI=0xc0000081 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=3/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=26 TLLI=0xc0000082 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=4/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=26 TLLI=0xc0000083 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=17/0
+Allocating DL TBF: MS_CLASS=5/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=26 TLLI=0xc0000084 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=18/0
+Allocating DL TBF: MS_CLASS=6/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=26 TLLI=0xc0000085 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=19/0
+Allocating DL TBF: MS_CLASS=7/0
TBF(TFI=26 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=26 TLLI=0xc0000086 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=20/0
+Allocating DL TBF: MS_CLASS=8/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=27 TLLI=0xc0000087 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=21/0
+Allocating DL TBF: MS_CLASS=9/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=27 TLLI=0xc0000088 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=22/0
+Allocating DL TBF: MS_CLASS=10/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=27 TLLI=0xc0000089 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=23/0
+Allocating DL TBF: MS_CLASS=11/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=27 TLLI=0xc000008a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=24/0
+Allocating DL TBF: MS_CLASS=12/0
TBF(TFI=27 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=27 TLLI=0xc000008b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=25/0
+Allocating DL TBF: MS_CLASS=13/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=28 TLLI=0xc000008c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=26/0
+Allocating DL TBF: MS_CLASS=14/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=28 TLLI=0xc000008d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=27/0
+Allocating DL TBF: MS_CLASS=15/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=28 TLLI=0xc000008e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=28/0
+Allocating DL TBF: MS_CLASS=16/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=28 TLLI=0xc000008f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=29/0
+Allocating DL TBF: MS_CLASS=17/0
TBF(TFI=28 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=28 TLLI=0xc0000090 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=1/0
+Allocating DL TBF: MS_CLASS=18/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=29 TLLI=0xc0000091 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=2/0
+Allocating DL TBF: MS_CLASS=19/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=29 TLLI=0xc0000092 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=3/0
+Allocating DL TBF: MS_CLASS=20/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=29 TLLI=0xc0000093 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=4/0
+Allocating DL TBF: MS_CLASS=21/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=29 TLLI=0xc0000094 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=5/0
+Allocating DL TBF: MS_CLASS=22/0
TBF(TFI=29 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=29 TLLI=0xc0000095 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=6/0
+Allocating DL TBF: MS_CLASS=23/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=30 TLLI=0xc0000096 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=7/0
+Allocating DL TBF: MS_CLASS=24/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=30 TLLI=0xc0000097 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=8/0
+Allocating DL TBF: MS_CLASS=25/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=30 TLLI=0xc0000098 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=9/0
+Allocating DL TBF: MS_CLASS=26/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=30 TLLI=0xc0000099 DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=10/0
+Allocating DL TBF: MS_CLASS=27/0
TBF(TFI=30 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=30 TLLI=0xc000009a DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=11/0
+Allocating DL TBF: MS_CLASS=28/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 3
TBF(TFI=31 TLLI=0xc000009b DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 08, dl_slots = 08
No TFI available.
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=12/0
+Allocating DL TBF: MS_CLASS=29/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 4
TBF(TFI=31 TLLI=0xc000009c DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 10, dl_slots = 10
No TFI available.
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=13/0
+Allocating DL TBF: MS_CLASS=30/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 5
TBF(TFI=31 TLLI=0xc000009d DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 20, dl_slots = 20
No TFI available.
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=14/0
+Allocating DL TBF: MS_CLASS=31/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 6
TBF(TFI=31 TLLI=0xc000009e DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 40, dl_slots = 40
No TFI available.
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=RELEASING) free
-Allocating DL TBF: MS_CLASS=15/0
+Allocating DL TBF: MS_CLASS=32/0
TBF(TFI=31 TLLI=0x00000000 DIR=DL STATE=NULL) Setting Control TS 7
TBF(TFI=31 TLLI=0xc000009f DIR=DL STATE=NULL) Allocated: trx = 0, ul_slots = 80, dl_slots = 80
No TFI available.
-Allocating DL TBF: MS_CLASS=16/0
+Allocating DL TBF: MS_CLASS=1/0
- Failed to find a usable TRX (TFI exhausted)
Allocated 160 TBFs (previously 160)
Allocating DL TBF: MS_CLASS=11/11
diff --git a/tests/alloc/AllocTest.ok b/tests/alloc/AllocTest.ok
index a46bedba..a63f9339 100644
--- a/tests/alloc/AllocTest.ok
+++ b/tests/alloc/AllocTest.ok
@@ -938,6 +938,10 @@ PDCH[3] is used for DL
PDCH[4] is used for DL
PDCH[3] is control_ts for DL
PDCH[3] is first common for DL
+Going to test multislot assignment MS_CLASS=30
+Testing UL then DL assignment.
+Going to test multislot assignment MS_CLASS=31
+Testing UL then DL assignment.
Mass test: TS0(xxxxxxxO)TS7 MS_Class=0
Mass test: TS0(xxxxxxxO)TS7 MS_Class=1
Mass test: TS0(xxxxxxxO)TS7 MS_Class=2
@@ -968,6 +972,8 @@ Mass test: TS0(xxxxxxxO)TS7 MS_Class=26
Mass test: TS0(xxxxxxxO)TS7 MS_Class=27
Mass test: TS0(xxxxxxxO)TS7 MS_Class=28
Mass test: TS0(xxxxxxxO)TS7 MS_Class=29
+Mass test: TS0(xxxxxxxO)TS7 MS_Class=30
+Mass test: TS0(xxxxxxxO)TS7 MS_Class=31
Mass test: TS0(xxxxxxOx)TS7 MS_Class=0
Mass test: TS0(xxxxxxOx)TS7 MS_Class=1
Mass test: TS0(xxxxxxOx)TS7 MS_Class=2
@@ -998,6 +1004,8 @@ Mass test: TS0(xxxxxxOx)TS7 MS_Class=26
Mass test: TS0(xxxxxxOx)TS7 MS_Class=27
Mass test: TS0(xxxxxxOx)TS7 MS_Class=28
Mass test: TS0(xxxxxxOx)TS7 MS_Class=29
+Mass test: TS0(xxxxxxOx)TS7 MS_Class=30
+Mass test: TS0(xxxxxxOx)TS7 MS_Class=31
Mass test: TS0(xxxxxxOO)TS7 MS_Class=0
Mass test: TS0(xxxxxxOO)TS7 MS_Class=1
Mass test: TS0(xxxxxxOO)TS7 MS_Class=2
@@ -1028,6 +1036,8 @@ Mass test: TS0(xxxxxxOO)TS7 MS_Class=26
Mass test: TS0(xxxxxxOO)TS7 MS_Class=27
Mass test: TS0(xxxxxxOO)TS7 MS_Class=28
Mass test: TS0(xxxxxxOO)TS7 MS_Class=29
+Mass test: TS0(xxxxxxOO)TS7 MS_Class=30
+Mass test: TS0(xxxxxxOO)TS7 MS_Class=31
Mass test: TS0(xxxxxOxx)TS7 MS_Class=0
Mass test: TS0(xxxxxOxx)TS7 MS_Class=1
Mass test: TS0(xxxxxOxx)TS7 MS_Class=2
@@ -1058,6 +1068,8 @@ Mass test: TS0(xxxxxOxx)TS7 MS_Class=26
Mass test: TS0(xxxxxOxx)TS7 MS_Class=27
Mass test: TS0(xxxxxOxx)TS7 MS_Class=28
Mass test: TS0(xxxxxOxx)TS7 MS_Class=29
+Mass test: TS0(xxxxxOxx)TS7 MS_Class=30
+Mass test: TS0(xxxxxOxx)TS7 MS_Class=31
Mass test: TS0(xxxxxOxO)TS7 MS_Class=0
Mass test: TS0(xxxxxOxO)TS7 MS_Class=1
Mass test: TS0(xxxxxOxO)TS7 MS_Class=2
@@ -1088,6 +1100,8 @@ Mass test: TS0(xxxxxOxO)TS7 MS_Class=26
Mass test: TS0(xxxxxOxO)TS7 MS_Class=27
Mass test: TS0(xxxxxOxO)TS7 MS_Class=28
Mass test: TS0(xxxxxOxO)TS7 MS_Class=29
+Mass test: TS0(xxxxxOxO)TS7 MS_Class=30
+Mass test: TS0(xxxxxOxO)TS7 MS_Class=31
Mass test: TS0(xxxxxOOx)TS7 MS_Class=0
Mass test: TS0(xxxxxOOx)TS7 MS_Class=1
Mass test: TS0(xxxxxOOx)TS7 MS_Class=2
@@ -1118,6 +1132,8 @@ Mass test: TS0(xxxxxOOx)TS7 MS_Class=26
Mass test: TS0(xxxxxOOx)TS7 MS_Class=27
Mass test: TS0(xxxxxOOx)TS7 MS_Class=28
Mass test: TS0(xxxxxOOx)TS7 MS_Class=29
+Mass test: TS0(xxxxxOOx)TS7 MS_Class=30
+Mass test: TS0(xxxxxOOx)TS7 MS_Class=31
Mass test: TS0(xxxxxOOO)TS7 MS_Class=0
Mass test: TS0(xxxxxOOO)TS7 MS_Class=1
Mass test: TS0(xxxxxOOO)TS7 MS_Class=2
@@ -1148,6 +1164,8 @@ Mass test: TS0(xxxxxOOO)TS7 MS_Class=26
Mass test: TS0(xxxxxOOO)TS7 MS_Class=27
Mass test: TS0(xxxxxOOO)TS7 MS_Class=28
Mass test: TS0(xxxxxOOO)TS7 MS_Class=29
+Mass test: TS0(xxxxxOOO)TS7 MS_Class=30
+Mass test: TS0(xxxxxOOO)TS7 MS_Class=31
Mass test: TS0(xxxxOxxx)TS7 MS_Class=0
Mass test: TS0(xxxxOxxx)TS7 MS_Class=1
Mass test: TS0(xxxxOxxx)TS7 MS_Class=2
@@ -1178,6 +1196,8 @@ Mass test: TS0(xxxxOxxx)TS7 MS_Class=26
Mass test: TS0(xxxxOxxx)TS7 MS_Class=27
Mass test: TS0(xxxxOxxx)TS7 MS_Class=28
Mass test: TS0(xxxxOxxx)TS7 MS_Class=29
+Mass test: TS0(xxxxOxxx)TS7 MS_Class=30
+Mass test: TS0(xxxxOxxx)TS7 MS_Class=31
Mass test: TS0(xxxxOxxO)TS7 MS_Class=0
Mass test: TS0(xxxxOxxO)TS7 MS_Class=1
Mass test: TS0(xxxxOxxO)TS7 MS_Class=2
@@ -1208,6 +1228,8 @@ Mass test: TS0(xxxxOxxO)TS7 MS_Class=26
Mass test: TS0(xxxxOxxO)TS7 MS_Class=27
Mass test: TS0(xxxxOxxO)TS7 MS_Class=28
Mass test: TS0(xxxxOxxO)TS7 MS_Class=29
+Mass test: TS0(xxxxOxxO)TS7 MS_Class=30
+Mass test: TS0(xxxxOxxO)TS7 MS_Class=31
Mass test: TS0(xxxxOxOx)TS7 MS_Class=0
Mass test: TS0(xxxxOxOx)TS7 MS_Class=1
Mass test: TS0(xxxxOxOx)TS7 MS_Class=2
@@ -1238,6 +1260,8 @@ Mass test: TS0(xxxxOxOx)TS7 MS_Class=26
Mass test: TS0(xxxxOxOx)TS7 MS_Class=27
Mass test: TS0(xxxxOxOx)TS7 MS_Class=28
Mass test: TS0(xxxxOxOx)TS7 MS_Class=29
+Mass test: TS0(xxxxOxOx)TS7 MS_Class=30
+Mass test: TS0(xxxxOxOx)TS7 MS_Class=31
Mass test: TS0(xxxxOxOO)TS7 MS_Class=0
Mass test: TS0(xxxxOxOO)TS7 MS_Class=1
Mass test: TS0(xxxxOxOO)TS7 MS_Class=2
@@ -1268,6 +1292,8 @@ Mass test: TS0(xxxxOxOO)TS7 MS_Class=26
Mass test: TS0(xxxxOxOO)TS7 MS_Class=27
Mass test: TS0(xxxxOxOO)TS7 MS_Class=28
Mass test: TS0(xxxxOxOO)TS7 MS_Class=29
+Mass test: TS0(xxxxOxOO)TS7 MS_Class=30
+Mass test: TS0(xxxxOxOO)TS7 MS_Class=31
Mass test: TS0(xxxxOOxx)TS7 MS_Class=0
Mass test: TS0(xxxxOOxx)TS7 MS_Class=1
Mass test: TS0(xxxxOOxx)TS7 MS_Class=2
@@ -1298,6 +1324,8 @@ Mass test: TS0(xxxxOOxx)TS7 MS_Class=26
Mass test: TS0(xxxxOOxx)TS7 MS_Class=27
Mass test: TS0(xxxxOOxx)TS7 MS_Class=28
Mass test: TS0(xxxxOOxx)TS7 MS_Class=29
+Mass test: TS0(xxxxOOxx)TS7 MS_Class=30
+Mass test: TS0(xxxxOOxx)TS7 MS_Class=31
Mass test: TS0(xxxxOOxO)TS7 MS_Class=0
Mass test: TS0(xxxxOOxO)TS7 MS_Class=1
Mass test: TS0(xxxxOOxO)TS7 MS_Class=2
@@ -1328,6 +1356,8 @@ Mass test: TS0(xxxxOOxO)TS7 MS_Class=26
Mass test: TS0(xxxxOOxO)TS7 MS_Class=27
Mass test: TS0(xxxxOOxO)TS7 MS_Class=28
Mass test: TS0(xxxxOOxO)TS7 MS_Class=29
+Mass test: TS0(xxxxOOxO)TS7 MS_Class=30
+Mass test: TS0(xxxxOOxO)TS7 MS_Class=31
Mass test: TS0(xxxxOOOx)TS7 MS_Class=0
Mass test: TS0(xxxxOOOx)TS7 MS_Class=1
Mass test: TS0(xxxxOOOx)TS7 MS_Class=2
@@ -1358,6 +1388,8 @@ Mass test: TS0(xxxxOOOx)TS7 MS_Class=26
Mass test: TS0(xxxxOOOx)TS7 MS_Class=27
Mass test: TS0(xxxxOOOx)TS7 MS_Class=28
Mass test: TS0(xxxxOOOx)TS7 MS_Class=29
+Mass test: TS0(xxxxOOOx)TS7 MS_Class=30
+Mass test: TS0(xxxxOOOx)TS7 MS_Class=31
Mass test: TS0(xxxxOOOO)TS7 MS_Class=0
Mass test: TS0(xxxxOOOO)TS7 MS_Class=1
Mass test: TS0(xxxxOOOO)TS7 MS_Class=2
@@ -1388,6 +1420,8 @@ Mass test: TS0(xxxxOOOO)TS7 MS_Class=26
Mass test: TS0(xxxxOOOO)TS7 MS_Class=27
Mass test: TS0(xxxxOOOO)TS7 MS_Class=28
Mass test: TS0(xxxxOOOO)TS7 MS_Class=29
+Mass test: TS0(xxxxOOOO)TS7 MS_Class=30
+Mass test: TS0(xxxxOOOO)TS7 MS_Class=31
Mass test: TS0(xxxOxxxx)TS7 MS_Class=0
Mass test: TS0(xxxOxxxx)TS7 MS_Class=1
Mass test: TS0(xxxOxxxx)TS7 MS_Class=2
@@ -1418,6 +1452,8 @@ Mass test: TS0(xxxOxxxx)TS7 MS_Class=26
Mass test: TS0(xxxOxxxx)TS7 MS_Class=27
Mass test: TS0(xxxOxxxx)TS7 MS_Class=28
Mass test: TS0(xxxOxxxx)TS7 MS_Class=29
+Mass test: TS0(xxxOxxxx)TS7 MS_Class=30
+Mass test: TS0(xxxOxxxx)TS7 MS_Class=31
Mass test: TS0(xxxOxxxO)TS7 MS_Class=0
Mass test: TS0(xxxOxxxO)TS7 MS_Class=1
Mass test: TS0(xxxOxxxO)TS7 MS_Class=2
@@ -1448,6 +1484,8 @@ Mass test: TS0(xxxOxxxO)TS7 MS_Class=26
Mass test: TS0(xxxOxxxO)TS7 MS_Class=27
Mass test: TS0(xxxOxxxO)TS7 MS_Class=28
Mass test: TS0(xxxOxxxO)TS7 MS_Class=29
+Mass test: TS0(xxxOxxxO)TS7 MS_Class=30
+Mass test: TS0(xxxOxxxO)TS7 MS_Class=31
Mass test: TS0(xxxOxxOx)TS7 MS_Class=0
Mass test: TS0(xxxOxxOx)TS7 MS_Class=1
Mass test: TS0(xxxOxxOx)TS7 MS_Class=2
@@ -1478,6 +1516,8 @@ Mass test: TS0(xxxOxxOx)TS7 MS_Class=26
Mass test: TS0(xxxOxxOx)TS7 MS_Class=27
Mass test: TS0(xxxOxxOx)TS7 MS_Class=28
Mass test: TS0(xxxOxxOx)TS7 MS_Class=29
+Mass test: TS0(xxxOxxOx)TS7 MS_Class=30
+Mass test: TS0(xxxOxxOx)TS7 MS_Class=31
Mass test: TS0(xxxOxxOO)TS7 MS_Class=0
Mass test: TS0(xxxOxxOO)TS7 MS_Class=1
Mass test: TS0(xxxOxxOO)TS7 MS_Class=2
@@ -1508,6 +1548,8 @@ Mass test: TS0(xxxOxxOO)TS7 MS_Class=26
Mass test: TS0(xxxOxxOO)TS7 MS_Class=27
Mass test: TS0(xxxOxxOO)TS7 MS_Class=28
Mass test: TS0(xxxOxxOO)TS7 MS_Class=29
+Mass test: TS0(xxxOxxOO)TS7 MS_Class=30
+Mass test: TS0(xxxOxxOO)TS7 MS_Class=31
Mass test: TS0(xxxOxOxx)TS7 MS_Class=0
Mass test: TS0(xxxOxOxx)TS7 MS_Class=1
Mass test: TS0(xxxOxOxx)TS7 MS_Class=2
@@ -1538,6 +1580,8 @@ Mass test: TS0(xxxOxOxx)TS7 MS_Class=26
Mass test: TS0(xxxOxOxx)TS7 MS_Class=27
Mass test: TS0(xxxOxOxx)TS7 MS_Class=28
Mass test: TS0(xxxOxOxx)TS7 MS_Class=29
+Mass test: TS0(xxxOxOxx)TS7 MS_Class=30
+Mass test: TS0(xxxOxOxx)TS7 MS_Class=31
Mass test: TS0(xxxOxOxO)TS7 MS_Class=0
Mass test: TS0(xxxOxOxO)TS7 MS_Class=1
Mass test: TS0(xxxOxOxO)TS7 MS_Class=2
@@ -1568,6 +1612,8 @@ Mass test: TS0(xxxOxOxO)TS7 MS_Class=26
Mass test: TS0(xxxOxOxO)TS7 MS_Class=27
Mass test: TS0(xxxOxOxO)TS7 MS_Class=28
Mass test: TS0(xxxOxOxO)TS7 MS_Class=29
+Mass test: TS0(xxxOxOxO)TS7 MS_Class=30
+Mass test: TS0(xxxOxOxO)TS7 MS_Class=31
Mass test: TS0(xxxOxOOx)TS7 MS_Class=0
Mass test: TS0(xxxOxOOx)TS7 MS_Class=1
Mass test: TS0(xxxOxOOx)TS7 MS_Class=2
@@ -1598,6 +1644,8 @@ Mass test: TS0(xxxOxOOx)TS7 MS_Class=26
Mass test: TS0(xxxOxOOx)TS7 MS_Class=27
Mass test: TS0(xxxOxOOx)TS7 MS_Class=28
Mass test: TS0(xxxOxOOx)TS7 MS_Class=29
+Mass test: TS0(xxxOxOOx)TS7 MS_Class=30
+Mass test: TS0(xxxOxOOx)TS7 MS_Class=31
Mass test: TS0(xxxOxOOO)TS7 MS_Class=0
Mass test: TS0(xxxOxOOO)TS7 MS_Class=1
Mass test: TS0(xxxOxOOO)TS7 MS_Class=2
@@ -1628,6 +1676,8 @@ Mass test: TS0(xxxOxOOO)TS7 MS_Class=26
Mass test: TS0(xxxOxOOO)TS7 MS_Class=27
Mass test: TS0(xxxOxOOO)TS7 MS_Class=28
Mass test: TS0(xxxOxOOO)TS7 MS_Class=29
+Mass test: TS0(xxxOxOOO)TS7 MS_Class=30
+Mass test: TS0(xxxOxOOO)TS7 MS_Class=31
Mass test: TS0(xxxOOxxx)TS7 MS_Class=0
Mass test: TS0(xxxOOxxx)TS7 MS_Class=1
Mass test: TS0(xxxOOxxx)TS7 MS_Class=2
@@ -1658,6 +1708,8 @@ Mass test: TS0(xxxOOxxx)TS7 MS_Class=26
Mass test: TS0(xxxOOxxx)TS7 MS_Class=27
Mass test: TS0(xxxOOxxx)TS7 MS_Class=28
Mass test: TS0(xxxOOxxx)TS7 MS_Class=29
+Mass test: TS0(xxxOOxxx)TS7 MS_Class=30
+Mass test: TS0(xxxOOxxx)TS7 MS_Class=31
Mass test: TS0(xxxOOxxO)TS7 MS_Class=0
Mass test: TS0(xxxOOxxO)TS7 MS_Class=1
Mass test: TS0(xxxOOxxO)TS7 MS_Class=2
@@ -1688,6 +1740,8 @@ Mass test: TS0(xxxOOxxO)TS7 MS_Class=26
Mass test: TS0(xxxOOxxO)TS7 MS_Class=27
Mass test: TS0(xxxOOxxO)TS7 MS_Class=28
Mass test: TS0(xxxOOxxO)TS7 MS_Class=29
+Mass test: TS0(xxxOOxxO)TS7 MS_Class=30
+Mass test: TS0(xxxOOxxO)TS7 MS_Class=31
Mass test: TS0(xxxOOxOx)TS7 MS_Class=0
Mass test: TS0(xxxOOxOx)TS7 MS_Class=1
Mass test: TS0(xxxOOxOx)TS7 MS_Class=2
@@ -1718,6 +1772,8 @@ Mass test: TS0(xxxOOxOx)TS7 MS_Class=26
Mass test: TS0(xxxOOxOx)TS7 MS_Class=27
Mass test: TS0(xxxOOxOx)TS7 MS_Class=28
Mass test: TS0(xxxOOxOx)TS7 MS_Class=29
+Mass test: TS0(xxxOOxOx)TS7 MS_Class=30
+Mass test: TS0(xxxOOxOx)TS7 MS_Class=31
Mass test: TS0(xxxOOxOO)TS7 MS_Class=0
Mass test: TS0(xxxOOxOO)TS7 MS_Class=1
Mass test: TS0(xxxOOxOO)TS7 MS_Class=2
@@ -1748,6 +1804,8 @@ Mass test: TS0(xxxOOxOO)TS7 MS_Class=26
Mass test: TS0(xxxOOxOO)TS7 MS_Class=27
Mass test: TS0(xxxOOxOO)TS7 MS_Class=28
Mass test: TS0(xxxOOxOO)TS7 MS_Class=29
+Mass test: TS0(xxxOOxOO)TS7 MS_Class=30
+Mass test: TS0(xxxOOxOO)TS7 MS_Class=31
Mass test: TS0(xxxOOOxx)TS7 MS_Class=0
Mass test: TS0(xxxOOOxx)TS7 MS_Class=1
Mass test: TS0(xxxOOOxx)TS7 MS_Class=2
@@ -1778,6 +1836,8 @@ Mass test: TS0(xxxOOOxx)TS7 MS_Class=26
Mass test: TS0(xxxOOOxx)TS7 MS_Class=27
Mass test: TS0(xxxOOOxx)TS7 MS_Class=28
Mass test: TS0(xxxOOOxx)TS7 MS_Class=29
+Mass test: TS0(xxxOOOxx)TS7 MS_Class=30
+Mass test: TS0(xxxOOOxx)TS7 MS_Class=31
Mass test: TS0(xxxOOOxO)TS7 MS_Class=0
Mass test: TS0(xxxOOOxO)TS7 MS_Class=1
Mass test: TS0(xxxOOOxO)TS7 MS_Class=2
@@ -1808,6 +1868,8 @@ Mass test: TS0(xxxOOOxO)TS7 MS_Class=26
Mass test: TS0(xxxOOOxO)TS7 MS_Class=27
Mass test: TS0(xxxOOOxO)TS7 MS_Class=28
Mass test: TS0(xxxOOOxO)TS7 MS_Class=29
+Mass test: TS0(xxxOOOxO)TS7 MS_Class=30
+Mass test: TS0(xxxOOOxO)TS7 MS_Class=31
Mass test: TS0(xxxOOOOx)TS7 MS_Class=0
Mass test: TS0(xxxOOOOx)TS7 MS_Class=1
Mass test: TS0(xxxOOOOx)TS7 MS_Class=2
@@ -1838,6 +1900,8 @@ Mass test: TS0(xxxOOOOx)TS7 MS_Class=26
Mass test: TS0(xxxOOOOx)TS7 MS_Class=27
Mass test: TS0(xxxOOOOx)TS7 MS_Class=28
Mass test: TS0(xxxOOOOx)TS7 MS_Class=29
+Mass test: TS0(xxxOOOOx)TS7 MS_Class=30
+Mass test: TS0(xxxOOOOx)TS7 MS_Class=31
Mass test: TS0(xxxOOOOO)TS7 MS_Class=0
Mass test: TS0(xxxOOOOO)TS7 MS_Class=1
Mass test: TS0(xxxOOOOO)TS7 MS_Class=2
@@ -1868,6 +1932,8 @@ Mass test: TS0(xxxOOOOO)TS7 MS_Class=26
Mass test: TS0(xxxOOOOO)TS7 MS_Class=27
Mass test: TS0(xxxOOOOO)TS7 MS_Class=28
Mass test: TS0(xxxOOOOO)TS7 MS_Class=29
+Mass test: TS0(xxxOOOOO)TS7 MS_Class=30
+Mass test: TS0(xxxOOOOO)TS7 MS_Class=31
Mass test: TS0(xxOxxxxx)TS7 MS_Class=0
Mass test: TS0(xxOxxxxx)TS7 MS_Class=1
Mass test: TS0(xxOxxxxx)TS7 MS_Class=2
@@ -1898,6 +1964,8 @@ Mass test: TS0(xxOxxxxx)TS7 MS_Class=26
Mass test: TS0(xxOxxxxx)TS7 MS_Class=27
Mass test: TS0(xxOxxxxx)TS7 MS_Class=28
Mass test: TS0(xxOxxxxx)TS7 MS_Class=29
+Mass test: TS0(xxOxxxxx)TS7 MS_Class=30
+Mass test: TS0(xxOxxxxx)TS7 MS_Class=31
Mass test: TS0(xxOxxxxO)TS7 MS_Class=0
Mass test: TS0(xxOxxxxO)TS7 MS_Class=1
Mass test: TS0(xxOxxxxO)TS7 MS_Class=2
@@ -1928,6 +1996,8 @@ Mass test: TS0(xxOxxxxO)TS7 MS_Class=26
Mass test: TS0(xxOxxxxO)TS7 MS_Class=27
Mass test: TS0(xxOxxxxO)TS7 MS_Class=28
Mass test: TS0(xxOxxxxO)TS7 MS_Class=29
+Mass test: TS0(xxOxxxxO)TS7 MS_Class=30
+Mass test: TS0(xxOxxxxO)TS7 MS_Class=31
Mass test: TS0(xxOxxxOx)TS7 MS_Class=0
Mass test: TS0(xxOxxxOx)TS7 MS_Class=1
Mass test: TS0(xxOxxxOx)TS7 MS_Class=2
@@ -1958,6 +2028,8 @@ Mass test: TS0(xxOxxxOx)TS7 MS_Class=26
Mass test: TS0(xxOxxxOx)TS7 MS_Class=27
Mass test: TS0(xxOxxxOx)TS7 MS_Class=28
Mass test: TS0(xxOxxxOx)TS7 MS_Class=29
+Mass test: TS0(xxOxxxOx)TS7 MS_Class=30
+Mass test: TS0(xxOxxxOx)TS7 MS_Class=31
Mass test: TS0(xxOxxxOO)TS7 MS_Class=0
Mass test: TS0(xxOxxxOO)TS7 MS_Class=1
Mass test: TS0(xxOxxxOO)TS7 MS_Class=2
@@ -1988,6 +2060,8 @@ Mass test: TS0(xxOxxxOO)TS7 MS_Class=26
Mass test: TS0(xxOxxxOO)TS7 MS_Class=27
Mass test: TS0(xxOxxxOO)TS7 MS_Class=28
Mass test: TS0(xxOxxxOO)TS7 MS_Class=29
+Mass test: TS0(xxOxxxOO)TS7 MS_Class=30
+Mass test: TS0(xxOxxxOO)TS7 MS_Class=31
Mass test: TS0(xxOxxOxx)TS7 MS_Class=0
Mass test: TS0(xxOxxOxx)TS7 MS_Class=1
Mass test: TS0(xxOxxOxx)TS7 MS_Class=2
@@ -2018,6 +2092,8 @@ Mass test: TS0(xxOxxOxx)TS7 MS_Class=26
Mass test: TS0(xxOxxOxx)TS7 MS_Class=27
Mass test: TS0(xxOxxOxx)TS7 MS_Class=28
Mass test: TS0(xxOxxOxx)TS7 MS_Class=29
+Mass test: TS0(xxOxxOxx)TS7 MS_Class=30
+Mass test: TS0(xxOxxOxx)TS7 MS_Class=31
Mass test: TS0(xxOxxOxO)TS7 MS_Class=0
Mass test: TS0(xxOxxOxO)TS7 MS_Class=1
Mass test: TS0(xxOxxOxO)TS7 MS_Class=2
@@ -2048,6 +2124,8 @@ Mass test: TS0(xxOxxOxO)TS7 MS_Class=26
Mass test: TS0(xxOxxOxO)TS7 MS_Class=27
Mass test: TS0(xxOxxOxO)TS7 MS_Class=28
Mass test: TS0(xxOxxOxO)TS7 MS_Class=29
+Mass test: TS0(xxOxxOxO)TS7 MS_Class=30
+Mass test: TS0(xxOxxOxO)TS7 MS_Class=31
Mass test: TS0(xxOxxOOx)TS7 MS_Class=0
Mass test: TS0(xxOxxOOx)TS7 MS_Class=1
Mass test: TS0(xxOxxOOx)TS7 MS_Class=2
@@ -2078,6 +2156,8 @@ Mass test: TS0(xxOxxOOx)TS7 MS_Class=26
Mass test: TS0(xxOxxOOx)TS7 MS_Class=27
Mass test: TS0(xxOxxOOx)TS7 MS_Class=28
Mass test: TS0(xxOxxOOx)TS7 MS_Class=29
+Mass test: TS0(xxOxxOOx)TS7 MS_Class=30
+Mass test: TS0(xxOxxOOx)TS7 MS_Class=31
Mass test: TS0(xxOxxOOO)TS7 MS_Class=0
Mass test: TS0(xxOxxOOO)TS7 MS_Class=1
Mass test: TS0(xxOxxOOO)TS7 MS_Class=2
@@ -2108,6 +2188,8 @@ Mass test: TS0(xxOxxOOO)TS7 MS_Class=26
Mass test: TS0(xxOxxOOO)TS7 MS_Class=27
Mass test: TS0(xxOxxOOO)TS7 MS_Class=28
Mass test: TS0(xxOxxOOO)TS7 MS_Class=29
+Mass test: TS0(xxOxxOOO)TS7 MS_Class=30
+Mass test: TS0(xxOxxOOO)TS7 MS_Class=31
Mass test: TS0(xxOxOxxx)TS7 MS_Class=0
Mass test: TS0(xxOxOxxx)TS7 MS_Class=1
Mass test: TS0(xxOxOxxx)TS7 MS_Class=2
@@ -2138,6 +2220,8 @@ Mass test: TS0(xxOxOxxx)TS7 MS_Class=26
Mass test: TS0(xxOxOxxx)TS7 MS_Class=27
Mass test: TS0(xxOxOxxx)TS7 MS_Class=28
Mass test: TS0(xxOxOxxx)TS7 MS_Class=29
+Mass test: TS0(xxOxOxxx)TS7 MS_Class=30
+Mass test: TS0(xxOxOxxx)TS7 MS_Class=31
Mass test: TS0(xxOxOxxO)TS7 MS_Class=0
Mass test: TS0(xxOxOxxO)TS7 MS_Class=1
Mass test: TS0(xxOxOxxO)TS7 MS_Class=2
@@ -2168,6 +2252,8 @@ Mass test: TS0(xxOxOxxO)TS7 MS_Class=26
Mass test: TS0(xxOxOxxO)TS7 MS_Class=27
Mass test: TS0(xxOxOxxO)TS7 MS_Class=28
Mass test: TS0(xxOxOxxO)TS7 MS_Class=29
+Mass test: TS0(xxOxOxxO)TS7 MS_Class=30
+Mass test: TS0(xxOxOxxO)TS7 MS_Class=31
Mass test: TS0(xxOxOxOx)TS7 MS_Class=0
Mass test: TS0(xxOxOxOx)TS7 MS_Class=1
Mass test: TS0(xxOxOxOx)TS7 MS_Class=2
@@ -2198,6 +2284,8 @@ Mass test: TS0(xxOxOxOx)TS7 MS_Class=26
Mass test: TS0(xxOxOxOx)TS7 MS_Class=27
Mass test: TS0(xxOxOxOx)TS7 MS_Class=28
Mass test: TS0(xxOxOxOx)TS7 MS_Class=29
+Mass test: TS0(xxOxOxOx)TS7 MS_Class=30
+Mass test: TS0(xxOxOxOx)TS7 MS_Class=31
Mass test: TS0(xxOxOxOO)TS7 MS_Class=0
Mass test: TS0(xxOxOxOO)TS7 MS_Class=1
Mass test: TS0(xxOxOxOO)TS7 MS_Class=2
@@ -2228,6 +2316,8 @@ Mass test: TS0(xxOxOxOO)TS7 MS_Class=26
Mass test: TS0(xxOxOxOO)TS7 MS_Class=27
Mass test: TS0(xxOxOxOO)TS7 MS_Class=28
Mass test: TS0(xxOxOxOO)TS7 MS_Class=29
+Mass test: TS0(xxOxOxOO)TS7 MS_Class=30
+Mass test: TS0(xxOxOxOO)TS7 MS_Class=31
Mass test: TS0(xxOxOOxx)TS7 MS_Class=0
Mass test: TS0(xxOxOOxx)TS7 MS_Class=1
Mass test: TS0(xxOxOOxx)TS7 MS_Class=2
@@ -2258,6 +2348,8 @@ Mass test: TS0(xxOxOOxx)TS7 MS_Class=26
Mass test: TS0(xxOxOOxx)TS7 MS_Class=27
Mass test: TS0(xxOxOOxx)TS7 MS_Class=28
Mass test: TS0(xxOxOOxx)TS7 MS_Class=29
+Mass test: TS0(xxOxOOxx)TS7 MS_Class=30
+Mass test: TS0(xxOxOOxx)TS7 MS_Class=31
Mass test: TS0(xxOxOOxO)TS7 MS_Class=0
Mass test: TS0(xxOxOOxO)TS7 MS_Class=1
Mass test: TS0(xxOxOOxO)TS7 MS_Class=2
@@ -2288,6 +2380,8 @@ Mass test: TS0(xxOxOOxO)TS7 MS_Class=26
Mass test: TS0(xxOxOOxO)TS7 MS_Class=27
Mass test: TS0(xxOxOOxO)TS7 MS_Class=28
Mass test: TS0(xxOxOOxO)TS7 MS_Class=29
+Mass test: TS0(xxOxOOxO)TS7 MS_Class=30
+Mass test: TS0(xxOxOOxO)TS7 MS_Class=31
Mass test: TS0(xxOxOOOx)TS7 MS_Class=0
Mass test: TS0(xxOxOOOx)TS7 MS_Class=1
Mass test: TS0(xxOxOOOx)TS7 MS_Class=2
@@ -2318,6 +2412,8 @@ Mass test: TS0(xxOxOOOx)TS7 MS_Class=26
Mass test: TS0(xxOxOOOx)TS7 MS_Class=27
Mass test: TS0(xxOxOOOx)TS7 MS_Class=28
Mass test: TS0(xxOxOOOx)TS7 MS_Class=29
+Mass test: TS0(xxOxOOOx)TS7 MS_Class=30
+Mass test: TS0(xxOxOOOx)TS7 MS_Class=31
Mass test: TS0(xxOxOOOO)TS7 MS_Class=0
Mass test: TS0(xxOxOOOO)TS7 MS_Class=1
Mass test: TS0(xxOxOOOO)TS7 MS_Class=2
@@ -2348,6 +2444,8 @@ Mass test: TS0(xxOxOOOO)TS7 MS_Class=26
Mass test: TS0(xxOxOOOO)TS7 MS_Class=27
Mass test: TS0(xxOxOOOO)TS7 MS_Class=28
Mass test: TS0(xxOxOOOO)TS7 MS_Class=29
+Mass test: TS0(xxOxOOOO)TS7 MS_Class=30
+Mass test: TS0(xxOxOOOO)TS7 MS_Class=31
Mass test: TS0(xxOOxxxx)TS7 MS_Class=0
Mass test: TS0(xxOOxxxx)TS7 MS_Class=1
Mass test: TS0(xxOOxxxx)TS7 MS_Class=2
@@ -2378,6 +2476,8 @@ Mass test: TS0(xxOOxxxx)TS7 MS_Class=26
Mass test: TS0(xxOOxxxx)TS7 MS_Class=27
Mass test: TS0(xxOOxxxx)TS7 MS_Class=28
Mass test: TS0(xxOOxxxx)TS7 MS_Class=29
+Mass test: TS0(xxOOxxxx)TS7 MS_Class=30
+Mass test: TS0(xxOOxxxx)TS7 MS_Class=31
Mass test: TS0(xxOOxxxO)TS7 MS_Class=0
Mass test: TS0(xxOOxxxO)TS7 MS_Class=1
Mass test: TS0(xxOOxxxO)TS7 MS_Class=2
@@ -2408,6 +2508,8 @@ Mass test: TS0(xxOOxxxO)TS7 MS_Class=26
Mass test: TS0(xxOOxxxO)TS7 MS_Class=27
Mass test: TS0(xxOOxxxO)TS7 MS_Class=28
Mass test: TS0(xxOOxxxO)TS7 MS_Class=29
+Mass test: TS0(xxOOxxxO)TS7 MS_Class=30
+Mass test: TS0(xxOOxxxO)TS7 MS_Class=31
Mass test: TS0(xxOOxxOx)TS7 MS_Class=0
Mass test: TS0(xxOOxxOx)TS7 MS_Class=1
Mass test: TS0(xxOOxxOx)TS7 MS_Class=2
@@ -2438,6 +2540,8 @@ Mass test: TS0(xxOOxxOx)TS7 MS_Class=26
Mass test: TS0(xxOOxxOx)TS7 MS_Class=27
Mass test: TS0(xxOOxxOx)TS7 MS_Class=28
Mass test: TS0(xxOOxxOx)TS7 MS_Class=29
+Mass test: TS0(xxOOxxOx)TS7 MS_Class=30
+Mass test: TS0(xxOOxxOx)TS7 MS_Class=31
Mass test: TS0(xxOOxxOO)TS7 MS_Class=0
Mass test: TS0(xxOOxxOO)TS7 MS_Class=1
Mass test: TS0(xxOOxxOO)TS7 MS_Class=2
@@ -2468,6 +2572,8 @@ Mass test: TS0(xxOOxxOO)TS7 MS_Class=26
Mass test: TS0(xxOOxxOO)TS7 MS_Class=27
Mass test: TS0(xxOOxxOO)TS7 MS_Class=28
Mass test: TS0(xxOOxxOO)TS7 MS_Class=29
+Mass test: TS0(xxOOxxOO)TS7 MS_Class=30
+Mass test: TS0(xxOOxxOO)TS7 MS_Class=31
Mass test: TS0(xxOOxOxx)TS7 MS_Class=0
Mass test: TS0(xxOOxOxx)TS7 MS_Class=1
Mass test: TS0(xxOOxOxx)TS7 MS_Class=2
@@ -2498,6 +2604,8 @@ Mass test: TS0(xxOOxOxx)TS7 MS_Class=26
Mass test: TS0(xxOOxOxx)TS7 MS_Class=27
Mass test: TS0(xxOOxOxx)TS7 MS_Class=28
Mass test: TS0(xxOOxOxx)TS7 MS_Class=29
+Mass test: TS0(xxOOxOxx)TS7 MS_Class=30
+Mass test: TS0(xxOOxOxx)TS7 MS_Class=31
Mass test: TS0(xxOOxOxO)TS7 MS_Class=0
Mass test: TS0(xxOOxOxO)TS7 MS_Class=1
Mass test: TS0(xxOOxOxO)TS7 MS_Class=2
@@ -2528,6 +2636,8 @@ Mass test: TS0(xxOOxOxO)TS7 MS_Class=26
Mass test: TS0(xxOOxOxO)TS7 MS_Class=27
Mass test: TS0(xxOOxOxO)TS7 MS_Class=28
Mass test: TS0(xxOOxOxO)TS7 MS_Class=29
+Mass test: TS0(xxOOxOxO)TS7 MS_Class=30
+Mass test: TS0(xxOOxOxO)TS7 MS_Class=31
Mass test: TS0(xxOOxOOx)TS7 MS_Class=0
Mass test: TS0(xxOOxOOx)TS7 MS_Class=1
Mass test: TS0(xxOOxOOx)TS7 MS_Class=2
@@ -2558,6 +2668,8 @@ Mass test: TS0(xxOOxOOx)TS7 MS_Class=26
Mass test: TS0(xxOOxOOx)TS7 MS_Class=27
Mass test: TS0(xxOOxOOx)TS7 MS_Class=28
Mass test: TS0(xxOOxOOx)TS7 MS_Class=29
+Mass test: TS0(xxOOxOOx)TS7 MS_Class=30
+Mass test: TS0(xxOOxOOx)TS7 MS_Class=31
Mass test: TS0(xxOOxOOO)TS7 MS_Class=0
Mass test: TS0(xxOOxOOO)TS7 MS_Class=1
Mass test: TS0(xxOOxOOO)TS7 MS_Class=2
@@ -2588,6 +2700,8 @@ Mass test: TS0(xxOOxOOO)TS7 MS_Class=26
Mass test: TS0(xxOOxOOO)TS7 MS_Class=27
Mass test: TS0(xxOOxOOO)TS7 MS_Class=28
Mass test: TS0(xxOOxOOO)TS7 MS_Class=29
+Mass test: TS0(xxOOxOOO)TS7 MS_Class=30
+Mass test: TS0(xxOOxOOO)TS7 MS_Class=31
Mass test: TS0(xxOOOxxx)TS7 MS_Class=0
Mass test: TS0(xxOOOxxx)TS7 MS_Class=1
Mass test: TS0(xxOOOxxx)TS7 MS_Class=2
@@ -2618,6 +2732,8 @@ Mass test: TS0(xxOOOxxx)TS7 MS_Class=26
Mass test: TS0(xxOOOxxx)TS7 MS_Class=27
Mass test: TS0(xxOOOxxx)TS7 MS_Class=28
Mass test: TS0(xxOOOxxx)TS7 MS_Class=29
+Mass test: TS0(xxOOOxxx)TS7 MS_Class=30
+Mass test: TS0(xxOOOxxx)TS7 MS_Class=31
Mass test: TS0(xxOOOxxO)TS7 MS_Class=0
Mass test: TS0(xxOOOxxO)TS7 MS_Class=1
Mass test: TS0(xxOOOxxO)TS7 MS_Class=2
@@ -2648,6 +2764,8 @@ Mass test: TS0(xxOOOxxO)TS7 MS_Class=26
Mass test: TS0(xxOOOxxO)TS7 MS_Class=27
Mass test: TS0(xxOOOxxO)TS7 MS_Class=28
Mass test: TS0(xxOOOxxO)TS7 MS_Class=29
+Mass test: TS0(xxOOOxxO)TS7 MS_Class=30
+Mass test: TS0(xxOOOxxO)TS7 MS_Class=31
Mass test: TS0(xxOOOxOx)TS7 MS_Class=0
Mass test: TS0(xxOOOxOx)TS7 MS_Class=1
Mass test: TS0(xxOOOxOx)TS7 MS_Class=2
@@ -2678,6 +2796,8 @@ Mass test: TS0(xxOOOxOx)TS7 MS_Class=26
Mass test: TS0(xxOOOxOx)TS7 MS_Class=27
Mass test: TS0(xxOOOxOx)TS7 MS_Class=28
Mass test: TS0(xxOOOxOx)TS7 MS_Class=29
+Mass test: TS0(xxOOOxOx)TS7 MS_Class=30
+Mass test: TS0(xxOOOxOx)TS7 MS_Class=31
Mass test: TS0(xxOOOxOO)TS7 MS_Class=0
Mass test: TS0(xxOOOxOO)TS7 MS_Class=1
Mass test: TS0(xxOOOxOO)TS7 MS_Class=2
@@ -2708,6 +2828,8 @@ Mass test: TS0(xxOOOxOO)TS7 MS_Class=26
Mass test: TS0(xxOOOxOO)TS7 MS_Class=27
Mass test: TS0(xxOOOxOO)TS7 MS_Class=28
Mass test: TS0(xxOOOxOO)TS7 MS_Class=29
+Mass test: TS0(xxOOOxOO)TS7 MS_Class=30
+Mass test: TS0(xxOOOxOO)TS7 MS_Class=31
Mass test: TS0(xxOOOOxx)TS7 MS_Class=0
Mass test: TS0(xxOOOOxx)TS7 MS_Class=1
Mass test: TS0(xxOOOOxx)TS7 MS_Class=2
@@ -2738,6 +2860,8 @@ Mass test: TS0(xxOOOOxx)TS7 MS_Class=26
Mass test: TS0(xxOOOOxx)TS7 MS_Class=27
Mass test: TS0(xxOOOOxx)TS7 MS_Class=28
Mass test: TS0(xxOOOOxx)TS7 MS_Class=29
+Mass test: TS0(xxOOOOxx)TS7 MS_Class=30
+Mass test: TS0(xxOOOOxx)TS7 MS_Class=31
Mass test: TS0(xxOOOOxO)TS7 MS_Class=0
Mass test: TS0(xxOOOOxO)TS7 MS_Class=1
Mass test: TS0(xxOOOOxO)TS7 MS_Class=2
@@ -2768,6 +2892,8 @@ Mass test: TS0(xxOOOOxO)TS7 MS_Class=26
Mass test: TS0(xxOOOOxO)TS7 MS_Class=27
Mass test: TS0(xxOOOOxO)TS7 MS_Class=28
Mass test: TS0(xxOOOOxO)TS7 MS_Class=29
+Mass test: TS0(xxOOOOxO)TS7 MS_Class=30
+Mass test: TS0(xxOOOOxO)TS7 MS_Class=31
Mass test: TS0(xxOOOOOx)TS7 MS_Class=0
Mass test: TS0(xxOOOOOx)TS7 MS_Class=1
Mass test: TS0(xxOOOOOx)TS7 MS_Class=2
@@ -2798,6 +2924,8 @@ Mass test: TS0(xxOOOOOx)TS7 MS_Class=26
Mass test: TS0(xxOOOOOx)TS7 MS_Class=27
Mass test: TS0(xxOOOOOx)TS7 MS_Class=28
Mass test: TS0(xxOOOOOx)TS7 MS_Class=29
+Mass test: TS0(xxOOOOOx)TS7 MS_Class=30
+Mass test: TS0(xxOOOOOx)TS7 MS_Class=31
Mass test: TS0(xxOOOOOO)TS7 MS_Class=0
Mass test: TS0(xxOOOOOO)TS7 MS_Class=1
Mass test: TS0(xxOOOOOO)TS7 MS_Class=2
@@ -2828,6 +2956,8 @@ Mass test: TS0(xxOOOOOO)TS7 MS_Class=26
Mass test: TS0(xxOOOOOO)TS7 MS_Class=27
Mass test: TS0(xxOOOOOO)TS7 MS_Class=28
Mass test: TS0(xxOOOOOO)TS7 MS_Class=29
+Mass test: TS0(xxOOOOOO)TS7 MS_Class=30
+Mass test: TS0(xxOOOOOO)TS7 MS_Class=31
Mass test: TS0(xOxxxxxx)TS7 MS_Class=0
Mass test: TS0(xOxxxxxx)TS7 MS_Class=1
Mass test: TS0(xOxxxxxx)TS7 MS_Class=2
@@ -2858,6 +2988,8 @@ Mass test: TS0(xOxxxxxx)TS7 MS_Class=26
Mass test: TS0(xOxxxxxx)TS7 MS_Class=27
Mass test: TS0(xOxxxxxx)TS7 MS_Class=28
Mass test: TS0(xOxxxxxx)TS7 MS_Class=29
+Mass test: TS0(xOxxxxxx)TS7 MS_Class=30
+Mass test: TS0(xOxxxxxx)TS7 MS_Class=31
Mass test: TS0(xOxxxxxO)TS7 MS_Class=0
Mass test: TS0(xOxxxxxO)TS7 MS_Class=1
Mass test: TS0(xOxxxxxO)TS7 MS_Class=2
@@ -2888,6 +3020,8 @@ Mass test: TS0(xOxxxxxO)TS7 MS_Class=26
Mass test: TS0(xOxxxxxO)TS7 MS_Class=27
Mass test: TS0(xOxxxxxO)TS7 MS_Class=28
Mass test: TS0(xOxxxxxO)TS7 MS_Class=29
+Mass test: TS0(xOxxxxxO)TS7 MS_Class=30
+Mass test: TS0(xOxxxxxO)TS7 MS_Class=31
Mass test: TS0(xOxxxxOx)TS7 MS_Class=0
Mass test: TS0(xOxxxxOx)TS7 MS_Class=1
Mass test: TS0(xOxxxxOx)TS7 MS_Class=2
@@ -2918,6 +3052,8 @@ Mass test: TS0(xOxxxxOx)TS7 MS_Class=26
Mass test: TS0(xOxxxxOx)TS7 MS_Class=27
Mass test: TS0(xOxxxxOx)TS7 MS_Class=28
Mass test: TS0(xOxxxxOx)TS7 MS_Class=29
+Mass test: TS0(xOxxxxOx)TS7 MS_Class=30
+Mass test: TS0(xOxxxxOx)TS7 MS_Class=31
Mass test: TS0(xOxxxxOO)TS7 MS_Class=0
Mass test: TS0(xOxxxxOO)TS7 MS_Class=1
Mass test: TS0(xOxxxxOO)TS7 MS_Class=2
@@ -2948,6 +3084,8 @@ Mass test: TS0(xOxxxxOO)TS7 MS_Class=26
Mass test: TS0(xOxxxxOO)TS7 MS_Class=27
Mass test: TS0(xOxxxxOO)TS7 MS_Class=28
Mass test: TS0(xOxxxxOO)TS7 MS_Class=29
+Mass test: TS0(xOxxxxOO)TS7 MS_Class=30
+Mass test: TS0(xOxxxxOO)TS7 MS_Class=31
Mass test: TS0(xOxxxOxx)TS7 MS_Class=0
Mass test: TS0(xOxxxOxx)TS7 MS_Class=1
Mass test: TS0(xOxxxOxx)TS7 MS_Class=2
@@ -2978,6 +3116,8 @@ Mass test: TS0(xOxxxOxx)TS7 MS_Class=26
Mass test: TS0(xOxxxOxx)TS7 MS_Class=27
Mass test: TS0(xOxxxOxx)TS7 MS_Class=28
Mass test: TS0(xOxxxOxx)TS7 MS_Class=29
+Mass test: TS0(xOxxxOxx)TS7 MS_Class=30
+Mass test: TS0(xOxxxOxx)TS7 MS_Class=31
Mass test: TS0(xOxxxOxO)TS7 MS_Class=0
Mass test: TS0(xOxxxOxO)TS7 MS_Class=1
Mass test: TS0(xOxxxOxO)TS7 MS_Class=2
@@ -3008,6 +3148,8 @@ Mass test: TS0(xOxxxOxO)TS7 MS_Class=26
Mass test: TS0(xOxxxOxO)TS7 MS_Class=27
Mass test: TS0(xOxxxOxO)TS7 MS_Class=28
Mass test: TS0(xOxxxOxO)TS7 MS_Class=29
+Mass test: TS0(xOxxxOxO)TS7 MS_Class=30
+Mass test: TS0(xOxxxOxO)TS7 MS_Class=31
Mass test: TS0(xOxxxOOx)TS7 MS_Class=0
Mass test: TS0(xOxxxOOx)TS7 MS_Class=1
Mass test: TS0(xOxxxOOx)TS7 MS_Class=2
@@ -3038,6 +3180,8 @@ Mass test: TS0(xOxxxOOx)TS7 MS_Class=26
Mass test: TS0(xOxxxOOx)TS7 MS_Class=27
Mass test: TS0(xOxxxOOx)TS7 MS_Class=28
Mass test: TS0(xOxxxOOx)TS7 MS_Class=29
+Mass test: TS0(xOxxxOOx)TS7 MS_Class=30
+Mass test: TS0(xOxxxOOx)TS7 MS_Class=31
Mass test: TS0(xOxxxOOO)TS7 MS_Class=0
Mass test: TS0(xOxxxOOO)TS7 MS_Class=1
Mass test: TS0(xOxxxOOO)TS7 MS_Class=2
@@ -3068,6 +3212,8 @@ Mass test: TS0(xOxxxOOO)TS7 MS_Class=26
Mass test: TS0(xOxxxOOO)TS7 MS_Class=27
Mass test: TS0(xOxxxOOO)TS7 MS_Class=28
Mass test: TS0(xOxxxOOO)TS7 MS_Class=29
+Mass test: TS0(xOxxxOOO)TS7 MS_Class=30
+Mass test: TS0(xOxxxOOO)TS7 MS_Class=31
Mass test: TS0(xOxxOxxx)TS7 MS_Class=0
Mass test: TS0(xOxxOxxx)TS7 MS_Class=1
Mass test: TS0(xOxxOxxx)TS7 MS_Class=2
@@ -3098,6 +3244,8 @@ Mass test: TS0(xOxxOxxx)TS7 MS_Class=26
Mass test: TS0(xOxxOxxx)TS7 MS_Class=27
Mass test: TS0(xOxxOxxx)TS7 MS_Class=28
Mass test: TS0(xOxxOxxx)TS7 MS_Class=29
+Mass test: TS0(xOxxOxxx)TS7 MS_Class=30
+Mass test: TS0(xOxxOxxx)TS7 MS_Class=31
Mass test: TS0(xOxxOxxO)TS7 MS_Class=0
Mass test: TS0(xOxxOxxO)TS7 MS_Class=1
Mass test: TS0(xOxxOxxO)TS7 MS_Class=2
@@ -3128,6 +3276,8 @@ Mass test: TS0(xOxxOxxO)TS7 MS_Class=26
Mass test: TS0(xOxxOxxO)TS7 MS_Class=27
Mass test: TS0(xOxxOxxO)TS7 MS_Class=28
Mass test: TS0(xOxxOxxO)TS7 MS_Class=29
+Mass test: TS0(xOxxOxxO)TS7 MS_Class=30
+Mass test: TS0(xOxxOxxO)TS7 MS_Class=31
Mass test: TS0(xOxxOxOx)TS7 MS_Class=0
Mass test: TS0(xOxxOxOx)TS7 MS_Class=1
Mass test: TS0(xOxxOxOx)TS7 MS_Class=2
@@ -3158,6 +3308,8 @@ Mass test: TS0(xOxxOxOx)TS7 MS_Class=26
Mass test: TS0(xOxxOxOx)TS7 MS_Class=27
Mass test: TS0(xOxxOxOx)TS7 MS_Class=28
Mass test: TS0(xOxxOxOx)TS7 MS_Class=29
+Mass test: TS0(xOxxOxOx)TS7 MS_Class=30
+Mass test: TS0(xOxxOxOx)TS7 MS_Class=31
Mass test: TS0(xOxxOxOO)TS7 MS_Class=0
Mass test: TS0(xOxxOxOO)TS7 MS_Class=1
Mass test: TS0(xOxxOxOO)TS7 MS_Class=2
@@ -3188,6 +3340,8 @@ Mass test: TS0(xOxxOxOO)TS7 MS_Class=26
Mass test: TS0(xOxxOxOO)TS7 MS_Class=27
Mass test: TS0(xOxxOxOO)TS7 MS_Class=28
Mass test: TS0(xOxxOxOO)TS7 MS_Class=29
+Mass test: TS0(xOxxOxOO)TS7 MS_Class=30
+Mass test: TS0(xOxxOxOO)TS7 MS_Class=31
Mass test: TS0(xOxxOOxx)TS7 MS_Class=0
Mass test: TS0(xOxxOOxx)TS7 MS_Class=1
Mass test: TS0(xOxxOOxx)TS7 MS_Class=2
@@ -3218,6 +3372,8 @@ Mass test: TS0(xOxxOOxx)TS7 MS_Class=26
Mass test: TS0(xOxxOOxx)TS7 MS_Class=27
Mass test: TS0(xOxxOOxx)TS7 MS_Class=28
Mass test: TS0(xOxxOOxx)TS7 MS_Class=29
+Mass test: TS0(xOxxOOxx)TS7 MS_Class=30
+Mass test: TS0(xOxxOOxx)TS7 MS_Class=31
Mass test: TS0(xOxxOOxO)TS7 MS_Class=0
Mass test: TS0(xOxxOOxO)TS7 MS_Class=1
Mass test: TS0(xOxxOOxO)TS7 MS_Class=2
@@ -3248,6 +3404,8 @@ Mass test: TS0(xOxxOOxO)TS7 MS_Class=26
Mass test: TS0(xOxxOOxO)TS7 MS_Class=27
Mass test: TS0(xOxxOOxO)TS7 MS_Class=28
Mass test: TS0(xOxxOOxO)TS7 MS_Class=29
+Mass test: TS0(xOxxOOxO)TS7 MS_Class=30
+Mass test: TS0(xOxxOOxO)TS7 MS_Class=31
Mass test: TS0(xOxxOOOx)TS7 MS_Class=0
Mass test: TS0(xOxxOOOx)TS7 MS_Class=1
Mass test: TS0(xOxxOOOx)TS7 MS_Class=2
@@ -3278,6 +3436,8 @@ Mass test: TS0(xOxxOOOx)TS7 MS_Class=26
Mass test: TS0(xOxxOOOx)TS7 MS_Class=27
Mass test: TS0(xOxxOOOx)TS7 MS_Class=28
Mass test: TS0(xOxxOOOx)TS7 MS_Class=29
+Mass test: TS0(xOxxOOOx)TS7 MS_Class=30
+Mass test: TS0(xOxxOOOx)TS7 MS_Class=31
Mass test: TS0(xOxxOOOO)TS7 MS_Class=0
Mass test: TS0(xOxxOOOO)TS7 MS_Class=1
Mass test: TS0(xOxxOOOO)TS7 MS_Class=2
@@ -3308,6 +3468,8 @@ Mass test: TS0(xOxxOOOO)TS7 MS_Class=26
Mass test: TS0(xOxxOOOO)TS7 MS_Class=27
Mass test: TS0(xOxxOOOO)TS7 MS_Class=28
Mass test: TS0(xOxxOOOO)TS7 MS_Class=29
+Mass test: TS0(xOxxOOOO)TS7 MS_Class=30
+Mass test: TS0(xOxxOOOO)TS7 MS_Class=31
Mass test: TS0(xOxOxxxx)TS7 MS_Class=0
Mass test: TS0(xOxOxxxx)TS7 MS_Class=1
Mass test: TS0(xOxOxxxx)TS7 MS_Class=2
@@ -3338,6 +3500,8 @@ Mass test: TS0(xOxOxxxx)TS7 MS_Class=26
Mass test: TS0(xOxOxxxx)TS7 MS_Class=27
Mass test: TS0(xOxOxxxx)TS7 MS_Class=28
Mass test: TS0(xOxOxxxx)TS7 MS_Class=29
+Mass test: TS0(xOxOxxxx)TS7 MS_Class=30
+Mass test: TS0(xOxOxxxx)TS7 MS_Class=31
Mass test: TS0(xOxOxxxO)TS7 MS_Class=0
Mass test: TS0(xOxOxxxO)TS7 MS_Class=1
Mass test: TS0(xOxOxxxO)TS7 MS_Class=2
@@ -3368,6 +3532,8 @@ Mass test: TS0(xOxOxxxO)TS7 MS_Class=26
Mass test: TS0(xOxOxxxO)TS7 MS_Class=27
Mass test: TS0(xOxOxxxO)TS7 MS_Class=28
Mass test: TS0(xOxOxxxO)TS7 MS_Class=29
+Mass test: TS0(xOxOxxxO)TS7 MS_Class=30
+Mass test: TS0(xOxOxxxO)TS7 MS_Class=31
Mass test: TS0(xOxOxxOx)TS7 MS_Class=0
Mass test: TS0(xOxOxxOx)TS7 MS_Class=1
Mass test: TS0(xOxOxxOx)TS7 MS_Class=2
@@ -3398,6 +3564,8 @@ Mass test: TS0(xOxOxxOx)TS7 MS_Class=26
Mass test: TS0(xOxOxxOx)TS7 MS_Class=27
Mass test: TS0(xOxOxxOx)TS7 MS_Class=28
Mass test: TS0(xOxOxxOx)TS7 MS_Class=29
+Mass test: TS0(xOxOxxOx)TS7 MS_Class=30
+Mass test: TS0(xOxOxxOx)TS7 MS_Class=31
Mass test: TS0(xOxOxxOO)TS7 MS_Class=0
Mass test: TS0(xOxOxxOO)TS7 MS_Class=1
Mass test: TS0(xOxOxxOO)TS7 MS_Class=2
@@ -3428,6 +3596,8 @@ Mass test: TS0(xOxOxxOO)TS7 MS_Class=26
Mass test: TS0(xOxOxxOO)TS7 MS_Class=27
Mass test: TS0(xOxOxxOO)TS7 MS_Class=28
Mass test: TS0(xOxOxxOO)TS7 MS_Class=29
+Mass test: TS0(xOxOxxOO)TS7 MS_Class=30
+Mass test: TS0(xOxOxxOO)TS7 MS_Class=31
Mass test: TS0(xOxOxOxx)TS7 MS_Class=0
Mass test: TS0(xOxOxOxx)TS7 MS_Class=1
Mass test: TS0(xOxOxOxx)TS7 MS_Class=2
@@ -3458,6 +3628,8 @@ Mass test: TS0(xOxOxOxx)TS7 MS_Class=26
Mass test: TS0(xOxOxOxx)TS7 MS_Class=27
Mass test: TS0(xOxOxOxx)TS7 MS_Class=28
Mass test: TS0(xOxOxOxx)TS7 MS_Class=29
+Mass test: TS0(xOxOxOxx)TS7 MS_Class=30
+Mass test: TS0(xOxOxOxx)TS7 MS_Class=31
Mass test: TS0(xOxOxOxO)TS7 MS_Class=0
Mass test: TS0(xOxOxOxO)TS7 MS_Class=1
Mass test: TS0(xOxOxOxO)TS7 MS_Class=2
@@ -3488,6 +3660,8 @@ Mass test: TS0(xOxOxOxO)TS7 MS_Class=26
Mass test: TS0(xOxOxOxO)TS7 MS_Class=27
Mass test: TS0(xOxOxOxO)TS7 MS_Class=28
Mass test: TS0(xOxOxOxO)TS7 MS_Class=29
+Mass test: TS0(xOxOxOxO)TS7 MS_Class=30
+Mass test: TS0(xOxOxOxO)TS7 MS_Class=31
Mass test: TS0(xOxOxOOx)TS7 MS_Class=0
Mass test: TS0(xOxOxOOx)TS7 MS_Class=1
Mass test: TS0(xOxOxOOx)TS7 MS_Class=2
@@ -3518,6 +3692,8 @@ Mass test: TS0(xOxOxOOx)TS7 MS_Class=26
Mass test: TS0(xOxOxOOx)TS7 MS_Class=27
Mass test: TS0(xOxOxOOx)TS7 MS_Class=28
Mass test: TS0(xOxOxOOx)TS7 MS_Class=29
+Mass test: TS0(xOxOxOOx)TS7 MS_Class=30
+Mass test: TS0(xOxOxOOx)TS7 MS_Class=31
Mass test: TS0(xOxOxOOO)TS7 MS_Class=0
Mass test: TS0(xOxOxOOO)TS7 MS_Class=1
Mass test: TS0(xOxOxOOO)TS7 MS_Class=2
@@ -3548,6 +3724,8 @@ Mass test: TS0(xOxOxOOO)TS7 MS_Class=26
Mass test: TS0(xOxOxOOO)TS7 MS_Class=27
Mass test: TS0(xOxOxOOO)TS7 MS_Class=28
Mass test: TS0(xOxOxOOO)TS7 MS_Class=29
+Mass test: TS0(xOxOxOOO)TS7 MS_Class=30
+Mass test: TS0(xOxOxOOO)TS7 MS_Class=31
Mass test: TS0(xOxOOxxx)TS7 MS_Class=0
Mass test: TS0(xOxOOxxx)TS7 MS_Class=1
Mass test: TS0(xOxOOxxx)TS7 MS_Class=2
@@ -3578,6 +3756,8 @@ Mass test: TS0(xOxOOxxx)TS7 MS_Class=26
Mass test: TS0(xOxOOxxx)TS7 MS_Class=27
Mass test: TS0(xOxOOxxx)TS7 MS_Class=28
Mass test: TS0(xOxOOxxx)TS7 MS_Class=29
+Mass test: TS0(xOxOOxxx)TS7 MS_Class=30
+Mass test: TS0(xOxOOxxx)TS7 MS_Class=31
Mass test: TS0(xOxOOxxO)TS7 MS_Class=0
Mass test: TS0(xOxOOxxO)TS7 MS_Class=1
Mass test: TS0(xOxOOxxO)TS7 MS_Class=2
@@ -3608,6 +3788,8 @@ Mass test: TS0(xOxOOxxO)TS7 MS_Class=26
Mass test: TS0(xOxOOxxO)TS7 MS_Class=27
Mass test: TS0(xOxOOxxO)TS7 MS_Class=28
Mass test: TS0(xOxOOxxO)TS7 MS_Class=29
+Mass test: TS0(xOxOOxxO)TS7 MS_Class=30
+Mass test: TS0(xOxOOxxO)TS7 MS_Class=31
Mass test: TS0(xOxOOxOx)TS7 MS_Class=0
Mass test: TS0(xOxOOxOx)TS7 MS_Class=1
Mass test: TS0(xOxOOxOx)TS7 MS_Class=2
@@ -3638,6 +3820,8 @@ Mass test: TS0(xOxOOxOx)TS7 MS_Class=26
Mass test: TS0(xOxOOxOx)TS7 MS_Class=27
Mass test: TS0(xOxOOxOx)TS7 MS_Class=28
Mass test: TS0(xOxOOxOx)TS7 MS_Class=29
+Mass test: TS0(xOxOOxOx)TS7 MS_Class=30
+Mass test: TS0(xOxOOxOx)TS7 MS_Class=31
Mass test: TS0(xOxOOxOO)TS7 MS_Class=0
Mass test: TS0(xOxOOxOO)TS7 MS_Class=1
Mass test: TS0(xOxOOxOO)TS7 MS_Class=2
@@ -3668,6 +3852,8 @@ Mass test: TS0(xOxOOxOO)TS7 MS_Class=26
Mass test: TS0(xOxOOxOO)TS7 MS_Class=27
Mass test: TS0(xOxOOxOO)TS7 MS_Class=28
Mass test: TS0(xOxOOxOO)TS7 MS_Class=29
+Mass test: TS0(xOxOOxOO)TS7 MS_Class=30
+Mass test: TS0(xOxOOxOO)TS7 MS_Class=31
Mass test: TS0(xOxOOOxx)TS7 MS_Class=0
Mass test: TS0(xOxOOOxx)TS7 MS_Class=1
Mass test: TS0(xOxOOOxx)TS7 MS_Class=2
@@ -3698,6 +3884,8 @@ Mass test: TS0(xOxOOOxx)TS7 MS_Class=26
Mass test: TS0(xOxOOOxx)TS7 MS_Class=27
Mass test: TS0(xOxOOOxx)TS7 MS_Class=28
Mass test: TS0(xOxOOOxx)TS7 MS_Class=29
+Mass test: TS0(xOxOOOxx)TS7 MS_Class=30
+Mass test: TS0(xOxOOOxx)TS7 MS_Class=31
Mass test: TS0(xOxOOOxO)TS7 MS_Class=0
Mass test: TS0(xOxOOOxO)TS7 MS_Class=1
Mass test: TS0(xOxOOOxO)TS7 MS_Class=2
@@ -3728,6 +3916,8 @@ Mass test: TS0(xOxOOOxO)TS7 MS_Class=26
Mass test: TS0(xOxOOOxO)TS7 MS_Class=27
Mass test: TS0(xOxOOOxO)TS7 MS_Class=28
Mass test: TS0(xOxOOOxO)TS7 MS_Class=29
+Mass test: TS0(xOxOOOxO)TS7 MS_Class=30
+Mass test: TS0(xOxOOOxO)TS7 MS_Class=31
Mass test: TS0(xOxOOOOx)TS7 MS_Class=0
Mass test: TS0(xOxOOOOx)TS7 MS_Class=1
Mass test: TS0(xOxOOOOx)TS7 MS_Class=2
@@ -3758,6 +3948,8 @@ Mass test: TS0(xOxOOOOx)TS7 MS_Class=26
Mass test: TS0(xOxOOOOx)TS7 MS_Class=27
Mass test: TS0(xOxOOOOx)TS7 MS_Class=28
Mass test: TS0(xOxOOOOx)TS7 MS_Class=29
+Mass test: TS0(xOxOOOOx)TS7 MS_Class=30
+Mass test: TS0(xOxOOOOx)TS7 MS_Class=31
Mass test: TS0(xOxOOOOO)TS7 MS_Class=0
Mass test: TS0(xOxOOOOO)TS7 MS_Class=1
Mass test: TS0(xOxOOOOO)TS7 MS_Class=2
@@ -3788,6 +3980,8 @@ Mass test: TS0(xOxOOOOO)TS7 MS_Class=26
Mass test: TS0(xOxOOOOO)TS7 MS_Class=27
Mass test: TS0(xOxOOOOO)TS7 MS_Class=28
Mass test: TS0(xOxOOOOO)TS7 MS_Class=29
+Mass test: TS0(xOxOOOOO)TS7 MS_Class=30
+Mass test: TS0(xOxOOOOO)TS7 MS_Class=31
Mass test: TS0(xOOxxxxx)TS7 MS_Class=0
Mass test: TS0(xOOxxxxx)TS7 MS_Class=1
Mass test: TS0(xOOxxxxx)TS7 MS_Class=2
@@ -3818,6 +4012,8 @@ Mass test: TS0(xOOxxxxx)TS7 MS_Class=26
Mass test: TS0(xOOxxxxx)TS7 MS_Class=27
Mass test: TS0(xOOxxxxx)TS7 MS_Class=28
Mass test: TS0(xOOxxxxx)TS7 MS_Class=29
+Mass test: TS0(xOOxxxxx)TS7 MS_Class=30
+Mass test: TS0(xOOxxxxx)TS7 MS_Class=31
Mass test: TS0(xOOxxxxO)TS7 MS_Class=0
Mass test: TS0(xOOxxxxO)TS7 MS_Class=1
Mass test: TS0(xOOxxxxO)TS7 MS_Class=2
@@ -3848,6 +4044,8 @@ Mass test: TS0(xOOxxxxO)TS7 MS_Class=26
Mass test: TS0(xOOxxxxO)TS7 MS_Class=27
Mass test: TS0(xOOxxxxO)TS7 MS_Class=28
Mass test: TS0(xOOxxxxO)TS7 MS_Class=29
+Mass test: TS0(xOOxxxxO)TS7 MS_Class=30
+Mass test: TS0(xOOxxxxO)TS7 MS_Class=31
Mass test: TS0(xOOxxxOx)TS7 MS_Class=0
Mass test: TS0(xOOxxxOx)TS7 MS_Class=1
Mass test: TS0(xOOxxxOx)TS7 MS_Class=2
@@ -3878,6 +4076,8 @@ Mass test: TS0(xOOxxxOx)TS7 MS_Class=26
Mass test: TS0(xOOxxxOx)TS7 MS_Class=27
Mass test: TS0(xOOxxxOx)TS7 MS_Class=28
Mass test: TS0(xOOxxxOx)TS7 MS_Class=29
+Mass test: TS0(xOOxxxOx)TS7 MS_Class=30
+Mass test: TS0(xOOxxxOx)TS7 MS_Class=31
Mass test: TS0(xOOxxxOO)TS7 MS_Class=0
Mass test: TS0(xOOxxxOO)TS7 MS_Class=1
Mass test: TS0(xOOxxxOO)TS7 MS_Class=2
@@ -3908,6 +4108,8 @@ Mass test: TS0(xOOxxxOO)TS7 MS_Class=26
Mass test: TS0(xOOxxxOO)TS7 MS_Class=27
Mass test: TS0(xOOxxxOO)TS7 MS_Class=28
Mass test: TS0(xOOxxxOO)TS7 MS_Class=29
+Mass test: TS0(xOOxxxOO)TS7 MS_Class=30
+Mass test: TS0(xOOxxxOO)TS7 MS_Class=31
Mass test: TS0(xOOxxOxx)TS7 MS_Class=0
Mass test: TS0(xOOxxOxx)TS7 MS_Class=1
Mass test: TS0(xOOxxOxx)TS7 MS_Class=2
@@ -3938,6 +4140,8 @@ Mass test: TS0(xOOxxOxx)TS7 MS_Class=26
Mass test: TS0(xOOxxOxx)TS7 MS_Class=27
Mass test: TS0(xOOxxOxx)TS7 MS_Class=28
Mass test: TS0(xOOxxOxx)TS7 MS_Class=29
+Mass test: TS0(xOOxxOxx)TS7 MS_Class=30
+Mass test: TS0(xOOxxOxx)TS7 MS_Class=31
Mass test: TS0(xOOxxOxO)TS7 MS_Class=0
Mass test: TS0(xOOxxOxO)TS7 MS_Class=1
Mass test: TS0(xOOxxOxO)TS7 MS_Class=2
@@ -3968,6 +4172,8 @@ Mass test: TS0(xOOxxOxO)TS7 MS_Class=26
Mass test: TS0(xOOxxOxO)TS7 MS_Class=27
Mass test: TS0(xOOxxOxO)TS7 MS_Class=28
Mass test: TS0(xOOxxOxO)TS7 MS_Class=29
+Mass test: TS0(xOOxxOxO)TS7 MS_Class=30
+Mass test: TS0(xOOxxOxO)TS7 MS_Class=31
Mass test: TS0(xOOxxOOx)TS7 MS_Class=0
Mass test: TS0(xOOxxOOx)TS7 MS_Class=1
Mass test: TS0(xOOxxOOx)TS7 MS_Class=2
@@ -3998,6 +4204,8 @@ Mass test: TS0(xOOxxOOx)TS7 MS_Class=26
Mass test: TS0(xOOxxOOx)TS7 MS_Class=27
Mass test: TS0(xOOxxOOx)TS7 MS_Class=28
Mass test: TS0(xOOxxOOx)TS7 MS_Class=29
+Mass test: TS0(xOOxxOOx)TS7 MS_Class=30
+Mass test: TS0(xOOxxOOx)TS7 MS_Class=31
Mass test: TS0(xOOxxOOO)TS7 MS_Class=0
Mass test: TS0(xOOxxOOO)TS7 MS_Class=1
Mass test: TS0(xOOxxOOO)TS7 MS_Class=2
@@ -4028,6 +4236,8 @@ Mass test: TS0(xOOxxOOO)TS7 MS_Class=26
Mass test: TS0(xOOxxOOO)TS7 MS_Class=27
Mass test: TS0(xOOxxOOO)TS7 MS_Class=28
Mass test: TS0(xOOxxOOO)TS7 MS_Class=29
+Mass test: TS0(xOOxxOOO)TS7 MS_Class=30
+Mass test: TS0(xOOxxOOO)TS7 MS_Class=31
Mass test: TS0(xOOxOxxx)TS7 MS_Class=0
Mass test: TS0(xOOxOxxx)TS7 MS_Class=1
Mass test: TS0(xOOxOxxx)TS7 MS_Class=2
@@ -4058,6 +4268,8 @@ Mass test: TS0(xOOxOxxx)TS7 MS_Class=26
Mass test: TS0(xOOxOxxx)TS7 MS_Class=27
Mass test: TS0(xOOxOxxx)TS7 MS_Class=28
Mass test: TS0(xOOxOxxx)TS7 MS_Class=29
+Mass test: TS0(xOOxOxxx)TS7 MS_Class=30
+Mass test: TS0(xOOxOxxx)TS7 MS_Class=31
Mass test: TS0(xOOxOxxO)TS7 MS_Class=0
Mass test: TS0(xOOxOxxO)TS7 MS_Class=1
Mass test: TS0(xOOxOxxO)TS7 MS_Class=2
@@ -4088,6 +4300,8 @@ Mass test: TS0(xOOxOxxO)TS7 MS_Class=26
Mass test: TS0(xOOxOxxO)TS7 MS_Class=27
Mass test: TS0(xOOxOxxO)TS7 MS_Class=28
Mass test: TS0(xOOxOxxO)TS7 MS_Class=29
+Mass test: TS0(xOOxOxxO)TS7 MS_Class=30
+Mass test: TS0(xOOxOxxO)TS7 MS_Class=31
Mass test: TS0(xOOxOxOx)TS7 MS_Class=0
Mass test: TS0(xOOxOxOx)TS7 MS_Class=1
Mass test: TS0(xOOxOxOx)TS7 MS_Class=2
@@ -4118,6 +4332,8 @@ Mass test: TS0(xOOxOxOx)TS7 MS_Class=26
Mass test: TS0(xOOxOxOx)TS7 MS_Class=27
Mass test: TS0(xOOxOxOx)TS7 MS_Class=28
Mass test: TS0(xOOxOxOx)TS7 MS_Class=29
+Mass test: TS0(xOOxOxOx)TS7 MS_Class=30
+Mass test: TS0(xOOxOxOx)TS7 MS_Class=31
Mass test: TS0(xOOxOxOO)TS7 MS_Class=0
Mass test: TS0(xOOxOxOO)TS7 MS_Class=1
Mass test: TS0(xOOxOxOO)TS7 MS_Class=2
@@ -4148,6 +4364,8 @@ Mass test: TS0(xOOxOxOO)TS7 MS_Class=26
Mass test: TS0(xOOxOxOO)TS7 MS_Class=27
Mass test: TS0(xOOxOxOO)TS7 MS_Class=28
Mass test: TS0(xOOxOxOO)TS7 MS_Class=29
+Mass test: TS0(xOOxOxOO)TS7 MS_Class=30
+Mass test: TS0(xOOxOxOO)TS7 MS_Class=31
Mass test: TS0(xOOxOOxx)TS7 MS_Class=0
Mass test: TS0(xOOxOOxx)TS7 MS_Class=1
Mass test: TS0(xOOxOOxx)TS7 MS_Class=2
@@ -4178,6 +4396,8 @@ Mass test: TS0(xOOxOOxx)TS7 MS_Class=26
Mass test: TS0(xOOxOOxx)TS7 MS_Class=27
Mass test: TS0(xOOxOOxx)TS7 MS_Class=28
Mass test: TS0(xOOxOOxx)TS7 MS_Class=29
+Mass test: TS0(xOOxOOxx)TS7 MS_Class=30
+Mass test: TS0(xOOxOOxx)TS7 MS_Class=31
Mass test: TS0(xOOxOOxO)TS7 MS_Class=0
Mass test: TS0(xOOxOOxO)TS7 MS_Class=1
Mass test: TS0(xOOxOOxO)TS7 MS_Class=2
@@ -4208,6 +4428,8 @@ Mass test: TS0(xOOxOOxO)TS7 MS_Class=26
Mass test: TS0(xOOxOOxO)TS7 MS_Class=27
Mass test: TS0(xOOxOOxO)TS7 MS_Class=28
Mass test: TS0(xOOxOOxO)TS7 MS_Class=29
+Mass test: TS0(xOOxOOxO)TS7 MS_Class=30
+Mass test: TS0(xOOxOOxO)TS7 MS_Class=31
Mass test: TS0(xOOxOOOx)TS7 MS_Class=0
Mass test: TS0(xOOxOOOx)TS7 MS_Class=1
Mass test: TS0(xOOxOOOx)TS7 MS_Class=2
@@ -4238,6 +4460,8 @@ Mass test: TS0(xOOxOOOx)TS7 MS_Class=26
Mass test: TS0(xOOxOOOx)TS7 MS_Class=27
Mass test: TS0(xOOxOOOx)TS7 MS_Class=28
Mass test: TS0(xOOxOOOx)TS7 MS_Class=29
+Mass test: TS0(xOOxOOOx)TS7 MS_Class=30
+Mass test: TS0(xOOxOOOx)TS7 MS_Class=31
Mass test: TS0(xOOxOOOO)TS7 MS_Class=0
Mass test: TS0(xOOxOOOO)TS7 MS_Class=1
Mass test: TS0(xOOxOOOO)TS7 MS_Class=2
@@ -4268,6 +4492,8 @@ Mass test: TS0(xOOxOOOO)TS7 MS_Class=26
Mass test: TS0(xOOxOOOO)TS7 MS_Class=27
Mass test: TS0(xOOxOOOO)TS7 MS_Class=28
Mass test: TS0(xOOxOOOO)TS7 MS_Class=29
+Mass test: TS0(xOOxOOOO)TS7 MS_Class=30
+Mass test: TS0(xOOxOOOO)TS7 MS_Class=31
Mass test: TS0(xOOOxxxx)TS7 MS_Class=0
Mass test: TS0(xOOOxxxx)TS7 MS_Class=1
Mass test: TS0(xOOOxxxx)TS7 MS_Class=2
@@ -4298,6 +4524,8 @@ Mass test: TS0(xOOOxxxx)TS7 MS_Class=26
Mass test: TS0(xOOOxxxx)TS7 MS_Class=27
Mass test: TS0(xOOOxxxx)TS7 MS_Class=28
Mass test: TS0(xOOOxxxx)TS7 MS_Class=29
+Mass test: TS0(xOOOxxxx)TS7 MS_Class=30
+Mass test: TS0(xOOOxxxx)TS7 MS_Class=31
Mass test: TS0(xOOOxxxO)TS7 MS_Class=0
Mass test: TS0(xOOOxxxO)TS7 MS_Class=1
Mass test: TS0(xOOOxxxO)TS7 MS_Class=2
@@ -4328,6 +4556,8 @@ Mass test: TS0(xOOOxxxO)TS7 MS_Class=26
Mass test: TS0(xOOOxxxO)TS7 MS_Class=27
Mass test: TS0(xOOOxxxO)TS7 MS_Class=28
Mass test: TS0(xOOOxxxO)TS7 MS_Class=29
+Mass test: TS0(xOOOxxxO)TS7 MS_Class=30
+Mass test: TS0(xOOOxxxO)TS7 MS_Class=31
Mass test: TS0(xOOOxxOx)TS7 MS_Class=0
Mass test: TS0(xOOOxxOx)TS7 MS_Class=1
Mass test: TS0(xOOOxxOx)TS7 MS_Class=2
@@ -4358,6 +4588,8 @@ Mass test: TS0(xOOOxxOx)TS7 MS_Class=26
Mass test: TS0(xOOOxxOx)TS7 MS_Class=27
Mass test: TS0(xOOOxxOx)TS7 MS_Class=28
Mass test: TS0(xOOOxxOx)TS7 MS_Class=29
+Mass test: TS0(xOOOxxOx)TS7 MS_Class=30
+Mass test: TS0(xOOOxxOx)TS7 MS_Class=31
Mass test: TS0(xOOOxxOO)TS7 MS_Class=0
Mass test: TS0(xOOOxxOO)TS7 MS_Class=1
Mass test: TS0(xOOOxxOO)TS7 MS_Class=2
@@ -4388,6 +4620,8 @@ Mass test: TS0(xOOOxxOO)TS7 MS_Class=26
Mass test: TS0(xOOOxxOO)TS7 MS_Class=27
Mass test: TS0(xOOOxxOO)TS7 MS_Class=28
Mass test: TS0(xOOOxxOO)TS7 MS_Class=29
+Mass test: TS0(xOOOxxOO)TS7 MS_Class=30
+Mass test: TS0(xOOOxxOO)TS7 MS_Class=31
Mass test: TS0(xOOOxOxx)TS7 MS_Class=0
Mass test: TS0(xOOOxOxx)TS7 MS_Class=1
Mass test: TS0(xOOOxOxx)TS7 MS_Class=2
@@ -4418,6 +4652,8 @@ Mass test: TS0(xOOOxOxx)TS7 MS_Class=26
Mass test: TS0(xOOOxOxx)TS7 MS_Class=27
Mass test: TS0(xOOOxOxx)TS7 MS_Class=28
Mass test: TS0(xOOOxOxx)TS7 MS_Class=29
+Mass test: TS0(xOOOxOxx)TS7 MS_Class=30
+Mass test: TS0(xOOOxOxx)TS7 MS_Class=31
Mass test: TS0(xOOOxOxO)TS7 MS_Class=0
Mass test: TS0(xOOOxOxO)TS7 MS_Class=1
Mass test: TS0(xOOOxOxO)TS7 MS_Class=2
@@ -4448,6 +4684,8 @@ Mass test: TS0(xOOOxOxO)TS7 MS_Class=26
Mass test: TS0(xOOOxOxO)TS7 MS_Class=27
Mass test: TS0(xOOOxOxO)TS7 MS_Class=28
Mass test: TS0(xOOOxOxO)TS7 MS_Class=29
+Mass test: TS0(xOOOxOxO)TS7 MS_Class=30
+Mass test: TS0(xOOOxOxO)TS7 MS_Class=31
Mass test: TS0(xOOOxOOx)TS7 MS_Class=0
Mass test: TS0(xOOOxOOx)TS7 MS_Class=1
Mass test: TS0(xOOOxOOx)TS7 MS_Class=2
@@ -4478,6 +4716,8 @@ Mass test: TS0(xOOOxOOx)TS7 MS_Class=26
Mass test: TS0(xOOOxOOx)TS7 MS_Class=27
Mass test: TS0(xOOOxOOx)TS7 MS_Class=28
Mass test: TS0(xOOOxOOx)TS7 MS_Class=29
+Mass test: TS0(xOOOxOOx)TS7 MS_Class=30
+Mass test: TS0(xOOOxOOx)TS7 MS_Class=31
Mass test: TS0(xOOOxOOO)TS7 MS_Class=0
Mass test: TS0(xOOOxOOO)TS7 MS_Class=1
Mass test: TS0(xOOOxOOO)TS7 MS_Class=2
@@ -4508,6 +4748,8 @@ Mass test: TS0(xOOOxOOO)TS7 MS_Class=26
Mass test: TS0(xOOOxOOO)TS7 MS_Class=27
Mass test: TS0(xOOOxOOO)TS7 MS_Class=28
Mass test: TS0(xOOOxOOO)TS7 MS_Class=29
+Mass test: TS0(xOOOxOOO)TS7 MS_Class=30
+Mass test: TS0(xOOOxOOO)TS7 MS_Class=31
Mass test: TS0(xOOOOxxx)TS7 MS_Class=0
Mass test: TS0(xOOOOxxx)TS7 MS_Class=1
Mass test: TS0(xOOOOxxx)TS7 MS_Class=2
@@ -4538,6 +4780,8 @@ Mass test: TS0(xOOOOxxx)TS7 MS_Class=26
Mass test: TS0(xOOOOxxx)TS7 MS_Class=27
Mass test: TS0(xOOOOxxx)TS7 MS_Class=28
Mass test: TS0(xOOOOxxx)TS7 MS_Class=29
+Mass test: TS0(xOOOOxxx)TS7 MS_Class=30
+Mass test: TS0(xOOOOxxx)TS7 MS_Class=31
Mass test: TS0(xOOOOxxO)TS7 MS_Class=0
Mass test: TS0(xOOOOxxO)TS7 MS_Class=1
Mass test: TS0(xOOOOxxO)TS7 MS_Class=2
@@ -4568,6 +4812,8 @@ Mass test: TS0(xOOOOxxO)TS7 MS_Class=26
Mass test: TS0(xOOOOxxO)TS7 MS_Class=27
Mass test: TS0(xOOOOxxO)TS7 MS_Class=28
Mass test: TS0(xOOOOxxO)TS7 MS_Class=29
+Mass test: TS0(xOOOOxxO)TS7 MS_Class=30
+Mass test: TS0(xOOOOxxO)TS7 MS_Class=31
Mass test: TS0(xOOOOxOx)TS7 MS_Class=0
Mass test: TS0(xOOOOxOx)TS7 MS_Class=1
Mass test: TS0(xOOOOxOx)TS7 MS_Class=2
@@ -4598,6 +4844,8 @@ Mass test: TS0(xOOOOxOx)TS7 MS_Class=26
Mass test: TS0(xOOOOxOx)TS7 MS_Class=27
Mass test: TS0(xOOOOxOx)TS7 MS_Class=28
Mass test: TS0(xOOOOxOx)TS7 MS_Class=29
+Mass test: TS0(xOOOOxOx)TS7 MS_Class=30
+Mass test: TS0(xOOOOxOx)TS7 MS_Class=31
Mass test: TS0(xOOOOxOO)TS7 MS_Class=0
Mass test: TS0(xOOOOxOO)TS7 MS_Class=1
Mass test: TS0(xOOOOxOO)TS7 MS_Class=2
@@ -4628,6 +4876,8 @@ Mass test: TS0(xOOOOxOO)TS7 MS_Class=26
Mass test: TS0(xOOOOxOO)TS7 MS_Class=27
Mass test: TS0(xOOOOxOO)TS7 MS_Class=28
Mass test: TS0(xOOOOxOO)TS7 MS_Class=29
+Mass test: TS0(xOOOOxOO)TS7 MS_Class=30
+Mass test: TS0(xOOOOxOO)TS7 MS_Class=31
Mass test: TS0(xOOOOOxx)TS7 MS_Class=0
Mass test: TS0(xOOOOOxx)TS7 MS_Class=1
Mass test: TS0(xOOOOOxx)TS7 MS_Class=2
@@ -4658,6 +4908,8 @@ Mass test: TS0(xOOOOOxx)TS7 MS_Class=26
Mass test: TS0(xOOOOOxx)TS7 MS_Class=27
Mass test: TS0(xOOOOOxx)TS7 MS_Class=28
Mass test: TS0(xOOOOOxx)TS7 MS_Class=29
+Mass test: TS0(xOOOOOxx)TS7 MS_Class=30
+Mass test: TS0(xOOOOOxx)TS7 MS_Class=31
Mass test: TS0(xOOOOOxO)TS7 MS_Class=0
Mass test: TS0(xOOOOOxO)TS7 MS_Class=1
Mass test: TS0(xOOOOOxO)TS7 MS_Class=2
@@ -4688,6 +4940,8 @@ Mass test: TS0(xOOOOOxO)TS7 MS_Class=26
Mass test: TS0(xOOOOOxO)TS7 MS_Class=27
Mass test: TS0(xOOOOOxO)TS7 MS_Class=28
Mass test: TS0(xOOOOOxO)TS7 MS_Class=29
+Mass test: TS0(xOOOOOxO)TS7 MS_Class=30
+Mass test: TS0(xOOOOOxO)TS7 MS_Class=31
Mass test: TS0(xOOOOOOx)TS7 MS_Class=0
Mass test: TS0(xOOOOOOx)TS7 MS_Class=1
Mass test: TS0(xOOOOOOx)TS7 MS_Class=2
@@ -4718,6 +4972,8 @@ Mass test: TS0(xOOOOOOx)TS7 MS_Class=26
Mass test: TS0(xOOOOOOx)TS7 MS_Class=27
Mass test: TS0(xOOOOOOx)TS7 MS_Class=28
Mass test: TS0(xOOOOOOx)TS7 MS_Class=29
+Mass test: TS0(xOOOOOOx)TS7 MS_Class=30
+Mass test: TS0(xOOOOOOx)TS7 MS_Class=31
Mass test: TS0(xOOOOOOO)TS7 MS_Class=0
Mass test: TS0(xOOOOOOO)TS7 MS_Class=1
Mass test: TS0(xOOOOOOO)TS7 MS_Class=2
@@ -4748,6 +5004,8 @@ Mass test: TS0(xOOOOOOO)TS7 MS_Class=26
Mass test: TS0(xOOOOOOO)TS7 MS_Class=27
Mass test: TS0(xOOOOOOO)TS7 MS_Class=28
Mass test: TS0(xOOOOOOO)TS7 MS_Class=29
+Mass test: TS0(xOOOOOOO)TS7 MS_Class=30
+Mass test: TS0(xOOOOOOO)TS7 MS_Class=31
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=0
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=1
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=2
@@ -4778,6 +5036,8 @@ Mass test: TS0(Oxxxxxxx)TS7 MS_Class=26
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=27
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=28
Mass test: TS0(Oxxxxxxx)TS7 MS_Class=29
+Mass test: TS0(Oxxxxxxx)TS7 MS_Class=30
+Mass test: TS0(Oxxxxxxx)TS7 MS_Class=31
Mass test: TS0(OxxxxxxO)TS7 MS_Class=0
Mass test: TS0(OxxxxxxO)TS7 MS_Class=1
Mass test: TS0(OxxxxxxO)TS7 MS_Class=2
@@ -4808,6 +5068,8 @@ Mass test: TS0(OxxxxxxO)TS7 MS_Class=26
Mass test: TS0(OxxxxxxO)TS7 MS_Class=27
Mass test: TS0(OxxxxxxO)TS7 MS_Class=28
Mass test: TS0(OxxxxxxO)TS7 MS_Class=29
+Mass test: TS0(OxxxxxxO)TS7 MS_Class=30
+Mass test: TS0(OxxxxxxO)TS7 MS_Class=31
Mass test: TS0(OxxxxxOx)TS7 MS_Class=0
Mass test: TS0(OxxxxxOx)TS7 MS_Class=1
Mass test: TS0(OxxxxxOx)TS7 MS_Class=2
@@ -4838,6 +5100,8 @@ Mass test: TS0(OxxxxxOx)TS7 MS_Class=26
Mass test: TS0(OxxxxxOx)TS7 MS_Class=27
Mass test: TS0(OxxxxxOx)TS7 MS_Class=28
Mass test: TS0(OxxxxxOx)TS7 MS_Class=29
+Mass test: TS0(OxxxxxOx)TS7 MS_Class=30
+Mass test: TS0(OxxxxxOx)TS7 MS_Class=31
Mass test: TS0(OxxxxxOO)TS7 MS_Class=0
Mass test: TS0(OxxxxxOO)TS7 MS_Class=1
Mass test: TS0(OxxxxxOO)TS7 MS_Class=2
@@ -4868,6 +5132,8 @@ Mass test: TS0(OxxxxxOO)TS7 MS_Class=26
Mass test: TS0(OxxxxxOO)TS7 MS_Class=27
Mass test: TS0(OxxxxxOO)TS7 MS_Class=28
Mass test: TS0(OxxxxxOO)TS7 MS_Class=29
+Mass test: TS0(OxxxxxOO)TS7 MS_Class=30
+Mass test: TS0(OxxxxxOO)TS7 MS_Class=31
Mass test: TS0(OxxxxOxx)TS7 MS_Class=0
Mass test: TS0(OxxxxOxx)TS7 MS_Class=1
Mass test: TS0(OxxxxOxx)TS7 MS_Class=2
@@ -4898,6 +5164,8 @@ Mass test: TS0(OxxxxOxx)TS7 MS_Class=26
Mass test: TS0(OxxxxOxx)TS7 MS_Class=27
Mass test: TS0(OxxxxOxx)TS7 MS_Class=28
Mass test: TS0(OxxxxOxx)TS7 MS_Class=29
+Mass test: TS0(OxxxxOxx)TS7 MS_Class=30
+Mass test: TS0(OxxxxOxx)TS7 MS_Class=31
Mass test: TS0(OxxxxOxO)TS7 MS_Class=0
Mass test: TS0(OxxxxOxO)TS7 MS_Class=1
Mass test: TS0(OxxxxOxO)TS7 MS_Class=2
@@ -4928,6 +5196,8 @@ Mass test: TS0(OxxxxOxO)TS7 MS_Class=26
Mass test: TS0(OxxxxOxO)TS7 MS_Class=27
Mass test: TS0(OxxxxOxO)TS7 MS_Class=28
Mass test: TS0(OxxxxOxO)TS7 MS_Class=29
+Mass test: TS0(OxxxxOxO)TS7 MS_Class=30
+Mass test: TS0(OxxxxOxO)TS7 MS_Class=31
Mass test: TS0(OxxxxOOx)TS7 MS_Class=0
Mass test: TS0(OxxxxOOx)TS7 MS_Class=1
Mass test: TS0(OxxxxOOx)TS7 MS_Class=2
@@ -4958,6 +5228,8 @@ Mass test: TS0(OxxxxOOx)TS7 MS_Class=26
Mass test: TS0(OxxxxOOx)TS7 MS_Class=27
Mass test: TS0(OxxxxOOx)TS7 MS_Class=28
Mass test: TS0(OxxxxOOx)TS7 MS_Class=29
+Mass test: TS0(OxxxxOOx)TS7 MS_Class=30
+Mass test: TS0(OxxxxOOx)TS7 MS_Class=31
Mass test: TS0(OxxxxOOO)TS7 MS_Class=0
Mass test: TS0(OxxxxOOO)TS7 MS_Class=1
Mass test: TS0(OxxxxOOO)TS7 MS_Class=2
@@ -4988,6 +5260,8 @@ Mass test: TS0(OxxxxOOO)TS7 MS_Class=26
Mass test: TS0(OxxxxOOO)TS7 MS_Class=27
Mass test: TS0(OxxxxOOO)TS7 MS_Class=28
Mass test: TS0(OxxxxOOO)TS7 MS_Class=29
+Mass test: TS0(OxxxxOOO)TS7 MS_Class=30
+Mass test: TS0(OxxxxOOO)TS7 MS_Class=31
Mass test: TS0(OxxxOxxx)TS7 MS_Class=0
Mass test: TS0(OxxxOxxx)TS7 MS_Class=1
Mass test: TS0(OxxxOxxx)TS7 MS_Class=2
@@ -5018,6 +5292,8 @@ Mass test: TS0(OxxxOxxx)TS7 MS_Class=26
Mass test: TS0(OxxxOxxx)TS7 MS_Class=27
Mass test: TS0(OxxxOxxx)TS7 MS_Class=28
Mass test: TS0(OxxxOxxx)TS7 MS_Class=29
+Mass test: TS0(OxxxOxxx)TS7 MS_Class=30
+Mass test: TS0(OxxxOxxx)TS7 MS_Class=31
Mass test: TS0(OxxxOxxO)TS7 MS_Class=0
Mass test: TS0(OxxxOxxO)TS7 MS_Class=1
Mass test: TS0(OxxxOxxO)TS7 MS_Class=2
@@ -5048,6 +5324,8 @@ Mass test: TS0(OxxxOxxO)TS7 MS_Class=26
Mass test: TS0(OxxxOxxO)TS7 MS_Class=27
Mass test: TS0(OxxxOxxO)TS7 MS_Class=28
Mass test: TS0(OxxxOxxO)TS7 MS_Class=29
+Mass test: TS0(OxxxOxxO)TS7 MS_Class=30
+Mass test: TS0(OxxxOxxO)TS7 MS_Class=31
Mass test: TS0(OxxxOxOx)TS7 MS_Class=0
Mass test: TS0(OxxxOxOx)TS7 MS_Class=1
Mass test: TS0(OxxxOxOx)TS7 MS_Class=2
@@ -5078,6 +5356,8 @@ Mass test: TS0(OxxxOxOx)TS7 MS_Class=26
Mass test: TS0(OxxxOxOx)TS7 MS_Class=27
Mass test: TS0(OxxxOxOx)TS7 MS_Class=28
Mass test: TS0(OxxxOxOx)TS7 MS_Class=29
+Mass test: TS0(OxxxOxOx)TS7 MS_Class=30
+Mass test: TS0(OxxxOxOx)TS7 MS_Class=31
Mass test: TS0(OxxxOxOO)TS7 MS_Class=0
Mass test: TS0(OxxxOxOO)TS7 MS_Class=1
Mass test: TS0(OxxxOxOO)TS7 MS_Class=2
@@ -5108,6 +5388,8 @@ Mass test: TS0(OxxxOxOO)TS7 MS_Class=26
Mass test: TS0(OxxxOxOO)TS7 MS_Class=27
Mass test: TS0(OxxxOxOO)TS7 MS_Class=28
Mass test: TS0(OxxxOxOO)TS7 MS_Class=29
+Mass test: TS0(OxxxOxOO)TS7 MS_Class=30
+Mass test: TS0(OxxxOxOO)TS7 MS_Class=31
Mass test: TS0(OxxxOOxx)TS7 MS_Class=0
Mass test: TS0(OxxxOOxx)TS7 MS_Class=1
Mass test: TS0(OxxxOOxx)TS7 MS_Class=2
@@ -5138,6 +5420,8 @@ Mass test: TS0(OxxxOOxx)TS7 MS_Class=26
Mass test: TS0(OxxxOOxx)TS7 MS_Class=27
Mass test: TS0(OxxxOOxx)TS7 MS_Class=28
Mass test: TS0(OxxxOOxx)TS7 MS_Class=29
+Mass test: TS0(OxxxOOxx)TS7 MS_Class=30
+Mass test: TS0(OxxxOOxx)TS7 MS_Class=31
Mass test: TS0(OxxxOOxO)TS7 MS_Class=0
Mass test: TS0(OxxxOOxO)TS7 MS_Class=1
Mass test: TS0(OxxxOOxO)TS7 MS_Class=2
@@ -5168,6 +5452,8 @@ Mass test: TS0(OxxxOOxO)TS7 MS_Class=26
Mass test: TS0(OxxxOOxO)TS7 MS_Class=27
Mass test: TS0(OxxxOOxO)TS7 MS_Class=28
Mass test: TS0(OxxxOOxO)TS7 MS_Class=29
+Mass test: TS0(OxxxOOxO)TS7 MS_Class=30
+Mass test: TS0(OxxxOOxO)TS7 MS_Class=31
Mass test: TS0(OxxxOOOx)TS7 MS_Class=0
Mass test: TS0(OxxxOOOx)TS7 MS_Class=1
Mass test: TS0(OxxxOOOx)TS7 MS_Class=2
@@ -5198,6 +5484,8 @@ Mass test: TS0(OxxxOOOx)TS7 MS_Class=26
Mass test: TS0(OxxxOOOx)TS7 MS_Class=27
Mass test: TS0(OxxxOOOx)TS7 MS_Class=28
Mass test: TS0(OxxxOOOx)TS7 MS_Class=29
+Mass test: TS0(OxxxOOOx)TS7 MS_Class=30
+Mass test: TS0(OxxxOOOx)TS7 MS_Class=31
Mass test: TS0(OxxxOOOO)TS7 MS_Class=0
Mass test: TS0(OxxxOOOO)TS7 MS_Class=1
Mass test: TS0(OxxxOOOO)TS7 MS_Class=2
@@ -5228,6 +5516,8 @@ Mass test: TS0(OxxxOOOO)TS7 MS_Class=26
Mass test: TS0(OxxxOOOO)TS7 MS_Class=27
Mass test: TS0(OxxxOOOO)TS7 MS_Class=28
Mass test: TS0(OxxxOOOO)TS7 MS_Class=29
+Mass test: TS0(OxxxOOOO)TS7 MS_Class=30
+Mass test: TS0(OxxxOOOO)TS7 MS_Class=31
Mass test: TS0(OxxOxxxx)TS7 MS_Class=0
Mass test: TS0(OxxOxxxx)TS7 MS_Class=1
Mass test: TS0(OxxOxxxx)TS7 MS_Class=2
@@ -5258,6 +5548,8 @@ Mass test: TS0(OxxOxxxx)TS7 MS_Class=26
Mass test: TS0(OxxOxxxx)TS7 MS_Class=27
Mass test: TS0(OxxOxxxx)TS7 MS_Class=28
Mass test: TS0(OxxOxxxx)TS7 MS_Class=29
+Mass test: TS0(OxxOxxxx)TS7 MS_Class=30
+Mass test: TS0(OxxOxxxx)TS7 MS_Class=31
Mass test: TS0(OxxOxxxO)TS7 MS_Class=0
Mass test: TS0(OxxOxxxO)TS7 MS_Class=1
Mass test: TS0(OxxOxxxO)TS7 MS_Class=2
@@ -5288,6 +5580,8 @@ Mass test: TS0(OxxOxxxO)TS7 MS_Class=26
Mass test: TS0(OxxOxxxO)TS7 MS_Class=27
Mass test: TS0(OxxOxxxO)TS7 MS_Class=28
Mass test: TS0(OxxOxxxO)TS7 MS_Class=29
+Mass test: TS0(OxxOxxxO)TS7 MS_Class=30
+Mass test: TS0(OxxOxxxO)TS7 MS_Class=31
Mass test: TS0(OxxOxxOx)TS7 MS_Class=0
Mass test: TS0(OxxOxxOx)TS7 MS_Class=1
Mass test: TS0(OxxOxxOx)TS7 MS_Class=2
@@ -5318,6 +5612,8 @@ Mass test: TS0(OxxOxxOx)TS7 MS_Class=26
Mass test: TS0(OxxOxxOx)TS7 MS_Class=27
Mass test: TS0(OxxOxxOx)TS7 MS_Class=28
Mass test: TS0(OxxOxxOx)TS7 MS_Class=29
+Mass test: TS0(OxxOxxOx)TS7 MS_Class=30
+Mass test: TS0(OxxOxxOx)TS7 MS_Class=31
Mass test: TS0(OxxOxxOO)TS7 MS_Class=0
Mass test: TS0(OxxOxxOO)TS7 MS_Class=1
Mass test: TS0(OxxOxxOO)TS7 MS_Class=2
@@ -5348,6 +5644,8 @@ Mass test: TS0(OxxOxxOO)TS7 MS_Class=26
Mass test: TS0(OxxOxxOO)TS7 MS_Class=27
Mass test: TS0(OxxOxxOO)TS7 MS_Class=28
Mass test: TS0(OxxOxxOO)TS7 MS_Class=29
+Mass test: TS0(OxxOxxOO)TS7 MS_Class=30
+Mass test: TS0(OxxOxxOO)TS7 MS_Class=31
Mass test: TS0(OxxOxOxx)TS7 MS_Class=0
Mass test: TS0(OxxOxOxx)TS7 MS_Class=1
Mass test: TS0(OxxOxOxx)TS7 MS_Class=2
@@ -5378,6 +5676,8 @@ Mass test: TS0(OxxOxOxx)TS7 MS_Class=26
Mass test: TS0(OxxOxOxx)TS7 MS_Class=27
Mass test: TS0(OxxOxOxx)TS7 MS_Class=28
Mass test: TS0(OxxOxOxx)TS7 MS_Class=29
+Mass test: TS0(OxxOxOxx)TS7 MS_Class=30
+Mass test: TS0(OxxOxOxx)TS7 MS_Class=31
Mass test: TS0(OxxOxOxO)TS7 MS_Class=0
Mass test: TS0(OxxOxOxO)TS7 MS_Class=1
Mass test: TS0(OxxOxOxO)TS7 MS_Class=2
@@ -5408,6 +5708,8 @@ Mass test: TS0(OxxOxOxO)TS7 MS_Class=26
Mass test: TS0(OxxOxOxO)TS7 MS_Class=27
Mass test: TS0(OxxOxOxO)TS7 MS_Class=28
Mass test: TS0(OxxOxOxO)TS7 MS_Class=29
+Mass test: TS0(OxxOxOxO)TS7 MS_Class=30
+Mass test: TS0(OxxOxOxO)TS7 MS_Class=31
Mass test: TS0(OxxOxOOx)TS7 MS_Class=0
Mass test: TS0(OxxOxOOx)TS7 MS_Class=1
Mass test: TS0(OxxOxOOx)TS7 MS_Class=2
@@ -5438,6 +5740,8 @@ Mass test: TS0(OxxOxOOx)TS7 MS_Class=26
Mass test: TS0(OxxOxOOx)TS7 MS_Class=27
Mass test: TS0(OxxOxOOx)TS7 MS_Class=28
Mass test: TS0(OxxOxOOx)TS7 MS_Class=29
+Mass test: TS0(OxxOxOOx)TS7 MS_Class=30
+Mass test: TS0(OxxOxOOx)TS7 MS_Class=31
Mass test: TS0(OxxOxOOO)TS7 MS_Class=0
Mass test: TS0(OxxOxOOO)TS7 MS_Class=1
Mass test: TS0(OxxOxOOO)TS7 MS_Class=2
@@ -5468,6 +5772,8 @@ Mass test: TS0(OxxOxOOO)TS7 MS_Class=26
Mass test: TS0(OxxOxOOO)TS7 MS_Class=27
Mass test: TS0(OxxOxOOO)TS7 MS_Class=28
Mass test: TS0(OxxOxOOO)TS7 MS_Class=29
+Mass test: TS0(OxxOxOOO)TS7 MS_Class=30
+Mass test: TS0(OxxOxOOO)TS7 MS_Class=31
Mass test: TS0(OxxOOxxx)TS7 MS_Class=0
Mass test: TS0(OxxOOxxx)TS7 MS_Class=1
Mass test: TS0(OxxOOxxx)TS7 MS_Class=2
@@ -5498,6 +5804,8 @@ Mass test: TS0(OxxOOxxx)TS7 MS_Class=26
Mass test: TS0(OxxOOxxx)TS7 MS_Class=27
Mass test: TS0(OxxOOxxx)TS7 MS_Class=28
Mass test: TS0(OxxOOxxx)TS7 MS_Class=29
+Mass test: TS0(OxxOOxxx)TS7 MS_Class=30
+Mass test: TS0(OxxOOxxx)TS7 MS_Class=31
Mass test: TS0(OxxOOxxO)TS7 MS_Class=0
Mass test: TS0(OxxOOxxO)TS7 MS_Class=1
Mass test: TS0(OxxOOxxO)TS7 MS_Class=2
@@ -5528,6 +5836,8 @@ Mass test: TS0(OxxOOxxO)TS7 MS_Class=26
Mass test: TS0(OxxOOxxO)TS7 MS_Class=27
Mass test: TS0(OxxOOxxO)TS7 MS_Class=28
Mass test: TS0(OxxOOxxO)TS7 MS_Class=29
+Mass test: TS0(OxxOOxxO)TS7 MS_Class=30
+Mass test: TS0(OxxOOxxO)TS7 MS_Class=31
Mass test: TS0(OxxOOxOx)TS7 MS_Class=0
Mass test: TS0(OxxOOxOx)TS7 MS_Class=1
Mass test: TS0(OxxOOxOx)TS7 MS_Class=2
@@ -5558,6 +5868,8 @@ Mass test: TS0(OxxOOxOx)TS7 MS_Class=26
Mass test: TS0(OxxOOxOx)TS7 MS_Class=27
Mass test: TS0(OxxOOxOx)TS7 MS_Class=28
Mass test: TS0(OxxOOxOx)TS7 MS_Class=29
+Mass test: TS0(OxxOOxOx)TS7 MS_Class=30
+Mass test: TS0(OxxOOxOx)TS7 MS_Class=31
Mass test: TS0(OxxOOxOO)TS7 MS_Class=0
Mass test: TS0(OxxOOxOO)TS7 MS_Class=1
Mass test: TS0(OxxOOxOO)TS7 MS_Class=2
@@ -5588,6 +5900,8 @@ Mass test: TS0(OxxOOxOO)TS7 MS_Class=26
Mass test: TS0(OxxOOxOO)TS7 MS_Class=27
Mass test: TS0(OxxOOxOO)TS7 MS_Class=28
Mass test: TS0(OxxOOxOO)TS7 MS_Class=29
+Mass test: TS0(OxxOOxOO)TS7 MS_Class=30
+Mass test: TS0(OxxOOxOO)TS7 MS_Class=31
Mass test: TS0(OxxOOOxx)TS7 MS_Class=0
Mass test: TS0(OxxOOOxx)TS7 MS_Class=1
Mass test: TS0(OxxOOOxx)TS7 MS_Class=2
@@ -5618,6 +5932,8 @@ Mass test: TS0(OxxOOOxx)TS7 MS_Class=26
Mass test: TS0(OxxOOOxx)TS7 MS_Class=27
Mass test: TS0(OxxOOOxx)TS7 MS_Class=28
Mass test: TS0(OxxOOOxx)TS7 MS_Class=29
+Mass test: TS0(OxxOOOxx)TS7 MS_Class=30
+Mass test: TS0(OxxOOOxx)TS7 MS_Class=31
Mass test: TS0(OxxOOOxO)TS7 MS_Class=0
Mass test: TS0(OxxOOOxO)TS7 MS_Class=1
Mass test: TS0(OxxOOOxO)TS7 MS_Class=2
@@ -5648,6 +5964,8 @@ Mass test: TS0(OxxOOOxO)TS7 MS_Class=26
Mass test: TS0(OxxOOOxO)TS7 MS_Class=27
Mass test: TS0(OxxOOOxO)TS7 MS_Class=28
Mass test: TS0(OxxOOOxO)TS7 MS_Class=29
+Mass test: TS0(OxxOOOxO)TS7 MS_Class=30
+Mass test: TS0(OxxOOOxO)TS7 MS_Class=31
Mass test: TS0(OxxOOOOx)TS7 MS_Class=0
Mass test: TS0(OxxOOOOx)TS7 MS_Class=1
Mass test: TS0(OxxOOOOx)TS7 MS_Class=2
@@ -5678,6 +5996,8 @@ Mass test: TS0(OxxOOOOx)TS7 MS_Class=26
Mass test: TS0(OxxOOOOx)TS7 MS_Class=27
Mass test: TS0(OxxOOOOx)TS7 MS_Class=28
Mass test: TS0(OxxOOOOx)TS7 MS_Class=29
+Mass test: TS0(OxxOOOOx)TS7 MS_Class=30
+Mass test: TS0(OxxOOOOx)TS7 MS_Class=31
Mass test: TS0(OxxOOOOO)TS7 MS_Class=0
Mass test: TS0(OxxOOOOO)TS7 MS_Class=1
Mass test: TS0(OxxOOOOO)TS7 MS_Class=2
@@ -5708,6 +6028,8 @@ Mass test: TS0(OxxOOOOO)TS7 MS_Class=26
Mass test: TS0(OxxOOOOO)TS7 MS_Class=27
Mass test: TS0(OxxOOOOO)TS7 MS_Class=28
Mass test: TS0(OxxOOOOO)TS7 MS_Class=29
+Mass test: TS0(OxxOOOOO)TS7 MS_Class=30
+Mass test: TS0(OxxOOOOO)TS7 MS_Class=31
Mass test: TS0(OxOxxxxx)TS7 MS_Class=0
Mass test: TS0(OxOxxxxx)TS7 MS_Class=1
Mass test: TS0(OxOxxxxx)TS7 MS_Class=2
@@ -5738,6 +6060,8 @@ Mass test: TS0(OxOxxxxx)TS7 MS_Class=26
Mass test: TS0(OxOxxxxx)TS7 MS_Class=27
Mass test: TS0(OxOxxxxx)TS7 MS_Class=28
Mass test: TS0(OxOxxxxx)TS7 MS_Class=29
+Mass test: TS0(OxOxxxxx)TS7 MS_Class=30
+Mass test: TS0(OxOxxxxx)TS7 MS_Class=31
Mass test: TS0(OxOxxxxO)TS7 MS_Class=0
Mass test: TS0(OxOxxxxO)TS7 MS_Class=1
Mass test: TS0(OxOxxxxO)TS7 MS_Class=2
@@ -5768,6 +6092,8 @@ Mass test: TS0(OxOxxxxO)TS7 MS_Class=26
Mass test: TS0(OxOxxxxO)TS7 MS_Class=27
Mass test: TS0(OxOxxxxO)TS7 MS_Class=28
Mass test: TS0(OxOxxxxO)TS7 MS_Class=29
+Mass test: TS0(OxOxxxxO)TS7 MS_Class=30
+Mass test: TS0(OxOxxxxO)TS7 MS_Class=31
Mass test: TS0(OxOxxxOx)TS7 MS_Class=0
Mass test: TS0(OxOxxxOx)TS7 MS_Class=1
Mass test: TS0(OxOxxxOx)TS7 MS_Class=2
@@ -5798,6 +6124,8 @@ Mass test: TS0(OxOxxxOx)TS7 MS_Class=26
Mass test: TS0(OxOxxxOx)TS7 MS_Class=27
Mass test: TS0(OxOxxxOx)TS7 MS_Class=28
Mass test: TS0(OxOxxxOx)TS7 MS_Class=29
+Mass test: TS0(OxOxxxOx)TS7 MS_Class=30
+Mass test: TS0(OxOxxxOx)TS7 MS_Class=31
Mass test: TS0(OxOxxxOO)TS7 MS_Class=0
Mass test: TS0(OxOxxxOO)TS7 MS_Class=1
Mass test: TS0(OxOxxxOO)TS7 MS_Class=2
@@ -5828,6 +6156,8 @@ Mass test: TS0(OxOxxxOO)TS7 MS_Class=26
Mass test: TS0(OxOxxxOO)TS7 MS_Class=27
Mass test: TS0(OxOxxxOO)TS7 MS_Class=28
Mass test: TS0(OxOxxxOO)TS7 MS_Class=29
+Mass test: TS0(OxOxxxOO)TS7 MS_Class=30
+Mass test: TS0(OxOxxxOO)TS7 MS_Class=31
Mass test: TS0(OxOxxOxx)TS7 MS_Class=0
Mass test: TS0(OxOxxOxx)TS7 MS_Class=1
Mass test: TS0(OxOxxOxx)TS7 MS_Class=2
@@ -5858,6 +6188,8 @@ Mass test: TS0(OxOxxOxx)TS7 MS_Class=26
Mass test: TS0(OxOxxOxx)TS7 MS_Class=27
Mass test: TS0(OxOxxOxx)TS7 MS_Class=28
Mass test: TS0(OxOxxOxx)TS7 MS_Class=29
+Mass test: TS0(OxOxxOxx)TS7 MS_Class=30
+Mass test: TS0(OxOxxOxx)TS7 MS_Class=31
Mass test: TS0(OxOxxOxO)TS7 MS_Class=0
Mass test: TS0(OxOxxOxO)TS7 MS_Class=1
Mass test: TS0(OxOxxOxO)TS7 MS_Class=2
@@ -5888,6 +6220,8 @@ Mass test: TS0(OxOxxOxO)TS7 MS_Class=26
Mass test: TS0(OxOxxOxO)TS7 MS_Class=27
Mass test: TS0(OxOxxOxO)TS7 MS_Class=28
Mass test: TS0(OxOxxOxO)TS7 MS_Class=29
+Mass test: TS0(OxOxxOxO)TS7 MS_Class=30
+Mass test: TS0(OxOxxOxO)TS7 MS_Class=31
Mass test: TS0(OxOxxOOx)TS7 MS_Class=0
Mass test: TS0(OxOxxOOx)TS7 MS_Class=1
Mass test: TS0(OxOxxOOx)TS7 MS_Class=2
@@ -5918,6 +6252,8 @@ Mass test: TS0(OxOxxOOx)TS7 MS_Class=26
Mass test: TS0(OxOxxOOx)TS7 MS_Class=27
Mass test: TS0(OxOxxOOx)TS7 MS_Class=28
Mass test: TS0(OxOxxOOx)TS7 MS_Class=29
+Mass test: TS0(OxOxxOOx)TS7 MS_Class=30
+Mass test: TS0(OxOxxOOx)TS7 MS_Class=31
Mass test: TS0(OxOxxOOO)TS7 MS_Class=0
Mass test: TS0(OxOxxOOO)TS7 MS_Class=1
Mass test: TS0(OxOxxOOO)TS7 MS_Class=2
@@ -5948,6 +6284,8 @@ Mass test: TS0(OxOxxOOO)TS7 MS_Class=26
Mass test: TS0(OxOxxOOO)TS7 MS_Class=27
Mass test: TS0(OxOxxOOO)TS7 MS_Class=28
Mass test: TS0(OxOxxOOO)TS7 MS_Class=29
+Mass test: TS0(OxOxxOOO)TS7 MS_Class=30
+Mass test: TS0(OxOxxOOO)TS7 MS_Class=31
Mass test: TS0(OxOxOxxx)TS7 MS_Class=0
Mass test: TS0(OxOxOxxx)TS7 MS_Class=1
Mass test: TS0(OxOxOxxx)TS7 MS_Class=2
@@ -5978,6 +6316,8 @@ Mass test: TS0(OxOxOxxx)TS7 MS_Class=26
Mass test: TS0(OxOxOxxx)TS7 MS_Class=27
Mass test: TS0(OxOxOxxx)TS7 MS_Class=28
Mass test: TS0(OxOxOxxx)TS7 MS_Class=29
+Mass test: TS0(OxOxOxxx)TS7 MS_Class=30
+Mass test: TS0(OxOxOxxx)TS7 MS_Class=31
Mass test: TS0(OxOxOxxO)TS7 MS_Class=0
Mass test: TS0(OxOxOxxO)TS7 MS_Class=1
Mass test: TS0(OxOxOxxO)TS7 MS_Class=2
@@ -6008,6 +6348,8 @@ Mass test: TS0(OxOxOxxO)TS7 MS_Class=26
Mass test: TS0(OxOxOxxO)TS7 MS_Class=27
Mass test: TS0(OxOxOxxO)TS7 MS_Class=28
Mass test: TS0(OxOxOxxO)TS7 MS_Class=29
+Mass test: TS0(OxOxOxxO)TS7 MS_Class=30
+Mass test: TS0(OxOxOxxO)TS7 MS_Class=31
Mass test: TS0(OxOxOxOx)TS7 MS_Class=0
Mass test: TS0(OxOxOxOx)TS7 MS_Class=1
Mass test: TS0(OxOxOxOx)TS7 MS_Class=2
@@ -6038,6 +6380,8 @@ Mass test: TS0(OxOxOxOx)TS7 MS_Class=26
Mass test: TS0(OxOxOxOx)TS7 MS_Class=27
Mass test: TS0(OxOxOxOx)TS7 MS_Class=28
Mass test: TS0(OxOxOxOx)TS7 MS_Class=29
+Mass test: TS0(OxOxOxOx)TS7 MS_Class=30
+Mass test: TS0(OxOxOxOx)TS7 MS_Class=31
Mass test: TS0(OxOxOxOO)TS7 MS_Class=0
Mass test: TS0(OxOxOxOO)TS7 MS_Class=1
Mass test: TS0(OxOxOxOO)TS7 MS_Class=2
@@ -6068,6 +6412,8 @@ Mass test: TS0(OxOxOxOO)TS7 MS_Class=26
Mass test: TS0(OxOxOxOO)TS7 MS_Class=27
Mass test: TS0(OxOxOxOO)TS7 MS_Class=28
Mass test: TS0(OxOxOxOO)TS7 MS_Class=29
+Mass test: TS0(OxOxOxOO)TS7 MS_Class=30
+Mass test: TS0(OxOxOxOO)TS7 MS_Class=31
Mass test: TS0(OxOxOOxx)TS7 MS_Class=0
Mass test: TS0(OxOxOOxx)TS7 MS_Class=1
Mass test: TS0(OxOxOOxx)TS7 MS_Class=2
@@ -6098,6 +6444,8 @@ Mass test: TS0(OxOxOOxx)TS7 MS_Class=26
Mass test: TS0(OxOxOOxx)TS7 MS_Class=27
Mass test: TS0(OxOxOOxx)TS7 MS_Class=28
Mass test: TS0(OxOxOOxx)TS7 MS_Class=29
+Mass test: TS0(OxOxOOxx)TS7 MS_Class=30
+Mass test: TS0(OxOxOOxx)TS7 MS_Class=31
Mass test: TS0(OxOxOOxO)TS7 MS_Class=0
Mass test: TS0(OxOxOOxO)TS7 MS_Class=1
Mass test: TS0(OxOxOOxO)TS7 MS_Class=2
@@ -6128,6 +6476,8 @@ Mass test: TS0(OxOxOOxO)TS7 MS_Class=26
Mass test: TS0(OxOxOOxO)TS7 MS_Class=27
Mass test: TS0(OxOxOOxO)TS7 MS_Class=28
Mass test: TS0(OxOxOOxO)TS7 MS_Class=29
+Mass test: TS0(OxOxOOxO)TS7 MS_Class=30
+Mass test: TS0(OxOxOOxO)TS7 MS_Class=31
Mass test: TS0(OxOxOOOx)TS7 MS_Class=0
Mass test: TS0(OxOxOOOx)TS7 MS_Class=1
Mass test: TS0(OxOxOOOx)TS7 MS_Class=2
@@ -6158,6 +6508,8 @@ Mass test: TS0(OxOxOOOx)TS7 MS_Class=26
Mass test: TS0(OxOxOOOx)TS7 MS_Class=27
Mass test: TS0(OxOxOOOx)TS7 MS_Class=28
Mass test: TS0(OxOxOOOx)TS7 MS_Class=29
+Mass test: TS0(OxOxOOOx)TS7 MS_Class=30
+Mass test: TS0(OxOxOOOx)TS7 MS_Class=31
Mass test: TS0(OxOxOOOO)TS7 MS_Class=0
Mass test: TS0(OxOxOOOO)TS7 MS_Class=1
Mass test: TS0(OxOxOOOO)TS7 MS_Class=2
@@ -6188,6 +6540,8 @@ Mass test: TS0(OxOxOOOO)TS7 MS_Class=26
Mass test: TS0(OxOxOOOO)TS7 MS_Class=27
Mass test: TS0(OxOxOOOO)TS7 MS_Class=28
Mass test: TS0(OxOxOOOO)TS7 MS_Class=29
+Mass test: TS0(OxOxOOOO)TS7 MS_Class=30
+Mass test: TS0(OxOxOOOO)TS7 MS_Class=31
Mass test: TS0(OxOOxxxx)TS7 MS_Class=0
Mass test: TS0(OxOOxxxx)TS7 MS_Class=1
Mass test: TS0(OxOOxxxx)TS7 MS_Class=2
@@ -6218,6 +6572,8 @@ Mass test: TS0(OxOOxxxx)TS7 MS_Class=26
Mass test: TS0(OxOOxxxx)TS7 MS_Class=27
Mass test: TS0(OxOOxxxx)TS7 MS_Class=28
Mass test: TS0(OxOOxxxx)TS7 MS_Class=29
+Mass test: TS0(OxOOxxxx)TS7 MS_Class=30
+Mass test: TS0(OxOOxxxx)TS7 MS_Class=31
Mass test: TS0(OxOOxxxO)TS7 MS_Class=0
Mass test: TS0(OxOOxxxO)TS7 MS_Class=1
Mass test: TS0(OxOOxxxO)TS7 MS_Class=2
@@ -6248,6 +6604,8 @@ Mass test: TS0(OxOOxxxO)TS7 MS_Class=26
Mass test: TS0(OxOOxxxO)TS7 MS_Class=27
Mass test: TS0(OxOOxxxO)TS7 MS_Class=28
Mass test: TS0(OxOOxxxO)TS7 MS_Class=29
+Mass test: TS0(OxOOxxxO)TS7 MS_Class=30
+Mass test: TS0(OxOOxxxO)TS7 MS_Class=31
Mass test: TS0(OxOOxxOx)TS7 MS_Class=0
Mass test: TS0(OxOOxxOx)TS7 MS_Class=1
Mass test: TS0(OxOOxxOx)TS7 MS_Class=2
@@ -6278,6 +6636,8 @@ Mass test: TS0(OxOOxxOx)TS7 MS_Class=26
Mass test: TS0(OxOOxxOx)TS7 MS_Class=27
Mass test: TS0(OxOOxxOx)TS7 MS_Class=28
Mass test: TS0(OxOOxxOx)TS7 MS_Class=29
+Mass test: TS0(OxOOxxOx)TS7 MS_Class=30
+Mass test: TS0(OxOOxxOx)TS7 MS_Class=31
Mass test: TS0(OxOOxxOO)TS7 MS_Class=0
Mass test: TS0(OxOOxxOO)TS7 MS_Class=1
Mass test: TS0(OxOOxxOO)TS7 MS_Class=2
@@ -6308,6 +6668,8 @@ Mass test: TS0(OxOOxxOO)TS7 MS_Class=26
Mass test: TS0(OxOOxxOO)TS7 MS_Class=27
Mass test: TS0(OxOOxxOO)TS7 MS_Class=28
Mass test: TS0(OxOOxxOO)TS7 MS_Class=29
+Mass test: TS0(OxOOxxOO)TS7 MS_Class=30
+Mass test: TS0(OxOOxxOO)TS7 MS_Class=31
Mass test: TS0(OxOOxOxx)TS7 MS_Class=0
Mass test: TS0(OxOOxOxx)TS7 MS_Class=1
Mass test: TS0(OxOOxOxx)TS7 MS_Class=2
@@ -6338,6 +6700,8 @@ Mass test: TS0(OxOOxOxx)TS7 MS_Class=26
Mass test: TS0(OxOOxOxx)TS7 MS_Class=27
Mass test: TS0(OxOOxOxx)TS7 MS_Class=28
Mass test: TS0(OxOOxOxx)TS7 MS_Class=29
+Mass test: TS0(OxOOxOxx)TS7 MS_Class=30
+Mass test: TS0(OxOOxOxx)TS7 MS_Class=31
Mass test: TS0(OxOOxOxO)TS7 MS_Class=0
Mass test: TS0(OxOOxOxO)TS7 MS_Class=1
Mass test: TS0(OxOOxOxO)TS7 MS_Class=2
@@ -6368,6 +6732,8 @@ Mass test: TS0(OxOOxOxO)TS7 MS_Class=26
Mass test: TS0(OxOOxOxO)TS7 MS_Class=27
Mass test: TS0(OxOOxOxO)TS7 MS_Class=28
Mass test: TS0(OxOOxOxO)TS7 MS_Class=29
+Mass test: TS0(OxOOxOxO)TS7 MS_Class=30
+Mass test: TS0(OxOOxOxO)TS7 MS_Class=31
Mass test: TS0(OxOOxOOx)TS7 MS_Class=0
Mass test: TS0(OxOOxOOx)TS7 MS_Class=1
Mass test: TS0(OxOOxOOx)TS7 MS_Class=2
@@ -6398,6 +6764,8 @@ Mass test: TS0(OxOOxOOx)TS7 MS_Class=26
Mass test: TS0(OxOOxOOx)TS7 MS_Class=27
Mass test: TS0(OxOOxOOx)TS7 MS_Class=28
Mass test: TS0(OxOOxOOx)TS7 MS_Class=29
+Mass test: TS0(OxOOxOOx)TS7 MS_Class=30
+Mass test: TS0(OxOOxOOx)TS7 MS_Class=31
Mass test: TS0(OxOOxOOO)TS7 MS_Class=0
Mass test: TS0(OxOOxOOO)TS7 MS_Class=1
Mass test: TS0(OxOOxOOO)TS7 MS_Class=2
@@ -6428,6 +6796,8 @@ Mass test: TS0(OxOOxOOO)TS7 MS_Class=26
Mass test: TS0(OxOOxOOO)TS7 MS_Class=27
Mass test: TS0(OxOOxOOO)TS7 MS_Class=28
Mass test: TS0(OxOOxOOO)TS7 MS_Class=29
+Mass test: TS0(OxOOxOOO)TS7 MS_Class=30
+Mass test: TS0(OxOOxOOO)TS7 MS_Class=31
Mass test: TS0(OxOOOxxx)TS7 MS_Class=0
Mass test: TS0(OxOOOxxx)TS7 MS_Class=1
Mass test: TS0(OxOOOxxx)TS7 MS_Class=2
@@ -6458,6 +6828,8 @@ Mass test: TS0(OxOOOxxx)TS7 MS_Class=26
Mass test: TS0(OxOOOxxx)TS7 MS_Class=27
Mass test: TS0(OxOOOxxx)TS7 MS_Class=28
Mass test: TS0(OxOOOxxx)TS7 MS_Class=29
+Mass test: TS0(OxOOOxxx)TS7 MS_Class=30
+Mass test: TS0(OxOOOxxx)TS7 MS_Class=31
Mass test: TS0(OxOOOxxO)TS7 MS_Class=0
Mass test: TS0(OxOOOxxO)TS7 MS_Class=1
Mass test: TS0(OxOOOxxO)TS7 MS_Class=2
@@ -6488,6 +6860,8 @@ Mass test: TS0(OxOOOxxO)TS7 MS_Class=26
Mass test: TS0(OxOOOxxO)TS7 MS_Class=27
Mass test: TS0(OxOOOxxO)TS7 MS_Class=28
Mass test: TS0(OxOOOxxO)TS7 MS_Class=29
+Mass test: TS0(OxOOOxxO)TS7 MS_Class=30
+Mass test: TS0(OxOOOxxO)TS7 MS_Class=31
Mass test: TS0(OxOOOxOx)TS7 MS_Class=0
Mass test: TS0(OxOOOxOx)TS7 MS_Class=1
Mass test: TS0(OxOOOxOx)TS7 MS_Class=2
@@ -6518,6 +6892,8 @@ Mass test: TS0(OxOOOxOx)TS7 MS_Class=26
Mass test: TS0(OxOOOxOx)TS7 MS_Class=27
Mass test: TS0(OxOOOxOx)TS7 MS_Class=28
Mass test: TS0(OxOOOxOx)TS7 MS_Class=29
+Mass test: TS0(OxOOOxOx)TS7 MS_Class=30
+Mass test: TS0(OxOOOxOx)TS7 MS_Class=31
Mass test: TS0(OxOOOxOO)TS7 MS_Class=0
Mass test: TS0(OxOOOxOO)TS7 MS_Class=1
Mass test: TS0(OxOOOxOO)TS7 MS_Class=2
@@ -6548,6 +6924,8 @@ Mass test: TS0(OxOOOxOO)TS7 MS_Class=26
Mass test: TS0(OxOOOxOO)TS7 MS_Class=27
Mass test: TS0(OxOOOxOO)TS7 MS_Class=28
Mass test: TS0(OxOOOxOO)TS7 MS_Class=29
+Mass test: TS0(OxOOOxOO)TS7 MS_Class=30
+Mass test: TS0(OxOOOxOO)TS7 MS_Class=31
Mass test: TS0(OxOOOOxx)TS7 MS_Class=0
Mass test: TS0(OxOOOOxx)TS7 MS_Class=1
Mass test: TS0(OxOOOOxx)TS7 MS_Class=2
@@ -6578,6 +6956,8 @@ Mass test: TS0(OxOOOOxx)TS7 MS_Class=26
Mass test: TS0(OxOOOOxx)TS7 MS_Class=27
Mass test: TS0(OxOOOOxx)TS7 MS_Class=28
Mass test: TS0(OxOOOOxx)TS7 MS_Class=29
+Mass test: TS0(OxOOOOxx)TS7 MS_Class=30
+Mass test: TS0(OxOOOOxx)TS7 MS_Class=31
Mass test: TS0(OxOOOOxO)TS7 MS_Class=0
Mass test: TS0(OxOOOOxO)TS7 MS_Class=1
Mass test: TS0(OxOOOOxO)TS7 MS_Class=2
@@ -6608,6 +6988,8 @@ Mass test: TS0(OxOOOOxO)TS7 MS_Class=26
Mass test: TS0(OxOOOOxO)TS7 MS_Class=27
Mass test: TS0(OxOOOOxO)TS7 MS_Class=28
Mass test: TS0(OxOOOOxO)TS7 MS_Class=29
+Mass test: TS0(OxOOOOxO)TS7 MS_Class=30
+Mass test: TS0(OxOOOOxO)TS7 MS_Class=31
Mass test: TS0(OxOOOOOx)TS7 MS_Class=0
Mass test: TS0(OxOOOOOx)TS7 MS_Class=1
Mass test: TS0(OxOOOOOx)TS7 MS_Class=2
@@ -6638,6 +7020,8 @@ Mass test: TS0(OxOOOOOx)TS7 MS_Class=26
Mass test: TS0(OxOOOOOx)TS7 MS_Class=27
Mass test: TS0(OxOOOOOx)TS7 MS_Class=28
Mass test: TS0(OxOOOOOx)TS7 MS_Class=29
+Mass test: TS0(OxOOOOOx)TS7 MS_Class=30
+Mass test: TS0(OxOOOOOx)TS7 MS_Class=31
Mass test: TS0(OxOOOOOO)TS7 MS_Class=0
Mass test: TS0(OxOOOOOO)TS7 MS_Class=1
Mass test: TS0(OxOOOOOO)TS7 MS_Class=2
@@ -6668,6 +7052,8 @@ Mass test: TS0(OxOOOOOO)TS7 MS_Class=26
Mass test: TS0(OxOOOOOO)TS7 MS_Class=27
Mass test: TS0(OxOOOOOO)TS7 MS_Class=28
Mass test: TS0(OxOOOOOO)TS7 MS_Class=29
+Mass test: TS0(OxOOOOOO)TS7 MS_Class=30
+Mass test: TS0(OxOOOOOO)TS7 MS_Class=31
Mass test: TS0(OOxxxxxx)TS7 MS_Class=0
Mass test: TS0(OOxxxxxx)TS7 MS_Class=1
Mass test: TS0(OOxxxxxx)TS7 MS_Class=2
@@ -6698,6 +7084,8 @@ Mass test: TS0(OOxxxxxx)TS7 MS_Class=26
Mass test: TS0(OOxxxxxx)TS7 MS_Class=27
Mass test: TS0(OOxxxxxx)TS7 MS_Class=28
Mass test: TS0(OOxxxxxx)TS7 MS_Class=29
+Mass test: TS0(OOxxxxxx)TS7 MS_Class=30
+Mass test: TS0(OOxxxxxx)TS7 MS_Class=31
Mass test: TS0(OOxxxxxO)TS7 MS_Class=0
Mass test: TS0(OOxxxxxO)TS7 MS_Class=1
Mass test: TS0(OOxxxxxO)TS7 MS_Class=2
@@ -6728,6 +7116,8 @@ Mass test: TS0(OOxxxxxO)TS7 MS_Class=26
Mass test: TS0(OOxxxxxO)TS7 MS_Class=27
Mass test: TS0(OOxxxxxO)TS7 MS_Class=28
Mass test: TS0(OOxxxxxO)TS7 MS_Class=29
+Mass test: TS0(OOxxxxxO)TS7 MS_Class=30
+Mass test: TS0(OOxxxxxO)TS7 MS_Class=31
Mass test: TS0(OOxxxxOx)TS7 MS_Class=0
Mass test: TS0(OOxxxxOx)TS7 MS_Class=1
Mass test: TS0(OOxxxxOx)TS7 MS_Class=2
@@ -6758,6 +7148,8 @@ Mass test: TS0(OOxxxxOx)TS7 MS_Class=26
Mass test: TS0(OOxxxxOx)TS7 MS_Class=27
Mass test: TS0(OOxxxxOx)TS7 MS_Class=28
Mass test: TS0(OOxxxxOx)TS7 MS_Class=29
+Mass test: TS0(OOxxxxOx)TS7 MS_Class=30
+Mass test: TS0(OOxxxxOx)TS7 MS_Class=31
Mass test: TS0(OOxxxxOO)TS7 MS_Class=0
Mass test: TS0(OOxxxxOO)TS7 MS_Class=1
Mass test: TS0(OOxxxxOO)TS7 MS_Class=2
@@ -6788,6 +7180,8 @@ Mass test: TS0(OOxxxxOO)TS7 MS_Class=26
Mass test: TS0(OOxxxxOO)TS7 MS_Class=27
Mass test: TS0(OOxxxxOO)TS7 MS_Class=28
Mass test: TS0(OOxxxxOO)TS7 MS_Class=29
+Mass test: TS0(OOxxxxOO)TS7 MS_Class=30
+Mass test: TS0(OOxxxxOO)TS7 MS_Class=31
Mass test: TS0(OOxxxOxx)TS7 MS_Class=0
Mass test: TS0(OOxxxOxx)TS7 MS_Class=1
Mass test: TS0(OOxxxOxx)TS7 MS_Class=2
@@ -6818,6 +7212,8 @@ Mass test: TS0(OOxxxOxx)TS7 MS_Class=26
Mass test: TS0(OOxxxOxx)TS7 MS_Class=27
Mass test: TS0(OOxxxOxx)TS7 MS_Class=28
Mass test: TS0(OOxxxOxx)TS7 MS_Class=29
+Mass test: TS0(OOxxxOxx)TS7 MS_Class=30
+Mass test: TS0(OOxxxOxx)TS7 MS_Class=31
Mass test: TS0(OOxxxOxO)TS7 MS_Class=0
Mass test: TS0(OOxxxOxO)TS7 MS_Class=1
Mass test: TS0(OOxxxOxO)TS7 MS_Class=2
@@ -6848,6 +7244,8 @@ Mass test: TS0(OOxxxOxO)TS7 MS_Class=26
Mass test: TS0(OOxxxOxO)TS7 MS_Class=27
Mass test: TS0(OOxxxOxO)TS7 MS_Class=28
Mass test: TS0(OOxxxOxO)TS7 MS_Class=29
+Mass test: TS0(OOxxxOxO)TS7 MS_Class=30
+Mass test: TS0(OOxxxOxO)TS7 MS_Class=31
Mass test: TS0(OOxxxOOx)TS7 MS_Class=0
Mass test: TS0(OOxxxOOx)TS7 MS_Class=1
Mass test: TS0(OOxxxOOx)TS7 MS_Class=2
@@ -6878,6 +7276,8 @@ Mass test: TS0(OOxxxOOx)TS7 MS_Class=26
Mass test: TS0(OOxxxOOx)TS7 MS_Class=27
Mass test: TS0(OOxxxOOx)TS7 MS_Class=28
Mass test: TS0(OOxxxOOx)TS7 MS_Class=29
+Mass test: TS0(OOxxxOOx)TS7 MS_Class=30
+Mass test: TS0(OOxxxOOx)TS7 MS_Class=31
Mass test: TS0(OOxxxOOO)TS7 MS_Class=0
Mass test: TS0(OOxxxOOO)TS7 MS_Class=1
Mass test: TS0(OOxxxOOO)TS7 MS_Class=2
@@ -6908,6 +7308,8 @@ Mass test: TS0(OOxxxOOO)TS7 MS_Class=26
Mass test: TS0(OOxxxOOO)TS7 MS_Class=27
Mass test: TS0(OOxxxOOO)TS7 MS_Class=28
Mass test: TS0(OOxxxOOO)TS7 MS_Class=29
+Mass test: TS0(OOxxxOOO)TS7 MS_Class=30
+Mass test: TS0(OOxxxOOO)TS7 MS_Class=31
Mass test: TS0(OOxxOxxx)TS7 MS_Class=0
Mass test: TS0(OOxxOxxx)TS7 MS_Class=1
Mass test: TS0(OOxxOxxx)TS7 MS_Class=2
@@ -6938,6 +7340,8 @@ Mass test: TS0(OOxxOxxx)TS7 MS_Class=26
Mass test: TS0(OOxxOxxx)TS7 MS_Class=27
Mass test: TS0(OOxxOxxx)TS7 MS_Class=28
Mass test: TS0(OOxxOxxx)TS7 MS_Class=29
+Mass test: TS0(OOxxOxxx)TS7 MS_Class=30
+Mass test: TS0(OOxxOxxx)TS7 MS_Class=31
Mass test: TS0(OOxxOxxO)TS7 MS_Class=0
Mass test: TS0(OOxxOxxO)TS7 MS_Class=1
Mass test: TS0(OOxxOxxO)TS7 MS_Class=2
@@ -6968,6 +7372,8 @@ Mass test: TS0(OOxxOxxO)TS7 MS_Class=26
Mass test: TS0(OOxxOxxO)TS7 MS_Class=27
Mass test: TS0(OOxxOxxO)TS7 MS_Class=28
Mass test: TS0(OOxxOxxO)TS7 MS_Class=29
+Mass test: TS0(OOxxOxxO)TS7 MS_Class=30
+Mass test: TS0(OOxxOxxO)TS7 MS_Class=31
Mass test: TS0(OOxxOxOx)TS7 MS_Class=0
Mass test: TS0(OOxxOxOx)TS7 MS_Class=1
Mass test: TS0(OOxxOxOx)TS7 MS_Class=2
@@ -6998,6 +7404,8 @@ Mass test: TS0(OOxxOxOx)TS7 MS_Class=26
Mass test: TS0(OOxxOxOx)TS7 MS_Class=27
Mass test: TS0(OOxxOxOx)TS7 MS_Class=28
Mass test: TS0(OOxxOxOx)TS7 MS_Class=29
+Mass test: TS0(OOxxOxOx)TS7 MS_Class=30
+Mass test: TS0(OOxxOxOx)TS7 MS_Class=31
Mass test: TS0(OOxxOxOO)TS7 MS_Class=0
Mass test: TS0(OOxxOxOO)TS7 MS_Class=1
Mass test: TS0(OOxxOxOO)TS7 MS_Class=2
@@ -7028,6 +7436,8 @@ Mass test: TS0(OOxxOxOO)TS7 MS_Class=26
Mass test: TS0(OOxxOxOO)TS7 MS_Class=27
Mass test: TS0(OOxxOxOO)TS7 MS_Class=28
Mass test: TS0(OOxxOxOO)TS7 MS_Class=29
+Mass test: TS0(OOxxOxOO)TS7 MS_Class=30
+Mass test: TS0(OOxxOxOO)TS7 MS_Class=31
Mass test: TS0(OOxxOOxx)TS7 MS_Class=0
Mass test: TS0(OOxxOOxx)TS7 MS_Class=1
Mass test: TS0(OOxxOOxx)TS7 MS_Class=2
@@ -7058,6 +7468,8 @@ Mass test: TS0(OOxxOOxx)TS7 MS_Class=26
Mass test: TS0(OOxxOOxx)TS7 MS_Class=27
Mass test: TS0(OOxxOOxx)TS7 MS_Class=28
Mass test: TS0(OOxxOOxx)TS7 MS_Class=29
+Mass test: TS0(OOxxOOxx)TS7 MS_Class=30
+Mass test: TS0(OOxxOOxx)TS7 MS_Class=31
Mass test: TS0(OOxxOOxO)TS7 MS_Class=0
Mass test: TS0(OOxxOOxO)TS7 MS_Class=1
Mass test: TS0(OOxxOOxO)TS7 MS_Class=2
@@ -7088,6 +7500,8 @@ Mass test: TS0(OOxxOOxO)TS7 MS_Class=26
Mass test: TS0(OOxxOOxO)TS7 MS_Class=27
Mass test: TS0(OOxxOOxO)TS7 MS_Class=28
Mass test: TS0(OOxxOOxO)TS7 MS_Class=29
+Mass test: TS0(OOxxOOxO)TS7 MS_Class=30
+Mass test: TS0(OOxxOOxO)TS7 MS_Class=31
Mass test: TS0(OOxxOOOx)TS7 MS_Class=0
Mass test: TS0(OOxxOOOx)TS7 MS_Class=1
Mass test: TS0(OOxxOOOx)TS7 MS_Class=2
@@ -7118,6 +7532,8 @@ Mass test: TS0(OOxxOOOx)TS7 MS_Class=26
Mass test: TS0(OOxxOOOx)TS7 MS_Class=27
Mass test: TS0(OOxxOOOx)TS7 MS_Class=28
Mass test: TS0(OOxxOOOx)TS7 MS_Class=29
+Mass test: TS0(OOxxOOOx)TS7 MS_Class=30
+Mass test: TS0(OOxxOOOx)TS7 MS_Class=31
Mass test: TS0(OOxxOOOO)TS7 MS_Class=0
Mass test: TS0(OOxxOOOO)TS7 MS_Class=1
Mass test: TS0(OOxxOOOO)TS7 MS_Class=2
@@ -7148,6 +7564,8 @@ Mass test: TS0(OOxxOOOO)TS7 MS_Class=26
Mass test: TS0(OOxxOOOO)TS7 MS_Class=27
Mass test: TS0(OOxxOOOO)TS7 MS_Class=28
Mass test: TS0(OOxxOOOO)TS7 MS_Class=29
+Mass test: TS0(OOxxOOOO)TS7 MS_Class=30
+Mass test: TS0(OOxxOOOO)TS7 MS_Class=31
Mass test: TS0(OOxOxxxx)TS7 MS_Class=0
Mass test: TS0(OOxOxxxx)TS7 MS_Class=1
Mass test: TS0(OOxOxxxx)TS7 MS_Class=2
@@ -7178,6 +7596,8 @@ Mass test: TS0(OOxOxxxx)TS7 MS_Class=26
Mass test: TS0(OOxOxxxx)TS7 MS_Class=27
Mass test: TS0(OOxOxxxx)TS7 MS_Class=28
Mass test: TS0(OOxOxxxx)TS7 MS_Class=29
+Mass test: TS0(OOxOxxxx)TS7 MS_Class=30
+Mass test: TS0(OOxOxxxx)TS7 MS_Class=31
Mass test: TS0(OOxOxxxO)TS7 MS_Class=0
Mass test: TS0(OOxOxxxO)TS7 MS_Class=1
Mass test: TS0(OOxOxxxO)TS7 MS_Class=2
@@ -7208,6 +7628,8 @@ Mass test: TS0(OOxOxxxO)TS7 MS_Class=26
Mass test: TS0(OOxOxxxO)TS7 MS_Class=27
Mass test: TS0(OOxOxxxO)TS7 MS_Class=28
Mass test: TS0(OOxOxxxO)TS7 MS_Class=29
+Mass test: TS0(OOxOxxxO)TS7 MS_Class=30
+Mass test: TS0(OOxOxxxO)TS7 MS_Class=31
Mass test: TS0(OOxOxxOx)TS7 MS_Class=0
Mass test: TS0(OOxOxxOx)TS7 MS_Class=1
Mass test: TS0(OOxOxxOx)TS7 MS_Class=2
@@ -7238,6 +7660,8 @@ Mass test: TS0(OOxOxxOx)TS7 MS_Class=26
Mass test: TS0(OOxOxxOx)TS7 MS_Class=27
Mass test: TS0(OOxOxxOx)TS7 MS_Class=28
Mass test: TS0(OOxOxxOx)TS7 MS_Class=29
+Mass test: TS0(OOxOxxOx)TS7 MS_Class=30
+Mass test: TS0(OOxOxxOx)TS7 MS_Class=31
Mass test: TS0(OOxOxxOO)TS7 MS_Class=0
Mass test: TS0(OOxOxxOO)TS7 MS_Class=1
Mass test: TS0(OOxOxxOO)TS7 MS_Class=2
@@ -7268,6 +7692,8 @@ Mass test: TS0(OOxOxxOO)TS7 MS_Class=26
Mass test: TS0(OOxOxxOO)TS7 MS_Class=27
Mass test: TS0(OOxOxxOO)TS7 MS_Class=28
Mass test: TS0(OOxOxxOO)TS7 MS_Class=29
+Mass test: TS0(OOxOxxOO)TS7 MS_Class=30
+Mass test: TS0(OOxOxxOO)TS7 MS_Class=31
Mass test: TS0(OOxOxOxx)TS7 MS_Class=0
Mass test: TS0(OOxOxOxx)TS7 MS_Class=1
Mass test: TS0(OOxOxOxx)TS7 MS_Class=2
@@ -7298,6 +7724,8 @@ Mass test: TS0(OOxOxOxx)TS7 MS_Class=26
Mass test: TS0(OOxOxOxx)TS7 MS_Class=27
Mass test: TS0(OOxOxOxx)TS7 MS_Class=28
Mass test: TS0(OOxOxOxx)TS7 MS_Class=29
+Mass test: TS0(OOxOxOxx)TS7 MS_Class=30
+Mass test: TS0(OOxOxOxx)TS7 MS_Class=31
Mass test: TS0(OOxOxOxO)TS7 MS_Class=0
Mass test: TS0(OOxOxOxO)TS7 MS_Class=1
Mass test: TS0(OOxOxOxO)TS7 MS_Class=2
@@ -7328,6 +7756,8 @@ Mass test: TS0(OOxOxOxO)TS7 MS_Class=26
Mass test: TS0(OOxOxOxO)TS7 MS_Class=27
Mass test: TS0(OOxOxOxO)TS7 MS_Class=28
Mass test: TS0(OOxOxOxO)TS7 MS_Class=29
+Mass test: TS0(OOxOxOxO)TS7 MS_Class=30
+Mass test: TS0(OOxOxOxO)TS7 MS_Class=31
Mass test: TS0(OOxOxOOx)TS7 MS_Class=0
Mass test: TS0(OOxOxOOx)TS7 MS_Class=1
Mass test: TS0(OOxOxOOx)TS7 MS_Class=2
@@ -7358,6 +7788,8 @@ Mass test: TS0(OOxOxOOx)TS7 MS_Class=26
Mass test: TS0(OOxOxOOx)TS7 MS_Class=27
Mass test: TS0(OOxOxOOx)TS7 MS_Class=28
Mass test: TS0(OOxOxOOx)TS7 MS_Class=29
+Mass test: TS0(OOxOxOOx)TS7 MS_Class=30
+Mass test: TS0(OOxOxOOx)TS7 MS_Class=31
Mass test: TS0(OOxOxOOO)TS7 MS_Class=0
Mass test: TS0(OOxOxOOO)TS7 MS_Class=1
Mass test: TS0(OOxOxOOO)TS7 MS_Class=2
@@ -7388,6 +7820,8 @@ Mass test: TS0(OOxOxOOO)TS7 MS_Class=26
Mass test: TS0(OOxOxOOO)TS7 MS_Class=27
Mass test: TS0(OOxOxOOO)TS7 MS_Class=28
Mass test: TS0(OOxOxOOO)TS7 MS_Class=29
+Mass test: TS0(OOxOxOOO)TS7 MS_Class=30
+Mass test: TS0(OOxOxOOO)TS7 MS_Class=31
Mass test: TS0(OOxOOxxx)TS7 MS_Class=0
Mass test: TS0(OOxOOxxx)TS7 MS_Class=1
Mass test: TS0(OOxOOxxx)TS7 MS_Class=2
@@ -7418,6 +7852,8 @@ Mass test: TS0(OOxOOxxx)TS7 MS_Class=26
Mass test: TS0(OOxOOxxx)TS7 MS_Class=27
Mass test: TS0(OOxOOxxx)TS7 MS_Class=28
Mass test: TS0(OOxOOxxx)TS7 MS_Class=29
+Mass test: TS0(OOxOOxxx)TS7 MS_Class=30
+Mass test: TS0(OOxOOxxx)TS7 MS_Class=31
Mass test: TS0(OOxOOxxO)TS7 MS_Class=0
Mass test: TS0(OOxOOxxO)TS7 MS_Class=1
Mass test: TS0(OOxOOxxO)TS7 MS_Class=2
@@ -7448,6 +7884,8 @@ Mass test: TS0(OOxOOxxO)TS7 MS_Class=26
Mass test: TS0(OOxOOxxO)TS7 MS_Class=27
Mass test: TS0(OOxOOxxO)TS7 MS_Class=28
Mass test: TS0(OOxOOxxO)TS7 MS_Class=29
+Mass test: TS0(OOxOOxxO)TS7 MS_Class=30
+Mass test: TS0(OOxOOxxO)TS7 MS_Class=31
Mass test: TS0(OOxOOxOx)TS7 MS_Class=0
Mass test: TS0(OOxOOxOx)TS7 MS_Class=1
Mass test: TS0(OOxOOxOx)TS7 MS_Class=2
@@ -7478,6 +7916,8 @@ Mass test: TS0(OOxOOxOx)TS7 MS_Class=26
Mass test: TS0(OOxOOxOx)TS7 MS_Class=27
Mass test: TS0(OOxOOxOx)TS7 MS_Class=28
Mass test: TS0(OOxOOxOx)TS7 MS_Class=29
+Mass test: TS0(OOxOOxOx)TS7 MS_Class=30
+Mass test: TS0(OOxOOxOx)TS7 MS_Class=31
Mass test: TS0(OOxOOxOO)TS7 MS_Class=0
Mass test: TS0(OOxOOxOO)TS7 MS_Class=1
Mass test: TS0(OOxOOxOO)TS7 MS_Class=2
@@ -7508,6 +7948,8 @@ Mass test: TS0(OOxOOxOO)TS7 MS_Class=26
Mass test: TS0(OOxOOxOO)TS7 MS_Class=27
Mass test: TS0(OOxOOxOO)TS7 MS_Class=28
Mass test: TS0(OOxOOxOO)TS7 MS_Class=29
+Mass test: TS0(OOxOOxOO)TS7 MS_Class=30
+Mass test: TS0(OOxOOxOO)TS7 MS_Class=31
Mass test: TS0(OOxOOOxx)TS7 MS_Class=0
Mass test: TS0(OOxOOOxx)TS7 MS_Class=1
Mass test: TS0(OOxOOOxx)TS7 MS_Class=2
@@ -7538,6 +7980,8 @@ Mass test: TS0(OOxOOOxx)TS7 MS_Class=26
Mass test: TS0(OOxOOOxx)TS7 MS_Class=27
Mass test: TS0(OOxOOOxx)TS7 MS_Class=28
Mass test: TS0(OOxOOOxx)TS7 MS_Class=29
+Mass test: TS0(OOxOOOxx)TS7 MS_Class=30
+Mass test: TS0(OOxOOOxx)TS7 MS_Class=31
Mass test: TS0(OOxOOOxO)TS7 MS_Class=0
Mass test: TS0(OOxOOOxO)TS7 MS_Class=1
Mass test: TS0(OOxOOOxO)TS7 MS_Class=2
@@ -7568,6 +8012,8 @@ Mass test: TS0(OOxOOOxO)TS7 MS_Class=26
Mass test: TS0(OOxOOOxO)TS7 MS_Class=27
Mass test: TS0(OOxOOOxO)TS7 MS_Class=28
Mass test: TS0(OOxOOOxO)TS7 MS_Class=29
+Mass test: TS0(OOxOOOxO)TS7 MS_Class=30
+Mass test: TS0(OOxOOOxO)TS7 MS_Class=31
Mass test: TS0(OOxOOOOx)TS7 MS_Class=0
Mass test: TS0(OOxOOOOx)TS7 MS_Class=1
Mass test: TS0(OOxOOOOx)TS7 MS_Class=2
@@ -7598,6 +8044,8 @@ Mass test: TS0(OOxOOOOx)TS7 MS_Class=26
Mass test: TS0(OOxOOOOx)TS7 MS_Class=27
Mass test: TS0(OOxOOOOx)TS7 MS_Class=28
Mass test: TS0(OOxOOOOx)TS7 MS_Class=29
+Mass test: TS0(OOxOOOOx)TS7 MS_Class=30
+Mass test: TS0(OOxOOOOx)TS7 MS_Class=31
Mass test: TS0(OOxOOOOO)TS7 MS_Class=0
Mass test: TS0(OOxOOOOO)TS7 MS_Class=1
Mass test: TS0(OOxOOOOO)TS7 MS_Class=2
@@ -7628,6 +8076,8 @@ Mass test: TS0(OOxOOOOO)TS7 MS_Class=26
Mass test: TS0(OOxOOOOO)TS7 MS_Class=27
Mass test: TS0(OOxOOOOO)TS7 MS_Class=28
Mass test: TS0(OOxOOOOO)TS7 MS_Class=29
+Mass test: TS0(OOxOOOOO)TS7 MS_Class=30
+Mass test: TS0(OOxOOOOO)TS7 MS_Class=31
Mass test: TS0(OOOxxxxx)TS7 MS_Class=0
Mass test: TS0(OOOxxxxx)TS7 MS_Class=1
Mass test: TS0(OOOxxxxx)TS7 MS_Class=2
@@ -7658,6 +8108,8 @@ Mass test: TS0(OOOxxxxx)TS7 MS_Class=26
Mass test: TS0(OOOxxxxx)TS7 MS_Class=27
Mass test: TS0(OOOxxxxx)TS7 MS_Class=28
Mass test: TS0(OOOxxxxx)TS7 MS_Class=29
+Mass test: TS0(OOOxxxxx)TS7 MS_Class=30
+Mass test: TS0(OOOxxxxx)TS7 MS_Class=31
Mass test: TS0(OOOxxxxO)TS7 MS_Class=0
Mass test: TS0(OOOxxxxO)TS7 MS_Class=1
Mass test: TS0(OOOxxxxO)TS7 MS_Class=2
@@ -7688,6 +8140,8 @@ Mass test: TS0(OOOxxxxO)TS7 MS_Class=26
Mass test: TS0(OOOxxxxO)TS7 MS_Class=27
Mass test: TS0(OOOxxxxO)TS7 MS_Class=28
Mass test: TS0(OOOxxxxO)TS7 MS_Class=29
+Mass test: TS0(OOOxxxxO)TS7 MS_Class=30
+Mass test: TS0(OOOxxxxO)TS7 MS_Class=31
Mass test: TS0(OOOxxxOx)TS7 MS_Class=0
Mass test: TS0(OOOxxxOx)TS7 MS_Class=1
Mass test: TS0(OOOxxxOx)TS7 MS_Class=2
@@ -7718,6 +8172,8 @@ Mass test: TS0(OOOxxxOx)TS7 MS_Class=26
Mass test: TS0(OOOxxxOx)TS7 MS_Class=27
Mass test: TS0(OOOxxxOx)TS7 MS_Class=28
Mass test: TS0(OOOxxxOx)TS7 MS_Class=29
+Mass test: TS0(OOOxxxOx)TS7 MS_Class=30
+Mass test: TS0(OOOxxxOx)TS7 MS_Class=31
Mass test: TS0(OOOxxxOO)TS7 MS_Class=0
Mass test: TS0(OOOxxxOO)TS7 MS_Class=1
Mass test: TS0(OOOxxxOO)TS7 MS_Class=2
@@ -7748,6 +8204,8 @@ Mass test: TS0(OOOxxxOO)TS7 MS_Class=26
Mass test: TS0(OOOxxxOO)TS7 MS_Class=27
Mass test: TS0(OOOxxxOO)TS7 MS_Class=28
Mass test: TS0(OOOxxxOO)TS7 MS_Class=29
+Mass test: TS0(OOOxxxOO)TS7 MS_Class=30
+Mass test: TS0(OOOxxxOO)TS7 MS_Class=31
Mass test: TS0(OOOxxOxx)TS7 MS_Class=0
Mass test: TS0(OOOxxOxx)TS7 MS_Class=1
Mass test: TS0(OOOxxOxx)TS7 MS_Class=2
@@ -7778,6 +8236,8 @@ Mass test: TS0(OOOxxOxx)TS7 MS_Class=26
Mass test: TS0(OOOxxOxx)TS7 MS_Class=27
Mass test: TS0(OOOxxOxx)TS7 MS_Class=28
Mass test: TS0(OOOxxOxx)TS7 MS_Class=29
+Mass test: TS0(OOOxxOxx)TS7 MS_Class=30
+Mass test: TS0(OOOxxOxx)TS7 MS_Class=31
Mass test: TS0(OOOxxOxO)TS7 MS_Class=0
Mass test: TS0(OOOxxOxO)TS7 MS_Class=1
Mass test: TS0(OOOxxOxO)TS7 MS_Class=2
@@ -7808,6 +8268,8 @@ Mass test: TS0(OOOxxOxO)TS7 MS_Class=26
Mass test: TS0(OOOxxOxO)TS7 MS_Class=27
Mass test: TS0(OOOxxOxO)TS7 MS_Class=28
Mass test: TS0(OOOxxOxO)TS7 MS_Class=29
+Mass test: TS0(OOOxxOxO)TS7 MS_Class=30
+Mass test: TS0(OOOxxOxO)TS7 MS_Class=31
Mass test: TS0(OOOxxOOx)TS7 MS_Class=0
Mass test: TS0(OOOxxOOx)TS7 MS_Class=1
Mass test: TS0(OOOxxOOx)TS7 MS_Class=2
@@ -7838,6 +8300,8 @@ Mass test: TS0(OOOxxOOx)TS7 MS_Class=26
Mass test: TS0(OOOxxOOx)TS7 MS_Class=27
Mass test: TS0(OOOxxOOx)TS7 MS_Class=28
Mass test: TS0(OOOxxOOx)TS7 MS_Class=29
+Mass test: TS0(OOOxxOOx)TS7 MS_Class=30
+Mass test: TS0(OOOxxOOx)TS7 MS_Class=31
Mass test: TS0(OOOxxOOO)TS7 MS_Class=0
Mass test: TS0(OOOxxOOO)TS7 MS_Class=1
Mass test: TS0(OOOxxOOO)TS7 MS_Class=2
@@ -7868,6 +8332,8 @@ Mass test: TS0(OOOxxOOO)TS7 MS_Class=26
Mass test: TS0(OOOxxOOO)TS7 MS_Class=27
Mass test: TS0(OOOxxOOO)TS7 MS_Class=28
Mass test: TS0(OOOxxOOO)TS7 MS_Class=29
+Mass test: TS0(OOOxxOOO)TS7 MS_Class=30
+Mass test: TS0(OOOxxOOO)TS7 MS_Class=31
Mass test: TS0(OOOxOxxx)TS7 MS_Class=0
Mass test: TS0(OOOxOxxx)TS7 MS_Class=1
Mass test: TS0(OOOxOxxx)TS7 MS_Class=2
@@ -7898,6 +8364,8 @@ Mass test: TS0(OOOxOxxx)TS7 MS_Class=26
Mass test: TS0(OOOxOxxx)TS7 MS_Class=27
Mass test: TS0(OOOxOxxx)TS7 MS_Class=28
Mass test: TS0(OOOxOxxx)TS7 MS_Class=29
+Mass test: TS0(OOOxOxxx)TS7 MS_Class=30
+Mass test: TS0(OOOxOxxx)TS7 MS_Class=31
Mass test: TS0(OOOxOxxO)TS7 MS_Class=0
Mass test: TS0(OOOxOxxO)TS7 MS_Class=1
Mass test: TS0(OOOxOxxO)TS7 MS_Class=2
@@ -7928,6 +8396,8 @@ Mass test: TS0(OOOxOxxO)TS7 MS_Class=26
Mass test: TS0(OOOxOxxO)TS7 MS_Class=27
Mass test: TS0(OOOxOxxO)TS7 MS_Class=28
Mass test: TS0(OOOxOxxO)TS7 MS_Class=29
+Mass test: TS0(OOOxOxxO)TS7 MS_Class=30
+Mass test: TS0(OOOxOxxO)TS7 MS_Class=31
Mass test: TS0(OOOxOxOx)TS7 MS_Class=0
Mass test: TS0(OOOxOxOx)TS7 MS_Class=1
Mass test: TS0(OOOxOxOx)TS7 MS_Class=2
@@ -7958,6 +8428,8 @@ Mass test: TS0(OOOxOxOx)TS7 MS_Class=26
Mass test: TS0(OOOxOxOx)TS7 MS_Class=27
Mass test: TS0(OOOxOxOx)TS7 MS_Class=28
Mass test: TS0(OOOxOxOx)TS7 MS_Class=29
+Mass test: TS0(OOOxOxOx)TS7 MS_Class=30
+Mass test: TS0(OOOxOxOx)TS7 MS_Class=31
Mass test: TS0(OOOxOxOO)TS7 MS_Class=0
Mass test: TS0(OOOxOxOO)TS7 MS_Class=1
Mass test: TS0(OOOxOxOO)TS7 MS_Class=2
@@ -7988,6 +8460,8 @@ Mass test: TS0(OOOxOxOO)TS7 MS_Class=26
Mass test: TS0(OOOxOxOO)TS7 MS_Class=27
Mass test: TS0(OOOxOxOO)TS7 MS_Class=28
Mass test: TS0(OOOxOxOO)TS7 MS_Class=29
+Mass test: TS0(OOOxOxOO)TS7 MS_Class=30
+Mass test: TS0(OOOxOxOO)TS7 MS_Class=31
Mass test: TS0(OOOxOOxx)TS7 MS_Class=0
Mass test: TS0(OOOxOOxx)TS7 MS_Class=1
Mass test: TS0(OOOxOOxx)TS7 MS_Class=2
@@ -8018,6 +8492,8 @@ Mass test: TS0(OOOxOOxx)TS7 MS_Class=26
Mass test: TS0(OOOxOOxx)TS7 MS_Class=27
Mass test: TS0(OOOxOOxx)TS7 MS_Class=28
Mass test: TS0(OOOxOOxx)TS7 MS_Class=29
+Mass test: TS0(OOOxOOxx)TS7 MS_Class=30
+Mass test: TS0(OOOxOOxx)TS7 MS_Class=31
Mass test: TS0(OOOxOOxO)TS7 MS_Class=0
Mass test: TS0(OOOxOOxO)TS7 MS_Class=1
Mass test: TS0(OOOxOOxO)TS7 MS_Class=2
@@ -8048,6 +8524,8 @@ Mass test: TS0(OOOxOOxO)TS7 MS_Class=26
Mass test: TS0(OOOxOOxO)TS7 MS_Class=27
Mass test: TS0(OOOxOOxO)TS7 MS_Class=28
Mass test: TS0(OOOxOOxO)TS7 MS_Class=29
+Mass test: TS0(OOOxOOxO)TS7 MS_Class=30
+Mass test: TS0(OOOxOOxO)TS7 MS_Class=31
Mass test: TS0(OOOxOOOx)TS7 MS_Class=0
Mass test: TS0(OOOxOOOx)TS7 MS_Class=1
Mass test: TS0(OOOxOOOx)TS7 MS_Class=2
@@ -8078,6 +8556,8 @@ Mass test: TS0(OOOxOOOx)TS7 MS_Class=26
Mass test: TS0(OOOxOOOx)TS7 MS_Class=27
Mass test: TS0(OOOxOOOx)TS7 MS_Class=28
Mass test: TS0(OOOxOOOx)TS7 MS_Class=29
+Mass test: TS0(OOOxOOOx)TS7 MS_Class=30
+Mass test: TS0(OOOxOOOx)TS7 MS_Class=31
Mass test: TS0(OOOxOOOO)TS7 MS_Class=0
Mass test: TS0(OOOxOOOO)TS7 MS_Class=1
Mass test: TS0(OOOxOOOO)TS7 MS_Class=2
@@ -8108,6 +8588,8 @@ Mass test: TS0(OOOxOOOO)TS7 MS_Class=26
Mass test: TS0(OOOxOOOO)TS7 MS_Class=27
Mass test: TS0(OOOxOOOO)TS7 MS_Class=28
Mass test: TS0(OOOxOOOO)TS7 MS_Class=29
+Mass test: TS0(OOOxOOOO)TS7 MS_Class=30
+Mass test: TS0(OOOxOOOO)TS7 MS_Class=31
Mass test: TS0(OOOOxxxx)TS7 MS_Class=0
Mass test: TS0(OOOOxxxx)TS7 MS_Class=1
Mass test: TS0(OOOOxxxx)TS7 MS_Class=2
@@ -8138,6 +8620,8 @@ Mass test: TS0(OOOOxxxx)TS7 MS_Class=26
Mass test: TS0(OOOOxxxx)TS7 MS_Class=27
Mass test: TS0(OOOOxxxx)TS7 MS_Class=28
Mass test: TS0(OOOOxxxx)TS7 MS_Class=29
+Mass test: TS0(OOOOxxxx)TS7 MS_Class=30
+Mass test: TS0(OOOOxxxx)TS7 MS_Class=31
Mass test: TS0(OOOOxxxO)TS7 MS_Class=0
Mass test: TS0(OOOOxxxO)TS7 MS_Class=1
Mass test: TS0(OOOOxxxO)TS7 MS_Class=2
@@ -8168,6 +8652,8 @@ Mass test: TS0(OOOOxxxO)TS7 MS_Class=26
Mass test: TS0(OOOOxxxO)TS7 MS_Class=27
Mass test: TS0(OOOOxxxO)TS7 MS_Class=28
Mass test: TS0(OOOOxxxO)TS7 MS_Class=29
+Mass test: TS0(OOOOxxxO)TS7 MS_Class=30
+Mass test: TS0(OOOOxxxO)TS7 MS_Class=31
Mass test: TS0(OOOOxxOx)TS7 MS_Class=0
Mass test: TS0(OOOOxxOx)TS7 MS_Class=1
Mass test: TS0(OOOOxxOx)TS7 MS_Class=2
@@ -8198,6 +8684,8 @@ Mass test: TS0(OOOOxxOx)TS7 MS_Class=26
Mass test: TS0(OOOOxxOx)TS7 MS_Class=27
Mass test: TS0(OOOOxxOx)TS7 MS_Class=28
Mass test: TS0(OOOOxxOx)TS7 MS_Class=29
+Mass test: TS0(OOOOxxOx)TS7 MS_Class=30
+Mass test: TS0(OOOOxxOx)TS7 MS_Class=31
Mass test: TS0(OOOOxxOO)TS7 MS_Class=0
Mass test: TS0(OOOOxxOO)TS7 MS_Class=1
Mass test: TS0(OOOOxxOO)TS7 MS_Class=2
@@ -8228,6 +8716,8 @@ Mass test: TS0(OOOOxxOO)TS7 MS_Class=26
Mass test: TS0(OOOOxxOO)TS7 MS_Class=27
Mass test: TS0(OOOOxxOO)TS7 MS_Class=28
Mass test: TS0(OOOOxxOO)TS7 MS_Class=29
+Mass test: TS0(OOOOxxOO)TS7 MS_Class=30
+Mass test: TS0(OOOOxxOO)TS7 MS_Class=31
Mass test: TS0(OOOOxOxx)TS7 MS_Class=0
Mass test: TS0(OOOOxOxx)TS7 MS_Class=1
Mass test: TS0(OOOOxOxx)TS7 MS_Class=2
@@ -8258,6 +8748,8 @@ Mass test: TS0(OOOOxOxx)TS7 MS_Class=26
Mass test: TS0(OOOOxOxx)TS7 MS_Class=27
Mass test: TS0(OOOOxOxx)TS7 MS_Class=28
Mass test: TS0(OOOOxOxx)TS7 MS_Class=29
+Mass test: TS0(OOOOxOxx)TS7 MS_Class=30
+Mass test: TS0(OOOOxOxx)TS7 MS_Class=31
Mass test: TS0(OOOOxOxO)TS7 MS_Class=0
Mass test: TS0(OOOOxOxO)TS7 MS_Class=1
Mass test: TS0(OOOOxOxO)TS7 MS_Class=2
@@ -8288,6 +8780,8 @@ Mass test: TS0(OOOOxOxO)TS7 MS_Class=26
Mass test: TS0(OOOOxOxO)TS7 MS_Class=27
Mass test: TS0(OOOOxOxO)TS7 MS_Class=28
Mass test: TS0(OOOOxOxO)TS7 MS_Class=29
+Mass test: TS0(OOOOxOxO)TS7 MS_Class=30
+Mass test: TS0(OOOOxOxO)TS7 MS_Class=31
Mass test: TS0(OOOOxOOx)TS7 MS_Class=0
Mass test: TS0(OOOOxOOx)TS7 MS_Class=1
Mass test: TS0(OOOOxOOx)TS7 MS_Class=2
@@ -8318,6 +8812,8 @@ Mass test: TS0(OOOOxOOx)TS7 MS_Class=26
Mass test: TS0(OOOOxOOx)TS7 MS_Class=27
Mass test: TS0(OOOOxOOx)TS7 MS_Class=28
Mass test: TS0(OOOOxOOx)TS7 MS_Class=29
+Mass test: TS0(OOOOxOOx)TS7 MS_Class=30
+Mass test: TS0(OOOOxOOx)TS7 MS_Class=31
Mass test: TS0(OOOOxOOO)TS7 MS_Class=0
Mass test: TS0(OOOOxOOO)TS7 MS_Class=1
Mass test: TS0(OOOOxOOO)TS7 MS_Class=2
@@ -8348,6 +8844,8 @@ Mass test: TS0(OOOOxOOO)TS7 MS_Class=26
Mass test: TS0(OOOOxOOO)TS7 MS_Class=27
Mass test: TS0(OOOOxOOO)TS7 MS_Class=28
Mass test: TS0(OOOOxOOO)TS7 MS_Class=29
+Mass test: TS0(OOOOxOOO)TS7 MS_Class=30
+Mass test: TS0(OOOOxOOO)TS7 MS_Class=31
Mass test: TS0(OOOOOxxx)TS7 MS_Class=0
Mass test: TS0(OOOOOxxx)TS7 MS_Class=1
Mass test: TS0(OOOOOxxx)TS7 MS_Class=2
@@ -8378,6 +8876,8 @@ Mass test: TS0(OOOOOxxx)TS7 MS_Class=26
Mass test: TS0(OOOOOxxx)TS7 MS_Class=27
Mass test: TS0(OOOOOxxx)TS7 MS_Class=28
Mass test: TS0(OOOOOxxx)TS7 MS_Class=29
+Mass test: TS0(OOOOOxxx)TS7 MS_Class=30
+Mass test: TS0(OOOOOxxx)TS7 MS_Class=31
Mass test: TS0(OOOOOxxO)TS7 MS_Class=0
Mass test: TS0(OOOOOxxO)TS7 MS_Class=1
Mass test: TS0(OOOOOxxO)TS7 MS_Class=2
@@ -8408,6 +8908,8 @@ Mass test: TS0(OOOOOxxO)TS7 MS_Class=26
Mass test: TS0(OOOOOxxO)TS7 MS_Class=27
Mass test: TS0(OOOOOxxO)TS7 MS_Class=28
Mass test: TS0(OOOOOxxO)TS7 MS_Class=29
+Mass test: TS0(OOOOOxxO)TS7 MS_Class=30
+Mass test: TS0(OOOOOxxO)TS7 MS_Class=31
Mass test: TS0(OOOOOxOx)TS7 MS_Class=0
Mass test: TS0(OOOOOxOx)TS7 MS_Class=1
Mass test: TS0(OOOOOxOx)TS7 MS_Class=2
@@ -8438,6 +8940,8 @@ Mass test: TS0(OOOOOxOx)TS7 MS_Class=26
Mass test: TS0(OOOOOxOx)TS7 MS_Class=27
Mass test: TS0(OOOOOxOx)TS7 MS_Class=28
Mass test: TS0(OOOOOxOx)TS7 MS_Class=29
+Mass test: TS0(OOOOOxOx)TS7 MS_Class=30
+Mass test: TS0(OOOOOxOx)TS7 MS_Class=31
Mass test: TS0(OOOOOxOO)TS7 MS_Class=0
Mass test: TS0(OOOOOxOO)TS7 MS_Class=1
Mass test: TS0(OOOOOxOO)TS7 MS_Class=2
@@ -8468,6 +8972,8 @@ Mass test: TS0(OOOOOxOO)TS7 MS_Class=26
Mass test: TS0(OOOOOxOO)TS7 MS_Class=27
Mass test: TS0(OOOOOxOO)TS7 MS_Class=28
Mass test: TS0(OOOOOxOO)TS7 MS_Class=29
+Mass test: TS0(OOOOOxOO)TS7 MS_Class=30
+Mass test: TS0(OOOOOxOO)TS7 MS_Class=31
Mass test: TS0(OOOOOOxx)TS7 MS_Class=0
Mass test: TS0(OOOOOOxx)TS7 MS_Class=1
Mass test: TS0(OOOOOOxx)TS7 MS_Class=2
@@ -8498,6 +9004,8 @@ Mass test: TS0(OOOOOOxx)TS7 MS_Class=26
Mass test: TS0(OOOOOOxx)TS7 MS_Class=27
Mass test: TS0(OOOOOOxx)TS7 MS_Class=28
Mass test: TS0(OOOOOOxx)TS7 MS_Class=29
+Mass test: TS0(OOOOOOxx)TS7 MS_Class=30
+Mass test: TS0(OOOOOOxx)TS7 MS_Class=31
Mass test: TS0(OOOOOOxO)TS7 MS_Class=0
Mass test: TS0(OOOOOOxO)TS7 MS_Class=1
Mass test: TS0(OOOOOOxO)TS7 MS_Class=2
@@ -8528,6 +9036,8 @@ Mass test: TS0(OOOOOOxO)TS7 MS_Class=26
Mass test: TS0(OOOOOOxO)TS7 MS_Class=27
Mass test: TS0(OOOOOOxO)TS7 MS_Class=28
Mass test: TS0(OOOOOOxO)TS7 MS_Class=29
+Mass test: TS0(OOOOOOxO)TS7 MS_Class=30
+Mass test: TS0(OOOOOOxO)TS7 MS_Class=31
Mass test: TS0(OOOOOOOx)TS7 MS_Class=0
Mass test: TS0(OOOOOOOx)TS7 MS_Class=1
Mass test: TS0(OOOOOOOx)TS7 MS_Class=2
@@ -8558,6 +9068,8 @@ Mass test: TS0(OOOOOOOx)TS7 MS_Class=26
Mass test: TS0(OOOOOOOx)TS7 MS_Class=27
Mass test: TS0(OOOOOOOx)TS7 MS_Class=28
Mass test: TS0(OOOOOOOx)TS7 MS_Class=29
+Mass test: TS0(OOOOOOOx)TS7 MS_Class=30
+Mass test: TS0(OOOOOOOx)TS7 MS_Class=31
Mass test: TS0(OOOOOOOO)TS7 MS_Class=0
Mass test: TS0(OOOOOOOO)TS7 MS_Class=1
Mass test: TS0(OOOOOOOO)TS7 MS_Class=2
@@ -8588,6 +9100,8 @@ Mass test: TS0(OOOOOOOO)TS7 MS_Class=26
Mass test: TS0(OOOOOOOO)TS7 MS_Class=27
Mass test: TS0(OOOOOOOO)TS7 MS_Class=28
Mass test: TS0(OOOOOOOO)TS7 MS_Class=29
+Mass test: TS0(OOOOOOOO)TS7 MS_Class=30
+Mass test: TS0(OOOOOOOO)TS7 MS_Class=31
Going to test assignment with many TBF, algorithm A class 1..1 (UL and DL)
TBF[0] class 1 reserves ...C....
TBF[0] class 1 reserves ....C...
@@ -8727,7 +9241,7 @@ Going to test assignment with many TBF, algorithm B class 1..12 (UL and DL)
TBF[30] class 7 reserves ...CD...
TBF[31] class 8 reserves ...DDCD.
Successfully allocated 32 UL TBFs, algorithm B class 1..12 (UL and DL)
-Going to test assignment with many TBF, algorithm B class 1..29 (UL and DL)
+Going to test assignment with many TBF, algorithm B class 1..32 (UL and DL)
TBF[0] class 1 reserves ...C....
TBF[1] class 2 reserves ....DC..
TBF[2] class 3 reserves ......DC
@@ -8757,11 +9271,8 @@ Going to test assignment with many TBF, algorithm B class 1..29 (UL and DL)
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DDC
- TBF[29] class 1 reserves ...C....
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ....DC..
- Successfully allocated 32 UL TBFs, algorithm B class 1..29 (UL and DL)
-Going to test assignment with many TBF, algorithm dynamic class 1..29 (UL and DL)
+ Successfully allocated 29 UL TBFs, algorithm B class 1..32 (UL and DL)
+Going to test assignment with many TBF, algorithm dynamic class 1..32 (UL and DL)
TBF[0] class 1 reserves ...C....
TBF[1] class 2 reserves ....DC..
TBF[2] class 3 reserves ......DC
@@ -8791,13 +9302,13 @@ Going to test assignment with many TBF, algorithm dynamic class 1..29 (UL and DL
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DDC
- TBF[29] class 1 reserves ...C....
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ....DC..
- TBF[1] class 4 reserves ...C....
- TBF[2] class 5 reserves ...C....
- TBF[0] class 6 reserves ......C.
- Successfully allocated 35 UL TBFs, algorithm dynamic class 1..29 (UL and DL)
+ TBF[1] class 30 reserves ...C....
+ TBF[2] class 31 reserves ...C....
+ TBF[0] class 32 reserves .......C
+ TBF[3] class 1 reserves ...C....
+ TBF[0] class 2 reserves ......C.
+ TBF[0] class 3 reserves .....C..
+ Successfully allocated 35 UL TBFs, algorithm dynamic class 1..32 (UL and DL)
Going to test assignment with many TBF, algorithm A class 1..1 (DL and UL)
TBF[0] class 1 reserves ...C....
TBF[0] class 1 reserves ....C...
@@ -9741,137 +10252,137 @@ Going to test assignment with many connections, algorithm A
TBF[5] class 27 reserves ....C...
TBF[5] class 28 reserves .....C..
TBF[5] class 29 reserves ......C.
- TBF[5] class 1 reserves .......C
- TBF[6] class 2 reserves ...C....
- TBF[6] class 3 reserves ....C...
- TBF[6] class 4 reserves .....C..
- TBF[6] class 5 reserves ......C.
- TBF[6] class 6 reserves .......C
- TBF[7] class 7 reserves ...C....
- TBF[7] class 8 reserves ....C...
- TBF[7] class 9 reserves .....C..
- TBF[7] class 10 reserves ......C.
- TBF[7] class 11 reserves .......C
- TBF[8] class 12 reserves ...C....
- TBF[8] class 13 reserves ....C...
- TBF[8] class 14 reserves .....C..
- TBF[8] class 15 reserves ......C.
- TBF[8] class 16 reserves .......C
- TBF[9] class 17 reserves ...C....
- TBF[9] class 18 reserves ....C...
- TBF[9] class 19 reserves .....C..
- TBF[9] class 20 reserves ......C.
- TBF[9] class 21 reserves .......C
- TBF[10] class 22 reserves ...C....
- TBF[10] class 23 reserves ....C...
- TBF[10] class 24 reserves .....C..
- TBF[10] class 25 reserves ......C.
- TBF[10] class 26 reserves .......C
- TBF[11] class 27 reserves ...C....
- TBF[11] class 28 reserves ....C...
- TBF[11] class 29 reserves .....C..
- TBF[11] class 1 reserves ......C.
- TBF[11] class 2 reserves .......C
- TBF[12] class 3 reserves ...C....
- TBF[12] class 4 reserves ....C...
- TBF[12] class 5 reserves .....C..
- TBF[12] class 6 reserves ......C.
- TBF[12] class 7 reserves .......C
- TBF[13] class 8 reserves ...C....
- TBF[13] class 9 reserves ....C...
- TBF[13] class 10 reserves .....C..
- TBF[13] class 11 reserves ......C.
- TBF[13] class 12 reserves .......C
- TBF[14] class 13 reserves ...C....
- TBF[14] class 14 reserves ....C...
- TBF[14] class 15 reserves .....C..
- TBF[14] class 16 reserves ......C.
- TBF[14] class 17 reserves .......C
- TBF[15] class 18 reserves ...C....
- TBF[15] class 19 reserves ....C...
- TBF[15] class 20 reserves .....C..
- TBF[15] class 21 reserves ......C.
- TBF[15] class 22 reserves .......C
- TBF[16] class 23 reserves ...C....
- TBF[16] class 24 reserves ....C...
- TBF[16] class 25 reserves .....C..
- TBF[16] class 26 reserves ......C.
- TBF[16] class 27 reserves .......C
- TBF[17] class 28 reserves ...C....
- TBF[17] class 29 reserves ....C...
- TBF[17] class 1 reserves .....C..
- TBF[17] class 2 reserves ......C.
- TBF[17] class 3 reserves .......C
- TBF[18] class 4 reserves ...C....
- TBF[18] class 5 reserves ....C...
- TBF[18] class 6 reserves .....C..
- TBF[18] class 7 reserves ......C.
- TBF[18] class 8 reserves .......C
- TBF[19] class 9 reserves ...C....
- TBF[19] class 10 reserves ....C...
- TBF[19] class 11 reserves .....C..
- TBF[19] class 12 reserves ......C.
- TBF[19] class 13 reserves .......C
- TBF[20] class 14 reserves ...C....
- TBF[20] class 15 reserves ....C...
- TBF[20] class 16 reserves .....C..
- TBF[20] class 17 reserves ......C.
- TBF[20] class 18 reserves .......C
- TBF[21] class 19 reserves ...C....
- TBF[21] class 20 reserves ....C...
- TBF[21] class 21 reserves .....C..
- TBF[21] class 22 reserves ......C.
- TBF[21] class 23 reserves .......C
- TBF[22] class 24 reserves ...C....
- TBF[22] class 25 reserves ....C...
- TBF[22] class 26 reserves .....C..
- TBF[22] class 27 reserves ......C.
- TBF[22] class 28 reserves .......C
- TBF[23] class 29 reserves ...C....
- TBF[23] class 1 reserves ....C...
- TBF[23] class 2 reserves .....C..
- TBF[23] class 3 reserves ......C.
- TBF[23] class 4 reserves .......C
- TBF[24] class 5 reserves ...C....
- TBF[24] class 6 reserves ....C...
- TBF[24] class 7 reserves .....C..
- TBF[24] class 8 reserves ......C.
- TBF[24] class 9 reserves .......C
- TBF[25] class 10 reserves ...C....
- TBF[25] class 11 reserves ....C...
- TBF[25] class 12 reserves .....C..
- TBF[25] class 13 reserves ......C.
- TBF[25] class 14 reserves .......C
- TBF[26] class 15 reserves ...C....
- TBF[26] class 16 reserves ....C...
- TBF[26] class 17 reserves .....C..
- TBF[26] class 18 reserves ......C.
- TBF[26] class 19 reserves .......C
- TBF[27] class 20 reserves ...C....
- TBF[27] class 21 reserves ....C...
- TBF[27] class 22 reserves .....C..
- TBF[27] class 23 reserves ......C.
- TBF[27] class 24 reserves .......C
- TBF[28] class 25 reserves ...C....
- TBF[28] class 26 reserves ....C...
- TBF[28] class 27 reserves .....C..
- TBF[28] class 28 reserves ......C.
- TBF[28] class 29 reserves .......C
- TBF[29] class 1 reserves ...C....
- TBF[29] class 2 reserves ....C...
- TBF[29] class 3 reserves .....C..
- TBF[29] class 4 reserves ......C.
- TBF[29] class 5 reserves .......C
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[30] class 8 reserves .....C..
- TBF[30] class 9 reserves ......C.
- TBF[30] class 10 reserves .......C
- TBF[31] class 11 reserves ...C....
- TBF[31] class 12 reserves ....C...
- TBF[31] class 13 reserves .....C..
- TBF[31] class 14 reserves ......C.
- TBF[31] class 15 reserves .......C
+ TBF[5] class 30 reserves .......C
+ TBF[6] class 31 reserves ...C....
+ TBF[6] class 32 reserves ....C...
+ TBF[6] class 1 reserves .....C..
+ TBF[6] class 2 reserves ......C.
+ TBF[6] class 3 reserves .......C
+ TBF[7] class 4 reserves ...C....
+ TBF[7] class 5 reserves ....C...
+ TBF[7] class 6 reserves .....C..
+ TBF[7] class 7 reserves ......C.
+ TBF[7] class 8 reserves .......C
+ TBF[8] class 9 reserves ...C....
+ TBF[8] class 10 reserves ....C...
+ TBF[8] class 11 reserves .....C..
+ TBF[8] class 12 reserves ......C.
+ TBF[8] class 13 reserves .......C
+ TBF[9] class 14 reserves ...C....
+ TBF[9] class 15 reserves ....C...
+ TBF[9] class 16 reserves .....C..
+ TBF[9] class 17 reserves ......C.
+ TBF[9] class 18 reserves .......C
+ TBF[10] class 19 reserves ...C....
+ TBF[10] class 20 reserves ....C...
+ TBF[10] class 21 reserves .....C..
+ TBF[10] class 22 reserves ......C.
+ TBF[10] class 23 reserves .......C
+ TBF[11] class 24 reserves ...C....
+ TBF[11] class 25 reserves ....C...
+ TBF[11] class 26 reserves .....C..
+ TBF[11] class 27 reserves ......C.
+ TBF[11] class 28 reserves .......C
+ TBF[12] class 29 reserves ...C....
+ TBF[12] class 30 reserves ....C...
+ TBF[12] class 31 reserves .....C..
+ TBF[12] class 32 reserves ......C.
+ TBF[12] class 1 reserves .......C
+ TBF[13] class 2 reserves ...C....
+ TBF[13] class 3 reserves ....C...
+ TBF[13] class 4 reserves .....C..
+ TBF[13] class 5 reserves ......C.
+ TBF[13] class 6 reserves .......C
+ TBF[14] class 7 reserves ...C....
+ TBF[14] class 8 reserves ....C...
+ TBF[14] class 9 reserves .....C..
+ TBF[14] class 10 reserves ......C.
+ TBF[14] class 11 reserves .......C
+ TBF[15] class 12 reserves ...C....
+ TBF[15] class 13 reserves ....C...
+ TBF[15] class 14 reserves .....C..
+ TBF[15] class 15 reserves ......C.
+ TBF[15] class 16 reserves .......C
+ TBF[16] class 17 reserves ...C....
+ TBF[16] class 18 reserves ....C...
+ TBF[16] class 19 reserves .....C..
+ TBF[16] class 20 reserves ......C.
+ TBF[16] class 21 reserves .......C
+ TBF[17] class 22 reserves ...C....
+ TBF[17] class 23 reserves ....C...
+ TBF[17] class 24 reserves .....C..
+ TBF[17] class 25 reserves ......C.
+ TBF[17] class 26 reserves .......C
+ TBF[18] class 27 reserves ...C....
+ TBF[18] class 28 reserves ....C...
+ TBF[18] class 29 reserves .....C..
+ TBF[18] class 30 reserves ......C.
+ TBF[18] class 31 reserves .......C
+ TBF[19] class 32 reserves ...C....
+ TBF[19] class 1 reserves ....C...
+ TBF[19] class 2 reserves .....C..
+ TBF[19] class 3 reserves ......C.
+ TBF[19] class 4 reserves .......C
+ TBF[20] class 5 reserves ...C....
+ TBF[20] class 6 reserves ....C...
+ TBF[20] class 7 reserves .....C..
+ TBF[20] class 8 reserves ......C.
+ TBF[20] class 9 reserves .......C
+ TBF[21] class 10 reserves ...C....
+ TBF[21] class 11 reserves ....C...
+ TBF[21] class 12 reserves .....C..
+ TBF[21] class 13 reserves ......C.
+ TBF[21] class 14 reserves .......C
+ TBF[22] class 15 reserves ...C....
+ TBF[22] class 16 reserves ....C...
+ TBF[22] class 17 reserves .....C..
+ TBF[22] class 18 reserves ......C.
+ TBF[22] class 19 reserves .......C
+ TBF[23] class 20 reserves ...C....
+ TBF[23] class 21 reserves ....C...
+ TBF[23] class 22 reserves .....C..
+ TBF[23] class 23 reserves ......C.
+ TBF[23] class 24 reserves .......C
+ TBF[24] class 25 reserves ...C....
+ TBF[24] class 26 reserves ....C...
+ TBF[24] class 27 reserves .....C..
+ TBF[24] class 28 reserves ......C.
+ TBF[24] class 29 reserves .......C
+ TBF[25] class 30 reserves ...C....
+ TBF[25] class 31 reserves ....C...
+ TBF[25] class 32 reserves .....C..
+ TBF[25] class 1 reserves ......C.
+ TBF[25] class 2 reserves .......C
+ TBF[26] class 3 reserves ...C....
+ TBF[26] class 4 reserves ....C...
+ TBF[26] class 5 reserves .....C..
+ TBF[26] class 6 reserves ......C.
+ TBF[26] class 7 reserves .......C
+ TBF[27] class 8 reserves ...C....
+ TBF[27] class 9 reserves ....C...
+ TBF[27] class 10 reserves .....C..
+ TBF[27] class 11 reserves ......C.
+ TBF[27] class 12 reserves .......C
+ TBF[28] class 13 reserves ...C....
+ TBF[28] class 14 reserves ....C...
+ TBF[28] class 15 reserves .....C..
+ TBF[28] class 16 reserves ......C.
+ TBF[28] class 17 reserves .......C
+ TBF[29] class 18 reserves ...C....
+ TBF[29] class 19 reserves ....C...
+ TBF[29] class 20 reserves .....C..
+ TBF[29] class 21 reserves ......C.
+ TBF[29] class 22 reserves .......C
+ TBF[30] class 23 reserves ...C....
+ TBF[30] class 24 reserves ....C...
+ TBF[30] class 25 reserves .....C..
+ TBF[30] class 26 reserves ......C.
+ TBF[30] class 27 reserves .......C
+ TBF[31] class 28 reserves ...C....
+ TBF[31] class 29 reserves ....C...
+ TBF[31] class 30 reserves .....C..
+ TBF[31] class 31 reserves ......C.
+ TBF[31] class 32 reserves .......C
TBF[0] class 1 reserves ...C....
TBF[0] class 2 reserves ....C...
TBF[0] class 3 reserves .....C..
@@ -9901,12 +10412,12 @@ Going to test assignment with many connections, algorithm A
TBF[5] class 27 reserves ....C...
TBF[5] class 28 reserves .....C..
TBF[5] class 29 reserves ......C.
- TBF[5] class 1 reserves .......C
- TBF[6] class 2 reserves ...C....
- TBF[6] class 3 reserves ....C...
- TBF[6] class 4 reserves .....C..
- TBF[6] class 5 reserves ......C.
- TBF[6] class 6 reserves .......C
+ TBF[5] class 30 reserves .......C
+ TBF[6] class 31 reserves ...C....
+ TBF[6] class 32 reserves ....C...
+ TBF[6] class 1 reserves .....C..
+ TBF[6] class 2 reserves ......C.
+ TBF[6] class 3 reserves .......C
TBF[0] class 1 reserves ...C....
TBF[0] class 2 reserves ....C...
TBF[0] class 3 reserves .....C..
@@ -9936,137 +10447,137 @@ Going to test assignment with many connections, algorithm A
TBF[5] class 27 reserves ....C...
TBF[5] class 28 reserves .....C..
TBF[5] class 29 reserves ......C.
- TBF[5] class 1 reserves .......C
- TBF[6] class 2 reserves ...C....
- TBF[6] class 3 reserves ....C...
- TBF[6] class 4 reserves .....C..
- TBF[6] class 5 reserves ......C.
- TBF[6] class 6 reserves .......C
- TBF[7] class 7 reserves ...C....
- TBF[7] class 8 reserves ....C...
- TBF[7] class 9 reserves .....C..
- TBF[7] class 10 reserves ......C.
- TBF[7] class 11 reserves .......C
- TBF[8] class 12 reserves ...C....
- TBF[8] class 13 reserves ....C...
- TBF[8] class 14 reserves .....C..
- TBF[8] class 15 reserves ......C.
- TBF[8] class 16 reserves .......C
- TBF[9] class 17 reserves ...C....
- TBF[9] class 18 reserves ....C...
- TBF[9] class 19 reserves .....C..
- TBF[9] class 20 reserves ......C.
- TBF[9] class 21 reserves .......C
- TBF[10] class 22 reserves ...C....
- TBF[10] class 23 reserves ....C...
- TBF[10] class 24 reserves .....C..
- TBF[10] class 25 reserves ......C.
- TBF[10] class 26 reserves .......C
- TBF[11] class 27 reserves ...C....
- TBF[11] class 28 reserves ....C...
- TBF[11] class 29 reserves .....C..
- TBF[11] class 1 reserves ......C.
- TBF[11] class 2 reserves .......C
- TBF[12] class 3 reserves ...C....
- TBF[12] class 4 reserves ....C...
- TBF[12] class 5 reserves .....C..
- TBF[12] class 6 reserves ......C.
- TBF[12] class 7 reserves .......C
- TBF[13] class 8 reserves ...C....
- TBF[13] class 9 reserves ....C...
- TBF[13] class 10 reserves .....C..
- TBF[13] class 11 reserves ......C.
- TBF[13] class 12 reserves .......C
- TBF[14] class 13 reserves ...C....
- TBF[14] class 14 reserves ....C...
- TBF[14] class 15 reserves .....C..
- TBF[14] class 16 reserves ......C.
- TBF[14] class 17 reserves .......C
- TBF[15] class 18 reserves ...C....
- TBF[15] class 19 reserves ....C...
- TBF[15] class 20 reserves .....C..
- TBF[15] class 21 reserves ......C.
- TBF[15] class 22 reserves .......C
- TBF[16] class 23 reserves ...C....
- TBF[16] class 24 reserves ....C...
- TBF[16] class 25 reserves .....C..
- TBF[16] class 26 reserves ......C.
- TBF[16] class 27 reserves .......C
- TBF[17] class 28 reserves ...C....
- TBF[17] class 29 reserves ....C...
- TBF[17] class 1 reserves .....C..
- TBF[17] class 2 reserves ......C.
- TBF[17] class 3 reserves .......C
- TBF[18] class 4 reserves ...C....
- TBF[18] class 5 reserves ....C...
- TBF[18] class 6 reserves .....C..
- TBF[18] class 7 reserves ......C.
- TBF[18] class 8 reserves .......C
- TBF[19] class 9 reserves ...C....
- TBF[19] class 10 reserves ....C...
- TBF[19] class 11 reserves .....C..
- TBF[19] class 12 reserves ......C.
- TBF[19] class 13 reserves .......C
- TBF[20] class 14 reserves ...C....
- TBF[20] class 15 reserves ....C...
- TBF[20] class 16 reserves .....C..
- TBF[20] class 17 reserves ......C.
- TBF[20] class 18 reserves .......C
- TBF[21] class 19 reserves ...C....
- TBF[21] class 20 reserves ....C...
- TBF[21] class 21 reserves .....C..
- TBF[21] class 22 reserves ......C.
- TBF[21] class 23 reserves .......C
- TBF[22] class 24 reserves ...C....
- TBF[22] class 25 reserves ....C...
- TBF[22] class 26 reserves .....C..
- TBF[22] class 27 reserves ......C.
- TBF[22] class 28 reserves .......C
- TBF[23] class 29 reserves ...C....
- TBF[23] class 1 reserves ....C...
- TBF[23] class 2 reserves .....C..
- TBF[23] class 3 reserves ......C.
- TBF[23] class 4 reserves .......C
- TBF[24] class 5 reserves ...C....
- TBF[24] class 6 reserves ....C...
- TBF[24] class 7 reserves .....C..
- TBF[24] class 8 reserves ......C.
- TBF[24] class 9 reserves .......C
- TBF[25] class 10 reserves ...C....
- TBF[25] class 11 reserves ....C...
- TBF[25] class 12 reserves .....C..
- TBF[25] class 13 reserves ......C.
- TBF[25] class 14 reserves .......C
- TBF[26] class 15 reserves ...C....
- TBF[26] class 16 reserves ....C...
- TBF[26] class 17 reserves .....C..
- TBF[26] class 18 reserves ......C.
- TBF[26] class 19 reserves .......C
- TBF[27] class 20 reserves ...C....
- TBF[27] class 21 reserves ....C...
- TBF[27] class 22 reserves .....C..
- TBF[27] class 23 reserves ......C.
- TBF[27] class 24 reserves .......C
- TBF[28] class 25 reserves ...C....
- TBF[28] class 26 reserves ....C...
- TBF[28] class 27 reserves .....C..
- TBF[28] class 28 reserves ......C.
- TBF[28] class 29 reserves .......C
- TBF[29] class 1 reserves ...C....
- TBF[29] class 2 reserves ....C...
- TBF[29] class 3 reserves .....C..
- TBF[29] class 4 reserves ......C.
- TBF[29] class 5 reserves .......C
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[30] class 8 reserves .....C..
- TBF[30] class 9 reserves ......C.
- TBF[30] class 10 reserves .......C
- TBF[31] class 11 reserves ...C....
- TBF[31] class 12 reserves ....C...
- TBF[31] class 13 reserves .....C..
- TBF[31] class 14 reserves ......C.
- TBF[31] class 15 reserves .......C
+ TBF[5] class 30 reserves .......C
+ TBF[6] class 31 reserves ...C....
+ TBF[6] class 32 reserves ....C...
+ TBF[6] class 1 reserves .....C..
+ TBF[6] class 2 reserves ......C.
+ TBF[6] class 3 reserves .......C
+ TBF[7] class 4 reserves ...C....
+ TBF[7] class 5 reserves ....C...
+ TBF[7] class 6 reserves .....C..
+ TBF[7] class 7 reserves ......C.
+ TBF[7] class 8 reserves .......C
+ TBF[8] class 9 reserves ...C....
+ TBF[8] class 10 reserves ....C...
+ TBF[8] class 11 reserves .....C..
+ TBF[8] class 12 reserves ......C.
+ TBF[8] class 13 reserves .......C
+ TBF[9] class 14 reserves ...C....
+ TBF[9] class 15 reserves ....C...
+ TBF[9] class 16 reserves .....C..
+ TBF[9] class 17 reserves ......C.
+ TBF[9] class 18 reserves .......C
+ TBF[10] class 19 reserves ...C....
+ TBF[10] class 20 reserves ....C...
+ TBF[10] class 21 reserves .....C..
+ TBF[10] class 22 reserves ......C.
+ TBF[10] class 23 reserves .......C
+ TBF[11] class 24 reserves ...C....
+ TBF[11] class 25 reserves ....C...
+ TBF[11] class 26 reserves .....C..
+ TBF[11] class 27 reserves ......C.
+ TBF[11] class 28 reserves .......C
+ TBF[12] class 29 reserves ...C....
+ TBF[12] class 30 reserves ....C...
+ TBF[12] class 31 reserves .....C..
+ TBF[12] class 32 reserves ......C.
+ TBF[12] class 1 reserves .......C
+ TBF[13] class 2 reserves ...C....
+ TBF[13] class 3 reserves ....C...
+ TBF[13] class 4 reserves .....C..
+ TBF[13] class 5 reserves ......C.
+ TBF[13] class 6 reserves .......C
+ TBF[14] class 7 reserves ...C....
+ TBF[14] class 8 reserves ....C...
+ TBF[14] class 9 reserves .....C..
+ TBF[14] class 10 reserves ......C.
+ TBF[14] class 11 reserves .......C
+ TBF[15] class 12 reserves ...C....
+ TBF[15] class 13 reserves ....C...
+ TBF[15] class 14 reserves .....C..
+ TBF[15] class 15 reserves ......C.
+ TBF[15] class 16 reserves .......C
+ TBF[16] class 17 reserves ...C....
+ TBF[16] class 18 reserves ....C...
+ TBF[16] class 19 reserves .....C..
+ TBF[16] class 20 reserves ......C.
+ TBF[16] class 21 reserves .......C
+ TBF[17] class 22 reserves ...C....
+ TBF[17] class 23 reserves ....C...
+ TBF[17] class 24 reserves .....C..
+ TBF[17] class 25 reserves ......C.
+ TBF[17] class 26 reserves .......C
+ TBF[18] class 27 reserves ...C....
+ TBF[18] class 28 reserves ....C...
+ TBF[18] class 29 reserves .....C..
+ TBF[18] class 30 reserves ......C.
+ TBF[18] class 31 reserves .......C
+ TBF[19] class 32 reserves ...C....
+ TBF[19] class 1 reserves ....C...
+ TBF[19] class 2 reserves .....C..
+ TBF[19] class 3 reserves ......C.
+ TBF[19] class 4 reserves .......C
+ TBF[20] class 5 reserves ...C....
+ TBF[20] class 6 reserves ....C...
+ TBF[20] class 7 reserves .....C..
+ TBF[20] class 8 reserves ......C.
+ TBF[20] class 9 reserves .......C
+ TBF[21] class 10 reserves ...C....
+ TBF[21] class 11 reserves ....C...
+ TBF[21] class 12 reserves .....C..
+ TBF[21] class 13 reserves ......C.
+ TBF[21] class 14 reserves .......C
+ TBF[22] class 15 reserves ...C....
+ TBF[22] class 16 reserves ....C...
+ TBF[22] class 17 reserves .....C..
+ TBF[22] class 18 reserves ......C.
+ TBF[22] class 19 reserves .......C
+ TBF[23] class 20 reserves ...C....
+ TBF[23] class 21 reserves ....C...
+ TBF[23] class 22 reserves .....C..
+ TBF[23] class 23 reserves ......C.
+ TBF[23] class 24 reserves .......C
+ TBF[24] class 25 reserves ...C....
+ TBF[24] class 26 reserves ....C...
+ TBF[24] class 27 reserves .....C..
+ TBF[24] class 28 reserves ......C.
+ TBF[24] class 29 reserves .......C
+ TBF[25] class 30 reserves ...C....
+ TBF[25] class 31 reserves ....C...
+ TBF[25] class 32 reserves .....C..
+ TBF[25] class 1 reserves ......C.
+ TBF[25] class 2 reserves .......C
+ TBF[26] class 3 reserves ...C....
+ TBF[26] class 4 reserves ....C...
+ TBF[26] class 5 reserves .....C..
+ TBF[26] class 6 reserves ......C.
+ TBF[26] class 7 reserves .......C
+ TBF[27] class 8 reserves ...C....
+ TBF[27] class 9 reserves ....C...
+ TBF[27] class 10 reserves .....C..
+ TBF[27] class 11 reserves ......C.
+ TBF[27] class 12 reserves .......C
+ TBF[28] class 13 reserves ...C....
+ TBF[28] class 14 reserves ....C...
+ TBF[28] class 15 reserves .....C..
+ TBF[28] class 16 reserves ......C.
+ TBF[28] class 17 reserves .......C
+ TBF[29] class 18 reserves ...C....
+ TBF[29] class 19 reserves ....C...
+ TBF[29] class 20 reserves .....C..
+ TBF[29] class 21 reserves ......C.
+ TBF[29] class 22 reserves .......C
+ TBF[30] class 23 reserves ...C....
+ TBF[30] class 24 reserves ....C...
+ TBF[30] class 25 reserves .....C..
+ TBF[30] class 26 reserves ......C.
+ TBF[30] class 27 reserves .......C
+ TBF[31] class 28 reserves ...C....
+ TBF[31] class 29 reserves ....C...
+ TBF[31] class 30 reserves .....C..
+ TBF[31] class 31 reserves ......C.
+ TBF[31] class 32 reserves .......C
TBF[0] class 1 reserves ...C....
TBF[0] class 2 reserves ....C...
TBF[0] class 3 reserves .....C..
@@ -10096,137 +10607,137 @@ Going to test assignment with many connections, algorithm A
TBF[5] class 27 reserves ....C...
TBF[5] class 28 reserves .....C..
TBF[5] class 29 reserves ......C.
- TBF[5] class 1 reserves .......C
- TBF[6] class 2 reserves ...C....
- TBF[6] class 3 reserves ....C...
- TBF[6] class 4 reserves .....C..
- TBF[6] class 5 reserves ......C.
- TBF[6] class 6 reserves .......C
- TBF[7] class 7 reserves ...C....
- TBF[7] class 8 reserves ....C...
- TBF[7] class 9 reserves .....C..
- TBF[7] class 10 reserves ......C.
- TBF[7] class 11 reserves .......C
- TBF[8] class 12 reserves ...C....
- TBF[8] class 13 reserves ....C...
- TBF[8] class 14 reserves .....C..
- TBF[8] class 15 reserves ......C.
- TBF[8] class 16 reserves .......C
- TBF[9] class 17 reserves ...C....
- TBF[9] class 18 reserves ....C...
- TBF[9] class 19 reserves .....C..
- TBF[9] class 20 reserves ......C.
- TBF[9] class 21 reserves .......C
- TBF[10] class 22 reserves ...C....
- TBF[10] class 23 reserves ....C...
- TBF[10] class 24 reserves .....C..
- TBF[10] class 25 reserves ......C.
- TBF[10] class 26 reserves .......C
- TBF[11] class 27 reserves ...C....
- TBF[11] class 28 reserves ....C...
- TBF[11] class 29 reserves .....C..
- TBF[11] class 1 reserves ......C.
- TBF[11] class 2 reserves .......C
- TBF[12] class 3 reserves ...C....
- TBF[12] class 4 reserves ....C...
- TBF[12] class 5 reserves .....C..
- TBF[12] class 6 reserves ......C.
- TBF[12] class 7 reserves .......C
- TBF[13] class 8 reserves ...C....
- TBF[13] class 9 reserves ....C...
- TBF[13] class 10 reserves .....C..
- TBF[13] class 11 reserves ......C.
- TBF[13] class 12 reserves .......C
- TBF[14] class 13 reserves ...C....
- TBF[14] class 14 reserves ....C...
- TBF[14] class 15 reserves .....C..
- TBF[14] class 16 reserves ......C.
- TBF[14] class 17 reserves .......C
- TBF[15] class 18 reserves ...C....
- TBF[15] class 19 reserves ....C...
- TBF[15] class 20 reserves .....C..
- TBF[15] class 21 reserves ......C.
- TBF[15] class 22 reserves .......C
- TBF[16] class 23 reserves ...C....
- TBF[16] class 24 reserves ....C...
- TBF[16] class 25 reserves .....C..
- TBF[16] class 26 reserves ......C.
- TBF[16] class 27 reserves .......C
- TBF[17] class 28 reserves ...C....
- TBF[17] class 29 reserves ....C...
- TBF[17] class 1 reserves .....C..
- TBF[17] class 2 reserves ......C.
- TBF[17] class 3 reserves .......C
- TBF[18] class 4 reserves ...C....
- TBF[18] class 5 reserves ....C...
- TBF[18] class 6 reserves .....C..
- TBF[18] class 7 reserves ......C.
- TBF[18] class 8 reserves .......C
- TBF[19] class 9 reserves ...C....
- TBF[19] class 10 reserves ....C...
- TBF[19] class 11 reserves .....C..
- TBF[19] class 12 reserves ......C.
- TBF[19] class 13 reserves .......C
- TBF[20] class 14 reserves ...C....
- TBF[20] class 15 reserves ....C...
- TBF[20] class 16 reserves .....C..
- TBF[20] class 17 reserves ......C.
- TBF[20] class 18 reserves .......C
- TBF[21] class 19 reserves ...C....
- TBF[21] class 20 reserves ....C...
- TBF[21] class 21 reserves .....C..
- TBF[21] class 22 reserves ......C.
- TBF[21] class 23 reserves .......C
- TBF[22] class 24 reserves ...C....
- TBF[22] class 25 reserves ....C...
- TBF[22] class 26 reserves .....C..
- TBF[22] class 27 reserves ......C.
- TBF[22] class 28 reserves .......C
- TBF[23] class 29 reserves ...C....
- TBF[23] class 1 reserves ....C...
- TBF[23] class 2 reserves .....C..
- TBF[23] class 3 reserves ......C.
- TBF[23] class 4 reserves .......C
- TBF[24] class 5 reserves ...C....
- TBF[24] class 6 reserves ....C...
- TBF[24] class 7 reserves .....C..
- TBF[24] class 8 reserves ......C.
- TBF[24] class 9 reserves .......C
- TBF[25] class 10 reserves ...C....
- TBF[25] class 11 reserves ....C...
- TBF[25] class 12 reserves .....C..
- TBF[25] class 13 reserves ......C.
- TBF[25] class 14 reserves .......C
- TBF[26] class 15 reserves ...C....
- TBF[26] class 16 reserves ....C...
- TBF[26] class 17 reserves .....C..
- TBF[26] class 18 reserves ......C.
- TBF[26] class 19 reserves .......C
- TBF[27] class 20 reserves ...C....
- TBF[27] class 21 reserves ....C...
- TBF[27] class 22 reserves .....C..
- TBF[27] class 23 reserves ......C.
- TBF[27] class 24 reserves .......C
- TBF[28] class 25 reserves ...C....
- TBF[28] class 26 reserves ....C...
- TBF[28] class 27 reserves .....C..
- TBF[28] class 28 reserves ......C.
- TBF[28] class 29 reserves .......C
- TBF[29] class 1 reserves ...C....
- TBF[29] class 2 reserves ....C...
- TBF[29] class 3 reserves .....C..
- TBF[29] class 4 reserves ......C.
- TBF[29] class 5 reserves .......C
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[30] class 8 reserves .....C..
- TBF[30] class 9 reserves ......C.
- TBF[30] class 10 reserves .......C
- TBF[31] class 11 reserves ...C....
- TBF[31] class 12 reserves ....C...
- TBF[31] class 13 reserves .....C..
- TBF[31] class 14 reserves ......C.
- TBF[31] class 15 reserves .......C
+ TBF[5] class 30 reserves .......C
+ TBF[6] class 31 reserves ...C....
+ TBF[6] class 32 reserves ....C...
+ TBF[6] class 1 reserves .....C..
+ TBF[6] class 2 reserves ......C.
+ TBF[6] class 3 reserves .......C
+ TBF[7] class 4 reserves ...C....
+ TBF[7] class 5 reserves ....C...
+ TBF[7] class 6 reserves .....C..
+ TBF[7] class 7 reserves ......C.
+ TBF[7] class 8 reserves .......C
+ TBF[8] class 9 reserves ...C....
+ TBF[8] class 10 reserves ....C...
+ TBF[8] class 11 reserves .....C..
+ TBF[8] class 12 reserves ......C.
+ TBF[8] class 13 reserves .......C
+ TBF[9] class 14 reserves ...C....
+ TBF[9] class 15 reserves ....C...
+ TBF[9] class 16 reserves .....C..
+ TBF[9] class 17 reserves ......C.
+ TBF[9] class 18 reserves .......C
+ TBF[10] class 19 reserves ...C....
+ TBF[10] class 20 reserves ....C...
+ TBF[10] class 21 reserves .....C..
+ TBF[10] class 22 reserves ......C.
+ TBF[10] class 23 reserves .......C
+ TBF[11] class 24 reserves ...C....
+ TBF[11] class 25 reserves ....C...
+ TBF[11] class 26 reserves .....C..
+ TBF[11] class 27 reserves ......C.
+ TBF[11] class 28 reserves .......C
+ TBF[12] class 29 reserves ...C....
+ TBF[12] class 30 reserves ....C...
+ TBF[12] class 31 reserves .....C..
+ TBF[12] class 32 reserves ......C.
+ TBF[12] class 1 reserves .......C
+ TBF[13] class 2 reserves ...C....
+ TBF[13] class 3 reserves ....C...
+ TBF[13] class 4 reserves .....C..
+ TBF[13] class 5 reserves ......C.
+ TBF[13] class 6 reserves .......C
+ TBF[14] class 7 reserves ...C....
+ TBF[14] class 8 reserves ....C...
+ TBF[14] class 9 reserves .....C..
+ TBF[14] class 10 reserves ......C.
+ TBF[14] class 11 reserves .......C
+ TBF[15] class 12 reserves ...C....
+ TBF[15] class 13 reserves ....C...
+ TBF[15] class 14 reserves .....C..
+ TBF[15] class 15 reserves ......C.
+ TBF[15] class 16 reserves .......C
+ TBF[16] class 17 reserves ...C....
+ TBF[16] class 18 reserves ....C...
+ TBF[16] class 19 reserves .....C..
+ TBF[16] class 20 reserves ......C.
+ TBF[16] class 21 reserves .......C
+ TBF[17] class 22 reserves ...C....
+ TBF[17] class 23 reserves ....C...
+ TBF[17] class 24 reserves .....C..
+ TBF[17] class 25 reserves ......C.
+ TBF[17] class 26 reserves .......C
+ TBF[18] class 27 reserves ...C....
+ TBF[18] class 28 reserves ....C...
+ TBF[18] class 29 reserves .....C..
+ TBF[18] class 30 reserves ......C.
+ TBF[18] class 31 reserves .......C
+ TBF[19] class 32 reserves ...C....
+ TBF[19] class 1 reserves ....C...
+ TBF[19] class 2 reserves .....C..
+ TBF[19] class 3 reserves ......C.
+ TBF[19] class 4 reserves .......C
+ TBF[20] class 5 reserves ...C....
+ TBF[20] class 6 reserves ....C...
+ TBF[20] class 7 reserves .....C..
+ TBF[20] class 8 reserves ......C.
+ TBF[20] class 9 reserves .......C
+ TBF[21] class 10 reserves ...C....
+ TBF[21] class 11 reserves ....C...
+ TBF[21] class 12 reserves .....C..
+ TBF[21] class 13 reserves ......C.
+ TBF[21] class 14 reserves .......C
+ TBF[22] class 15 reserves ...C....
+ TBF[22] class 16 reserves ....C...
+ TBF[22] class 17 reserves .....C..
+ TBF[22] class 18 reserves ......C.
+ TBF[22] class 19 reserves .......C
+ TBF[23] class 20 reserves ...C....
+ TBF[23] class 21 reserves ....C...
+ TBF[23] class 22 reserves .....C..
+ TBF[23] class 23 reserves ......C.
+ TBF[23] class 24 reserves .......C
+ TBF[24] class 25 reserves ...C....
+ TBF[24] class 26 reserves ....C...
+ TBF[24] class 27 reserves .....C..
+ TBF[24] class 28 reserves ......C.
+ TBF[24] class 29 reserves .......C
+ TBF[25] class 30 reserves ...C....
+ TBF[25] class 31 reserves ....C...
+ TBF[25] class 32 reserves .....C..
+ TBF[25] class 1 reserves ......C.
+ TBF[25] class 2 reserves .......C
+ TBF[26] class 3 reserves ...C....
+ TBF[26] class 4 reserves ....C...
+ TBF[26] class 5 reserves .....C..
+ TBF[26] class 6 reserves ......C.
+ TBF[26] class 7 reserves .......C
+ TBF[27] class 8 reserves ...C....
+ TBF[27] class 9 reserves ....C...
+ TBF[27] class 10 reserves .....C..
+ TBF[27] class 11 reserves ......C.
+ TBF[27] class 12 reserves .......C
+ TBF[28] class 13 reserves ...C....
+ TBF[28] class 14 reserves ....C...
+ TBF[28] class 15 reserves .....C..
+ TBF[28] class 16 reserves ......C.
+ TBF[28] class 17 reserves .......C
+ TBF[29] class 18 reserves ...C....
+ TBF[29] class 19 reserves ....C...
+ TBF[29] class 20 reserves .....C..
+ TBF[29] class 21 reserves ......C.
+ TBF[29] class 22 reserves .......C
+ TBF[30] class 23 reserves ...C....
+ TBF[30] class 24 reserves ....C...
+ TBF[30] class 25 reserves .....C..
+ TBF[30] class 26 reserves ......C.
+ TBF[30] class 27 reserves .......C
+ TBF[31] class 28 reserves ...C....
+ TBF[31] class 29 reserves ....C...
+ TBF[31] class 30 reserves .....C..
+ TBF[31] class 31 reserves ......C.
+ TBF[31] class 32 reserves .......C
Successfully allocated 160 TBFs
Going to test assignment with many connections, algorithm B
TBF[0] class 1 reserves ...C....
@@ -10258,9 +10769,6 @@ Going to test assignment with many connections, algorithm B
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DCD
- TBF[29] class 1 reserves .......C
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ......DC
TBF[0] class 1 reserves ...C....
TBF[1] class 2 reserves ....DC..
TBF[2] class 3 reserves ......DC
@@ -10314,11 +10822,8 @@ Going to test assignment with many connections, algorithm B
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DCD
- TBF[29] class 1 reserves .......C
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ......DC
- TBF[0] class 1 reserves ...C....
- TBF[1] class 2 reserves ...DC...
+ TBF[0] class 1 reserves .......C
+ TBF[1] class 2 reserves ......DC
TBF[2] class 3 reserves ......DC
TBF[3] class 4 reserves ....DCD.
TBF[4] class 5 reserves ...CD...
@@ -10326,9 +10831,9 @@ Going to test assignment with many connections, algorithm B
TBF[6] class 7 reserves ......CD
TBF[7] class 8 reserves ...DDCD.
TBF[8] class 9 reserves ...DCD..
- TBF[9] class 10 reserves ....DCD.
- TBF[10] class 11 reserves ...DCD..
- TBF[11] class 12 reserves .....DCD
+ TBF[9] class 10 reserves ...DCD..
+ TBF[10] class 11 reserves .....DCD
+ TBF[11] class 12 reserves ...DCD..
TBF[12] class 13 reserves .....CDD
TBF[13] class 14 reserves ...CDDD.
TBF[14] class 15 reserves ...CDDDD
@@ -10346,10 +10851,7 @@ Going to test assignment with many connections, algorithm B
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DCD
- TBF[29] class 1 reserves ...C....
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ......DC
- Successfully allocated 32 TBFs
+ Successfully allocated 29 TBFs
Going to test assignment with many connections, algorithm dynamic
TBF[0] class 1 reserves ...C....
TBF[1] class 2 reserves ....DC..
@@ -10380,74 +10882,76 @@ Going to test assignment with many connections, algorithm dynamic
TBF[26] class 27 reserves .....DCD
TBF[27] class 28 reserves ...DCD..
TBF[28] class 29 reserves .....DCD
- TBF[29] class 1 reserves .......C
- TBF[30] class 2 reserves ......DC
- TBF[31] class 3 reserves ......DC
- TBF[0] class 4 reserves .....C..
- TBF[1] class 5 reserves ...C....
- TBF[2] class 6 reserves ...C....
- TBF[0] class 7 reserves .......C
- TBF[4] class 8 reserves ...C....
- TBF[0] class 9 reserves ....C...
- TBF[1] class 10 reserves .......C
- TBF[6] class 11 reserves ...C....
- TBF[2] class 12 reserves ....C...
- TBF[0] class 13 reserves ......C.
- TBF[3] class 14 reserves .......C
- TBF[7] class 15 reserves ...C....
- TBF[4] class 16 reserves ....C...
- TBF[1] class 17 reserves ......C.
- TBF[5] class 18 reserves .......C
- TBF[9] class 19 reserves ...C....
- TBF[6] class 20 reserves ....C...
- TBF[3] class 21 reserves ......C.
- TBF[6] class 22 reserves .......C
- TBF[11] class 23 reserves ...C....
- TBF[9] class 24 reserves ....C...
- TBF[2] class 25 reserves .....C..
- TBF[5] class 26 reserves ......C.
- TBF[8] class 27 reserves .......C
- TBF[13] class 28 reserves ...C....
- TBF[11] class 29 reserves ....C...
- TBF[4] class 1 reserves .....C..
- TBF[8] class 2 reserves ......C.
- TBF[10] class 3 reserves .......C
- TBF[18] class 4 reserves ...C....
- TBF[18] class 5 reserves ....C...
- TBF[5] class 6 reserves .....C..
- TBF[10] class 7 reserves ......C.
- TBF[12] class 8 reserves .......C
- TBF[20] class 9 reserves ...C....
- TBF[20] class 10 reserves ....C...
- TBF[29] class 11 reserves .....C..
- TBF[12] class 12 reserves ......C.
- TBF[19] class 13 reserves .......C
- TBF[22] class 14 reserves ...C....
- TBF[22] class 15 reserves ....C...
- TBF[30] class 16 reserves .....C..
- TBF[19] class 17 reserves ......C.
- TBF[21] class 18 reserves .......C
- TBF[24] class 19 reserves ...C....
- TBF[24] class 20 reserves ....C...
- TBF[31] class 21 reserves .....C..
- TBF[21] class 22 reserves ......C.
- TBF[23] class 23 reserves .......C
- TBF[26] class 24 reserves ...C....
- TBF[26] class 25 reserves ....C...
- TBF[23] class 26 reserves ......C.
- TBF[25] class 27 reserves .......C
- TBF[28] class 28 reserves ...C....
- TBF[28] class 29 reserves ....C...
- TBF[25] class 1 reserves ......C.
- TBF[27] class 2 reserves .......C
- TBF[29] class 3 reserves ...C....
- TBF[29] class 4 reserves ....C...
- TBF[27] class 5 reserves ......C.
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[29] class 8 reserves ......C.
- TBF[31] class 9 reserves ...C....
- TBF[31] class 10 reserves ....C...
+ TBF[0] class 30 reserves .......C
+ TBF[1] class 31 reserves .......C
+ TBF[1] class 32 reserves ...C....
+ TBF[3] class 1 reserves .......C
+ TBF[2] class 2 reserves ...C....
+ TBF[5] class 3 reserves .......C
+ TBF[4] class 4 reserves ...C....
+ TBF[0] class 5 reserves ....C...
+ TBF[0] class 6 reserves ......C.
+ TBF[6] class 7 reserves .......C
+ TBF[6] class 8 reserves ...C....
+ TBF[2] class 9 reserves ....C...
+ TBF[1] class 10 reserves ......C.
+ TBF[8] class 11 reserves .......C
+ TBF[7] class 12 reserves ...C....
+ TBF[4] class 13 reserves ....C...
+ TBF[3] class 14 reserves ......C.
+ TBF[10] class 15 reserves .......C
+ TBF[9] class 16 reserves ...C....
+ TBF[6] class 17 reserves ....C...
+ TBF[0] class 18 reserves .....C..
+ TBF[5] class 19 reserves ......C.
+ TBF[12] class 20 reserves .......C
+ TBF[11] class 21 reserves ...C....
+ TBF[9] class 22 reserves ....C...
+ TBF[2] class 23 reserves .....C..
+ TBF[8] class 24 reserves ......C.
+ TBF[19] class 25 reserves .......C
+ TBF[13] class 26 reserves ...C....
+ TBF[11] class 27 reserves ....C...
+ TBF[4] class 28 reserves .....C..
+ TBF[10] class 29 reserves ......C.
+ TBF[21] class 30 reserves .......C
+ TBF[18] class 31 reserves ...C....
+ TBF[18] class 32 reserves ....C...
+ TBF[5] class 1 reserves .....C..
+ TBF[12] class 2 reserves ......C.
+ TBF[23] class 3 reserves .......C
+ TBF[20] class 4 reserves ...C....
+ TBF[20] class 5 reserves ....C...
+ TBF[29] class 6 reserves .....C..
+ TBF[19] class 7 reserves ......C.
+ TBF[25] class 8 reserves .......C
+ TBF[22] class 9 reserves ...C....
+ TBF[22] class 10 reserves ....C...
+ TBF[30] class 11 reserves .....C..
+ TBF[21] class 12 reserves ......C.
+ TBF[27] class 13 reserves .......C
+ TBF[24] class 14 reserves ...C....
+ TBF[24] class 15 reserves ....C...
+ TBF[31] class 16 reserves .....C..
+ TBF[23] class 17 reserves ......C.
+ TBF[29] class 18 reserves .......C
+ TBF[26] class 19 reserves ...C....
+ TBF[26] class 20 reserves ....C...
+ TBF[25] class 21 reserves ......C.
+ TBF[30] class 22 reserves .......C
+ TBF[28] class 23 reserves ...C....
+ TBF[28] class 24 reserves ....C...
+ TBF[27] class 25 reserves ......C.
+ TBF[31] class 26 reserves .......C
+ TBF[29] class 27 reserves ...C....
+ TBF[29] class 28 reserves ....C...
+ TBF[29] class 29 reserves ......C.
+ TBF[30] class 30 reserves ...C....
+ TBF[30] class 31 reserves ....C...
+ TBF[30] class 32 reserves ......C.
+ TBF[31] class 1 reserves ...C....
+ TBF[31] class 2 reserves ....C...
+ TBF[31] class 3 reserves ......C.
TBF[0] class 1 reserves ...C....
TBF[0] class 2 reserves ....DC..
TBF[0] class 3 reserves ......DC
@@ -10501,137 +11005,137 @@ Going to test assignment with many connections, algorithm dynamic
TBF[15] class 27 reserves ......C.
TBF[14] class 28 reserves ....C...
TBF[16] class 29 reserves ......C.
- TBF[4] class 1 reserves .......C
- TBF[7] class 2 reserves .......C
- TBF[9] class 3 reserves .......C
- TBF[0] class 4 reserves .....C..
- TBF[1] class 5 reserves ...C....
- TBF[2] class 6 reserves ...C....
- TBF[0] class 7 reserves .......C
- TBF[4] class 8 reserves ...C....
- TBF[0] class 9 reserves ....C...
- TBF[1] class 10 reserves .......C
- TBF[6] class 11 reserves ...C....
- TBF[2] class 12 reserves ....C...
- TBF[0] class 13 reserves ......C.
- TBF[3] class 14 reserves .......C
- TBF[7] class 15 reserves ...C....
- TBF[4] class 16 reserves ....C...
- TBF[1] class 17 reserves ......C.
- TBF[5] class 18 reserves .......C
- TBF[9] class 19 reserves ...C....
- TBF[6] class 20 reserves ....C...
- TBF[3] class 21 reserves ......C.
- TBF[6] class 22 reserves .......C
- TBF[11] class 23 reserves ...C....
- TBF[9] class 24 reserves ....C...
- TBF[2] class 25 reserves .....C..
- TBF[5] class 26 reserves ......C.
- TBF[8] class 27 reserves .......C
- TBF[13] class 28 reserves ...C....
- TBF[11] class 29 reserves ....C...
- TBF[4] class 1 reserves .....C..
- TBF[8] class 2 reserves ......C.
- TBF[10] class 3 reserves .......C
- TBF[15] class 4 reserves ...C....
- TBF[15] class 5 reserves ....C...
- TBF[5] class 6 reserves .....C..
- TBF[10] class 7 reserves ......C.
- TBF[11] class 8 reserves .......C
- TBF[16] class 9 reserves ...C....
- TBF[16] class 10 reserves ....C...
- TBF[6] class 11 reserves .....C..
- TBF[12] class 12 reserves ......C.
- TBF[12] class 13 reserves .......C
- TBF[17] class 14 reserves ...C....
- TBF[17] class 15 reserves ....C...
- TBF[7] class 16 reserves .....C..
- TBF[17] class 17 reserves ......C.
- TBF[13] class 18 reserves .......C
- TBF[18] class 19 reserves ...C....
- TBF[18] class 20 reserves ....C...
- TBF[8] class 21 reserves .....C..
- TBF[18] class 22 reserves ......C.
- TBF[14] class 23 reserves .......C
- TBF[19] class 24 reserves ...C....
- TBF[19] class 25 reserves ....C...
- TBF[19] class 26 reserves ......C.
- TBF[15] class 27 reserves .......C
- TBF[20] class 28 reserves ...C....
- TBF[20] class 29 reserves ....C...
- TBF[20] class 1 reserves ......C.
- TBF[16] class 2 reserves .......C
- TBF[21] class 3 reserves ...C....
- TBF[21] class 4 reserves ....C...
- TBF[21] class 5 reserves ......C.
- TBF[22] class 6 reserves ...C....
- TBF[22] class 7 reserves ....C...
- TBF[22] class 8 reserves ......C.
- TBF[23] class 9 reserves ...C....
- TBF[23] class 10 reserves ....C...
- TBF[9] class 11 reserves .....C..
- TBF[10] class 12 reserves .....C..
- TBF[11] class 13 reserves .....C..
- TBF[12] class 14 reserves .....C..
- TBF[13] class 15 reserves .....C..
- TBF[14] class 16 reserves .....C..
- TBF[15] class 17 reserves .....C..
- TBF[16] class 18 reserves .....C..
- TBF[17] class 19 reserves .....C..
- TBF[17] class 20 reserves .......C
- TBF[18] class 21 reserves .....C..
- TBF[18] class 22 reserves .......C
- TBF[19] class 23 reserves .....C..
- TBF[19] class 24 reserves .......C
- TBF[20] class 25 reserves .....C..
- TBF[20] class 26 reserves .......C
- TBF[21] class 27 reserves .....C..
- TBF[21] class 28 reserves .......C
- TBF[22] class 29 reserves .....C..
- TBF[22] class 1 reserves .......C
- TBF[23] class 2 reserves .....C..
- TBF[23] class 3 reserves ......C.
- TBF[23] class 4 reserves .......C
- TBF[24] class 5 reserves ...C....
- TBF[24] class 6 reserves ....C...
- TBF[24] class 7 reserves .....C..
- TBF[24] class 8 reserves ......C.
- TBF[24] class 9 reserves .......C
- TBF[25] class 10 reserves ...C....
- TBF[25] class 11 reserves ....C...
- TBF[25] class 12 reserves .....C..
- TBF[25] class 13 reserves ......C.
- TBF[25] class 14 reserves .......C
- TBF[26] class 15 reserves ...C....
- TBF[26] class 16 reserves ....C...
- TBF[26] class 17 reserves .....C..
- TBF[26] class 18 reserves ......C.
- TBF[26] class 19 reserves .......C
- TBF[27] class 20 reserves ...C....
- TBF[27] class 21 reserves ....C...
- TBF[27] class 22 reserves .....C..
- TBF[27] class 23 reserves ......C.
- TBF[27] class 24 reserves .......C
- TBF[28] class 25 reserves ...C....
- TBF[28] class 26 reserves ....C...
- TBF[28] class 27 reserves .....C..
- TBF[28] class 28 reserves ......C.
- TBF[28] class 29 reserves .......C
- TBF[29] class 1 reserves ...C....
- TBF[29] class 2 reserves ....C...
- TBF[29] class 3 reserves .....C..
- TBF[29] class 4 reserves ......C.
- TBF[29] class 5 reserves .......C
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[30] class 8 reserves .....C..
- TBF[30] class 9 reserves ......C.
- TBF[30] class 10 reserves .......C
- TBF[31] class 11 reserves ...C....
- TBF[31] class 12 reserves ....C...
- TBF[31] class 13 reserves .....C..
- TBF[31] class 14 reserves ......C.
- TBF[31] class 15 reserves .......C
+ TBF[0] class 30 reserves .......C
+ TBF[1] class 31 reserves .......C
+ TBF[1] class 32 reserves ...C....
+ TBF[3] class 1 reserves .......C
+ TBF[2] class 2 reserves ...C....
+ TBF[4] class 3 reserves .......C
+ TBF[4] class 4 reserves ...C....
+ TBF[0] class 5 reserves ....C...
+ TBF[0] class 6 reserves ......C.
+ TBF[5] class 7 reserves .......C
+ TBF[6] class 8 reserves ...C....
+ TBF[2] class 9 reserves ....C...
+ TBF[1] class 10 reserves ......C.
+ TBF[6] class 11 reserves .......C
+ TBF[7] class 12 reserves ...C....
+ TBF[4] class 13 reserves ....C...
+ TBF[3] class 14 reserves ......C.
+ TBF[7] class 15 reserves .......C
+ TBF[9] class 16 reserves ...C....
+ TBF[6] class 17 reserves ....C...
+ TBF[0] class 18 reserves .....C..
+ TBF[5] class 19 reserves ......C.
+ TBF[8] class 20 reserves .......C
+ TBF[11] class 21 reserves ...C....
+ TBF[9] class 22 reserves ....C...
+ TBF[2] class 23 reserves .....C..
+ TBF[8] class 24 reserves ......C.
+ TBF[9] class 25 reserves .......C
+ TBF[13] class 26 reserves ...C....
+ TBF[11] class 27 reserves ....C...
+ TBF[4] class 28 reserves .....C..
+ TBF[10] class 29 reserves ......C.
+ TBF[10] class 30 reserves .......C
+ TBF[15] class 31 reserves ...C....
+ TBF[15] class 32 reserves ....C...
+ TBF[5] class 1 reserves .....C..
+ TBF[12] class 2 reserves ......C.
+ TBF[11] class 3 reserves .......C
+ TBF[16] class 4 reserves ...C....
+ TBF[16] class 5 reserves ....C...
+ TBF[6] class 6 reserves .....C..
+ TBF[17] class 7 reserves ......C.
+ TBF[12] class 8 reserves .......C
+ TBF[17] class 9 reserves ...C....
+ TBF[17] class 10 reserves ....C...
+ TBF[7] class 11 reserves .....C..
+ TBF[18] class 12 reserves ......C.
+ TBF[13] class 13 reserves .......C
+ TBF[18] class 14 reserves ...C....
+ TBF[18] class 15 reserves ....C...
+ TBF[8] class 16 reserves .....C..
+ TBF[19] class 17 reserves ......C.
+ TBF[14] class 18 reserves .......C
+ TBF[19] class 19 reserves ...C....
+ TBF[19] class 20 reserves ....C...
+ TBF[20] class 21 reserves ......C.
+ TBF[15] class 22 reserves .......C
+ TBF[20] class 23 reserves ...C....
+ TBF[20] class 24 reserves ....C...
+ TBF[21] class 25 reserves ......C.
+ TBF[16] class 26 reserves .......C
+ TBF[21] class 27 reserves ...C....
+ TBF[21] class 28 reserves ....C...
+ TBF[22] class 29 reserves ......C.
+ TBF[22] class 30 reserves ...C....
+ TBF[22] class 31 reserves ....C...
+ TBF[23] class 32 reserves ......C.
+ TBF[23] class 1 reserves ...C....
+ TBF[23] class 2 reserves ....C...
+ TBF[24] class 3 reserves ......C.
+ TBF[9] class 4 reserves .....C..
+ TBF[10] class 5 reserves .....C..
+ TBF[11] class 6 reserves .....C..
+ TBF[12] class 7 reserves .....C..
+ TBF[13] class 8 reserves .....C..
+ TBF[14] class 9 reserves .....C..
+ TBF[15] class 10 reserves .....C..
+ TBF[16] class 11 reserves .....C..
+ TBF[17] class 12 reserves .....C..
+ TBF[17] class 13 reserves .......C
+ TBF[18] class 14 reserves .....C..
+ TBF[18] class 15 reserves .......C
+ TBF[19] class 16 reserves .....C..
+ TBF[19] class 17 reserves .......C
+ TBF[20] class 18 reserves .....C..
+ TBF[20] class 19 reserves .......C
+ TBF[21] class 20 reserves .....C..
+ TBF[21] class 21 reserves .......C
+ TBF[22] class 22 reserves .....C..
+ TBF[22] class 23 reserves .......C
+ TBF[23] class 24 reserves .....C..
+ TBF[23] class 25 reserves .......C
+ TBF[24] class 26 reserves ...C....
+ TBF[24] class 27 reserves ....C...
+ TBF[24] class 28 reserves .....C..
+ TBF[24] class 29 reserves .......C
+ TBF[25] class 30 reserves ...C....
+ TBF[25] class 31 reserves ....C...
+ TBF[25] class 32 reserves .....C..
+ TBF[25] class 1 reserves ......C.
+ TBF[25] class 2 reserves .......C
+ TBF[26] class 3 reserves ...C....
+ TBF[26] class 4 reserves ....C...
+ TBF[26] class 5 reserves .....C..
+ TBF[26] class 6 reserves ......C.
+ TBF[26] class 7 reserves .......C
+ TBF[27] class 8 reserves ...C....
+ TBF[27] class 9 reserves ....C...
+ TBF[27] class 10 reserves .....C..
+ TBF[27] class 11 reserves ......C.
+ TBF[27] class 12 reserves .......C
+ TBF[28] class 13 reserves ...C....
+ TBF[28] class 14 reserves ....C...
+ TBF[28] class 15 reserves .....C..
+ TBF[28] class 16 reserves ......C.
+ TBF[28] class 17 reserves .......C
+ TBF[29] class 18 reserves ...C....
+ TBF[29] class 19 reserves ....C...
+ TBF[29] class 20 reserves .....C..
+ TBF[29] class 21 reserves ......C.
+ TBF[29] class 22 reserves .......C
+ TBF[30] class 23 reserves ...C....
+ TBF[30] class 24 reserves ....C...
+ TBF[30] class 25 reserves .....C..
+ TBF[30] class 26 reserves ......C.
+ TBF[30] class 27 reserves .......C
+ TBF[31] class 28 reserves ...C....
+ TBF[31] class 29 reserves ....C...
+ TBF[31] class 30 reserves .....C..
+ TBF[31] class 31 reserves ......C.
+ TBF[31] class 32 reserves .......C
TBF[0] class 1 reserves ...C....
TBF[1] class 2 reserves .....C..
TBF[2] class 3 reserves .......C
@@ -10661,137 +11165,137 @@ Going to test assignment with many connections, algorithm dynamic
TBF[15] class 27 reserves ......C.
TBF[14] class 28 reserves ....C...
TBF[16] class 29 reserves ......C.
- TBF[4] class 1 reserves .......C
- TBF[7] class 2 reserves .......C
- TBF[9] class 3 reserves .......C
- TBF[0] class 4 reserves .....C..
- TBF[1] class 5 reserves ...C....
- TBF[2] class 6 reserves ...C....
- TBF[0] class 7 reserves .......C
- TBF[4] class 8 reserves ...C....
- TBF[0] class 9 reserves ....C...
- TBF[1] class 10 reserves .......C
- TBF[6] class 11 reserves ...C....
- TBF[2] class 12 reserves ....C...
- TBF[0] class 13 reserves ......C.
- TBF[3] class 14 reserves .......C
- TBF[7] class 15 reserves ...C....
- TBF[4] class 16 reserves ....C...
- TBF[1] class 17 reserves ......C.
- TBF[5] class 18 reserves .......C
- TBF[9] class 19 reserves ...C....
- TBF[6] class 20 reserves ....C...
- TBF[3] class 21 reserves ......C.
- TBF[6] class 22 reserves .......C
- TBF[11] class 23 reserves ...C....
- TBF[9] class 24 reserves ....C...
- TBF[2] class 25 reserves .....C..
- TBF[5] class 26 reserves ......C.
- TBF[8] class 27 reserves .......C
- TBF[13] class 28 reserves ...C....
- TBF[11] class 29 reserves ....C...
- TBF[4] class 1 reserves .....C..
- TBF[8] class 2 reserves ......C.
- TBF[10] class 3 reserves .......C
- TBF[15] class 4 reserves ...C....
- TBF[15] class 5 reserves ....C...
- TBF[5] class 6 reserves .....C..
- TBF[10] class 7 reserves ......C.
- TBF[11] class 8 reserves .......C
- TBF[16] class 9 reserves ...C....
- TBF[16] class 10 reserves ....C...
- TBF[6] class 11 reserves .....C..
- TBF[12] class 12 reserves ......C.
- TBF[12] class 13 reserves .......C
- TBF[17] class 14 reserves ...C....
- TBF[17] class 15 reserves ....C...
- TBF[7] class 16 reserves .....C..
- TBF[17] class 17 reserves ......C.
- TBF[13] class 18 reserves .......C
- TBF[18] class 19 reserves ...C....
- TBF[18] class 20 reserves ....C...
- TBF[8] class 21 reserves .....C..
- TBF[18] class 22 reserves ......C.
- TBF[14] class 23 reserves .......C
- TBF[19] class 24 reserves ...C....
- TBF[19] class 25 reserves ....C...
- TBF[19] class 26 reserves ......C.
- TBF[15] class 27 reserves .......C
- TBF[20] class 28 reserves ...C....
- TBF[20] class 29 reserves ....C...
- TBF[20] class 1 reserves ......C.
- TBF[16] class 2 reserves .......C
- TBF[21] class 3 reserves ...C....
- TBF[21] class 4 reserves ....C...
- TBF[21] class 5 reserves ......C.
- TBF[22] class 6 reserves ...C....
- TBF[22] class 7 reserves ....C...
- TBF[22] class 8 reserves ......C.
- TBF[23] class 9 reserves ...C....
- TBF[23] class 10 reserves ....C...
- TBF[9] class 11 reserves .....C..
- TBF[10] class 12 reserves .....C..
- TBF[11] class 13 reserves .....C..
- TBF[12] class 14 reserves .....C..
- TBF[13] class 15 reserves .....C..
- TBF[14] class 16 reserves .....C..
- TBF[15] class 17 reserves .....C..
- TBF[16] class 18 reserves .....C..
- TBF[17] class 19 reserves .....C..
- TBF[17] class 20 reserves .......C
- TBF[18] class 21 reserves .....C..
- TBF[18] class 22 reserves .......C
- TBF[19] class 23 reserves .....C..
- TBF[19] class 24 reserves .......C
- TBF[20] class 25 reserves .....C..
- TBF[20] class 26 reserves .......C
- TBF[21] class 27 reserves .....C..
- TBF[21] class 28 reserves .......C
- TBF[22] class 29 reserves .....C..
- TBF[22] class 1 reserves .......C
- TBF[23] class 2 reserves .....C..
- TBF[23] class 3 reserves ......C.
- TBF[23] class 4 reserves .......C
- TBF[24] class 5 reserves ...C....
- TBF[24] class 6 reserves ....C...
- TBF[24] class 7 reserves .....C..
- TBF[24] class 8 reserves ......C.
- TBF[24] class 9 reserves .......C
- TBF[25] class 10 reserves ...C....
- TBF[25] class 11 reserves ....C...
- TBF[25] class 12 reserves .....C..
- TBF[25] class 13 reserves ......C.
- TBF[25] class 14 reserves .......C
- TBF[26] class 15 reserves ...C....
- TBF[26] class 16 reserves ....C...
- TBF[26] class 17 reserves .....C..
- TBF[26] class 18 reserves ......C.
- TBF[26] class 19 reserves .......C
- TBF[27] class 20 reserves ...C....
- TBF[27] class 21 reserves ....C...
- TBF[27] class 22 reserves .....C..
- TBF[27] class 23 reserves ......C.
- TBF[27] class 24 reserves .......C
- TBF[28] class 25 reserves ...C....
- TBF[28] class 26 reserves ....C...
- TBF[28] class 27 reserves .....C..
- TBF[28] class 28 reserves ......C.
- TBF[28] class 29 reserves .......C
- TBF[29] class 1 reserves ...C....
- TBF[29] class 2 reserves ....C...
- TBF[29] class 3 reserves .....C..
- TBF[29] class 4 reserves ......C.
- TBF[29] class 5 reserves .......C
- TBF[30] class 6 reserves ...C....
- TBF[30] class 7 reserves ....C...
- TBF[30] class 8 reserves .....C..
- TBF[30] class 9 reserves ......C.
- TBF[30] class 10 reserves .......C
- TBF[31] class 11 reserves ...C....
- TBF[31] class 12 reserves ....C...
- TBF[31] class 13 reserves .....C..
- TBF[31] class 14 reserves ......C.
- TBF[31] class 15 reserves .......C
+ TBF[0] class 30 reserves .......C
+ TBF[1] class 31 reserves .......C
+ TBF[1] class 32 reserves ...C....
+ TBF[3] class 1 reserves .......C
+ TBF[2] class 2 reserves ...C....
+ TBF[4] class 3 reserves .......C
+ TBF[4] class 4 reserves ...C....
+ TBF[0] class 5 reserves ....C...
+ TBF[0] class 6 reserves ......C.
+ TBF[5] class 7 reserves .......C
+ TBF[6] class 8 reserves ...C....
+ TBF[2] class 9 reserves ....C...
+ TBF[1] class 10 reserves ......C.
+ TBF[6] class 11 reserves .......C
+ TBF[7] class 12 reserves ...C....
+ TBF[4] class 13 reserves ....C...
+ TBF[3] class 14 reserves ......C.
+ TBF[7] class 15 reserves .......C
+ TBF[9] class 16 reserves ...C....
+ TBF[6] class 17 reserves ....C...
+ TBF[0] class 18 reserves .....C..
+ TBF[5] class 19 reserves ......C.
+ TBF[8] class 20 reserves .......C
+ TBF[11] class 21 reserves ...C....
+ TBF[9] class 22 reserves ....C...
+ TBF[2] class 23 reserves .....C..
+ TBF[8] class 24 reserves ......C.
+ TBF[9] class 25 reserves .......C
+ TBF[13] class 26 reserves ...C....
+ TBF[11] class 27 reserves ....C...
+ TBF[4] class 28 reserves .....C..
+ TBF[10] class 29 reserves ......C.
+ TBF[10] class 30 reserves .......C
+ TBF[15] class 31 reserves ...C....
+ TBF[15] class 32 reserves ....C...
+ TBF[5] class 1 reserves .....C..
+ TBF[12] class 2 reserves ......C.
+ TBF[11] class 3 reserves .......C
+ TBF[16] class 4 reserves ...C....
+ TBF[16] class 5 reserves ....C...
+ TBF[6] class 6 reserves .....C..
+ TBF[17] class 7 reserves ......C.
+ TBF[12] class 8 reserves .......C
+ TBF[17] class 9 reserves ...C....
+ TBF[17] class 10 reserves ....C...
+ TBF[7] class 11 reserves .....C..
+ TBF[18] class 12 reserves ......C.
+ TBF[13] class 13 reserves .......C
+ TBF[18] class 14 reserves ...C....
+ TBF[18] class 15 reserves ....C...
+ TBF[8] class 16 reserves .....C..
+ TBF[19] class 17 reserves ......C.
+ TBF[14] class 18 reserves .......C
+ TBF[19] class 19 reserves ...C....
+ TBF[19] class 20 reserves ....C...
+ TBF[20] class 21 reserves ......C.
+ TBF[15] class 22 reserves .......C
+ TBF[20] class 23 reserves ...C....
+ TBF[20] class 24 reserves ....C...
+ TBF[21] class 25 reserves ......C.
+ TBF[16] class 26 reserves .......C
+ TBF[21] class 27 reserves ...C....
+ TBF[21] class 28 reserves ....C...
+ TBF[22] class 29 reserves ......C.
+ TBF[22] class 30 reserves ...C....
+ TBF[22] class 31 reserves ....C...
+ TBF[23] class 32 reserves ......C.
+ TBF[23] class 1 reserves ...C....
+ TBF[23] class 2 reserves ....C...
+ TBF[24] class 3 reserves ......C.
+ TBF[9] class 4 reserves .....C..
+ TBF[10] class 5 reserves .....C..
+ TBF[11] class 6 reserves .....C..
+ TBF[12] class 7 reserves .....C..
+ TBF[13] class 8 reserves .....C..
+ TBF[14] class 9 reserves .....C..
+ TBF[15] class 10 reserves .....C..
+ TBF[16] class 11 reserves .....C..
+ TBF[17] class 12 reserves .....C..
+ TBF[17] class 13 reserves .......C
+ TBF[18] class 14 reserves .....C..
+ TBF[18] class 15 reserves .......C
+ TBF[19] class 16 reserves .....C..
+ TBF[19] class 17 reserves .......C
+ TBF[20] class 18 reserves .....C..
+ TBF[20] class 19 reserves .......C
+ TBF[21] class 20 reserves .....C..
+ TBF[21] class 21 reserves .......C
+ TBF[22] class 22 reserves .....C..
+ TBF[22] class 23 reserves .......C
+ TBF[23] class 24 reserves .....C..
+ TBF[23] class 25 reserves .......C
+ TBF[24] class 26 reserves ...C....
+ TBF[24] class 27 reserves ....C...
+ TBF[24] class 28 reserves .....C..
+ TBF[24] class 29 reserves .......C
+ TBF[25] class 30 reserves ...C....
+ TBF[25] class 31 reserves ....C...
+ TBF[25] class 32 reserves .....C..
+ TBF[25] class 1 reserves ......C.
+ TBF[25] class 2 reserves .......C
+ TBF[26] class 3 reserves ...C....
+ TBF[26] class 4 reserves ....C...
+ TBF[26] class 5 reserves .....C..
+ TBF[26] class 6 reserves ......C.
+ TBF[26] class 7 reserves .......C
+ TBF[27] class 8 reserves ...C....
+ TBF[27] class 9 reserves ....C...
+ TBF[27] class 10 reserves .....C..
+ TBF[27] class 11 reserves ......C.
+ TBF[27] class 12 reserves .......C
+ TBF[28] class 13 reserves ...C....
+ TBF[28] class 14 reserves ....C...
+ TBF[28] class 15 reserves .....C..
+ TBF[28] class 16 reserves ......C.
+ TBF[28] class 17 reserves .......C
+ TBF[29] class 18 reserves ...C....
+ TBF[29] class 19 reserves ....C...
+ TBF[29] class 20 reserves .....C..
+ TBF[29] class 21 reserves ......C.
+ TBF[29] class 22 reserves .......C
+ TBF[30] class 23 reserves ...C....
+ TBF[30] class 24 reserves ....C...
+ TBF[30] class 25 reserves .....C..
+ TBF[30] class 26 reserves ......C.
+ TBF[30] class 27 reserves .......C
+ TBF[31] class 28 reserves ...C....
+ TBF[31] class 29 reserves ....C...
+ TBF[31] class 30 reserves .....C..
+ TBF[31] class 31 reserves ......C.
+ TBF[31] class 32 reserves .......C
Successfully allocated 160 TBFs
Testing DL TS allocation for Multi UEs
TBF1: numTs(4)