aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 14:05:40 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-19 16:28:13 +0100
commit4a5209d8bc21940264754ca1c72f082e8f9052c0 (patch)
treed99532295f784ec8c11d726da1f02aae6cd7a9f3 /src/tbf.h
parent289f90048b04f1a6741ea948cb00d78c07346108 (diff)
Get rid of unused gsm_timer.{cpp,h}
Those files are not really being used other than for calling get_current_fn() which is just a placeholder to call bts_current_frame_number on the global bts object. Change-Id: I6d50a8c15c1de5e2a308a24b313a7776f94ae54f
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 73266bf4..460de701 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -27,7 +27,6 @@
#include "cxx_linuxlist.h"
#include "pcu_utils.h"
#include <gprs_debug.h>
-#include <gsm_timer.h>
#include <stdint.h>
struct bssgp_bvc_ctx;
@@ -313,7 +312,6 @@ struct gprs_rlcmac_tbf {
gprs_rlc m_rlc;
- struct osmo_gsm_timer_list gsm_timer;
unsigned int fT; /* fTxxxx number */
unsigned int num_fT_exp; /* number of consecutive fT expirations */