From 4a5209d8bc21940264754ca1c72f082e8f9052c0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 18 Jan 2021 14:05:40 +0100 Subject: 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 --- src/tbf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tbf.h') 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 -#include #include 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 */ -- cgit v1.2.3