summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_prim.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-15 09:00:16 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-15 09:32:08 +0700
commit347406cee7f4ea1094b0af0ff92da6c4835aa37f (patch)
tree9619e4decc59724b3ef950de1b251628eecaae42 /src/host/trxcon/sched_prim.c
parent7c4151ae52688d46894f3a5dc99464412ae802da (diff)
trxcon/scheduler: get rid of useless lchan->rsl_mode
This field of the logical channel state structure was not used at all as there is nothing related to A-bis / RSL in trxcon itself. Change-Id: Iec1abf777a74cf57deadafa95e2337cba5d02842
Diffstat (limited to 'src/host/trxcon/sched_prim.c')
-rw-r--r--src/host/trxcon/sched_prim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/trxcon/sched_prim.c b/src/host/trxcon/sched_prim.c
index 2aeaa5de..e663bc3f 100644
--- a/src/host/trxcon/sched_prim.c
+++ b/src/host/trxcon/sched_prim.c
@@ -32,7 +32,6 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
-#include <osmocom/gsm/protocol/gsm_08_58.h>
#include "scheduler.h"
#include "sched_trx.h"