fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28726 )
Change subject: trxcon: remove unused #imports in sched_clck.c ......................................................................
trxcon: remove unused #imports in sched_clck.c
Change-Id: I41e08c2a970334f87fa9fca8d21a55295b9eddc5 --- M src/host/trxcon/src/sched_clck.c 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/26/28726/1
diff --git a/src/host/trxcon/src/sched_clck.c b/src/host/trxcon/src/sched_clck.c index 9c77382..7ac83e2 100644 --- a/src/host/trxcon/src/sched_clck.c +++ b/src/host/trxcon/src/sched_clck.c @@ -32,15 +32,11 @@
#include <osmocom/core/talloc.h> #include <osmocom/core/msgb.h> -#include <osmocom/core/bits.h> -#include <osmocom/core/fsm.h> #include <osmocom/core/timer.h> #include <osmocom/core/timer_compat.h> -#include <osmocom/gsm/a5.h>
#include <osmocom/bb/trxcon/l1sched.h> #include <osmocom/bb/trxcon/logging.h> -#include <osmocom/bb/trxcon/trx_if.h>
#define MAX_FN_SKEW 50 #define TRX_LOSS_FRAMES 400