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.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 8bb7c1fe..23d16a36 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -19,7 +19,6 @@
#include <pcu_l1_if.h>
#include <gprs_rlcmac.h>
-#include <gsm_timer.h>
#include <gprs_debug.h>
#include <unistd.h>
#include <stdbool.h>
@@ -331,10 +330,6 @@ int main(int argc, char *argv[])
}
while (!quit) {
- osmo_gsm_timers_check();
- osmo_gsm_timers_prepare();
- osmo_gsm_timers_update();
-
osmo_select_main(0);
}