summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/misc/app_bcch_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/misc/app_bcch_scan.c')
-rw-r--r--src/host/layer23/src/misc/app_bcch_scan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host/layer23/src/misc/app_bcch_scan.c b/src/host/layer23/src/misc/app_bcch_scan.c
index 7b21ed79..22e6f1b9 100644
--- a/src/host/layer23/src/misc/app_bcch_scan.c
+++ b/src/host/layer23/src/misc/app_bcch_scan.c
@@ -33,6 +33,7 @@
#include <osmocom/core/signal.h>
#include <l1ctl_proto.h>
+#include "bcch_scan.h"
static int signal_cb(unsigned int subsys, unsigned int signal,
void *handler_data, void *signal_data)
@@ -53,7 +54,7 @@ static int signal_cb(unsigned int subsys, unsigned int signal,
int l23_app_init(struct osmocom_ms *ms)
{
/* don't do layer3_init() as we don't want an actualy L3 */
- fps_init(ms);
+ fps_init();
l1ctl_tx_reset_req(ms, L1CTL_RES_T_FULL);
return osmo_signal_register_handler(SS_L1CTL, &signal_cb, NULL);
}