aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 2c6d7638..9fd04559 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -183,6 +183,9 @@ int main(int argc, char *argv[])
exit(1);
}
+ if (!bts->alloc_algorithm)
+ bts->alloc_algorithm = alloc_algorithm_a;
+
rc = pcu_l1if_open();
if (rc < 0)