trxcon: do not include trxcon.h everywhere

Change-Id: Ia78bd6dac7ab12970838e0b1a2929a106b898d9d
This commit is contained in:
Vadim Yanitskiy 2019-01-16 09:07:27 +07:00
parent 192a8595d0
commit 1b6be6fc24
9 changed files with 0 additions and 9 deletions

View File

@ -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"

View File

@ -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

View File

@ -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) */

View File

@ -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,

View File

@ -38,7 +38,6 @@
#include "sched_trx.h"
#include "logging.h"
#include "trx_if.h"
#include "trxcon.h"
#include "l1ctl.h"
/**

View File

@ -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)

View File

@ -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,

View File

@ -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] = {

View File

@ -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,