summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/trxcon/l1ctl.c1
-rw-r--r--src/host/trxcon/sched_clck.c1
-rw-r--r--src/host/trxcon/sched_lchan_common.c1
-rw-r--r--src/host/trxcon/sched_lchan_pdtch.c1
-rw-r--r--src/host/trxcon/sched_lchan_rach.c1
-rw-r--r--src/host/trxcon/sched_lchan_sch.c1
-rw-r--r--src/host/trxcon/sched_lchan_tchf.c1
-rw-r--r--src/host/trxcon/sched_lchan_tchh.c1
-rw-r--r--src/host/trxcon/sched_lchan_xcch.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index a2ced465..0b6d75ac 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -38,7 +38,6 @@
#include <osmocom/core/select.h>
#include <osmocom/gsm/gsm_utils.h>
-#include "trxcon.h"
#include "logging.h"
#include "l1ctl_link.h"
#include "l1ctl_proto.h"
diff --git a/src/host/trxcon/sched_clck.c b/src/host/trxcon/sched_clck.c
index d4054c99..66477b24 100644
--- a/src/host/trxcon/sched_clck.c
+++ b/src/host/trxcon/sched_clck.c
@@ -41,7 +41,6 @@
#include "scheduler.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#define MAX_FN_SKEW 50
#define TRX_LOSS_FRAMES 400
diff --git a/src/host/trxcon/sched_lchan_common.c b/src/host/trxcon/sched_lchan_common.c
index 540a57fe..921c466b 100644
--- a/src/host/trxcon/sched_lchan_common.c
+++ b/src/host/trxcon/sched_lchan_common.c
@@ -42,7 +42,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
/* GSM 05.02 Chapter 5.2.3 Normal Burst (NB) */
diff --git a/src/host/trxcon/sched_lchan_pdtch.c b/src/host/trxcon/sched_lchan_pdtch.c
index 1a8987b3..aa9cb6ab 100644
--- a/src/host/trxcon/sched_lchan_pdtch.c
+++ b/src/host/trxcon/sched_lchan_pdtch.c
@@ -38,7 +38,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
int rx_pdtch_fn(struct trx_instance *trx, struct trx_ts *ts,
diff --git a/src/host/trxcon/sched_lchan_rach.c b/src/host/trxcon/sched_lchan_rach.c
index a255efb8..ecf5df81 100644
--- a/src/host/trxcon/sched_lchan_rach.c
+++ b/src/host/trxcon/sched_lchan_rach.c
@@ -38,7 +38,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
/**
diff --git a/src/host/trxcon/sched_lchan_sch.c b/src/host/trxcon/sched_lchan_sch.c
index 1b241a08..e1977e1d 100644
--- a/src/host/trxcon/sched_lchan_sch.c
+++ b/src/host/trxcon/sched_lchan_sch.c
@@ -40,7 +40,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
static void decode_sb(struct gsm_time *time, uint8_t *bsic, uint8_t *sb_info)
diff --git a/src/host/trxcon/sched_lchan_tchf.c b/src/host/trxcon/sched_lchan_tchf.c
index 09d504f8..5bebe493 100644
--- a/src/host/trxcon/sched_lchan_tchf.c
+++ b/src/host/trxcon/sched_lchan_tchf.c
@@ -40,7 +40,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
int rx_tchf_fn(struct trx_instance *trx, struct trx_ts *ts,
diff --git a/src/host/trxcon/sched_lchan_tchh.c b/src/host/trxcon/sched_lchan_tchh.c
index 7fb2809d..5b7daa3d 100644
--- a/src/host/trxcon/sched_lchan_tchh.c
+++ b/src/host/trxcon/sched_lchan_tchh.c
@@ -43,7 +43,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
static const uint8_t tch_h0_traffic_block_map[3][4] = {
diff --git a/src/host/trxcon/sched_lchan_xcch.c b/src/host/trxcon/sched_lchan_xcch.c
index b31f727a..825fc586 100644
--- a/src/host/trxcon/sched_lchan_xcch.c
+++ b/src/host/trxcon/sched_lchan_xcch.c
@@ -38,7 +38,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
-#include "trxcon.h"
#include "l1ctl.h"
int rx_data_fn(struct trx_instance *trx, struct trx_ts *ts,