aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-05 15:32:14 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-08 16:16:42 +0000
commitfc622c724133db3d8682101f725d07054000812f (patch)
tree7e881b007d34de7b3ea152e4b0a0e23344dfb406 /include
parent0abe84e679cc6bfa3c7db3dd78a7bee3cef91aa5 (diff)
drop dead code: conn->T10, handled by gscon instead
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 281f2d413..8f245c9cd 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -112,8 +112,6 @@ struct gsm_subscriber_connection {
/* handover information, if a handover is pending for this conn. */
struct bsc_handover *ho;
- /* timer for assignment handling */
- struct osmo_timer_list T10;
/* the future allocated but not yet used lchan during ASSIGNMENT */
struct gsm_lchan *secondary_lchan;