Adding multislot allocation algorithm
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 9fd0455..2d7e8ff 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -184,7 +184,7 @@
 	}
 
 	if (!bts->alloc_algorithm)
-		bts->alloc_algorithm = alloc_algorithm_a;
+		bts->alloc_algorithm = alloc_algorithm_b;
 
 	rc = pcu_l1if_open();