aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 17:53:29 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-19 16:28:13 +0100
commit906aafc9e28d7f4114024e449ef5b010abeb86f7 (patch)
treeef80ec348d7436309b31e383515e4e9fd3a18f0d /src/tbf.h
parent8a35e640a33373ea137125a5654bd9ae445b3769 (diff)
Move tbf::free_all static methods to proper object files
Move each method to the object on which they operate, be it a trx or a pdch ts. Change-Id: Ida715cbf384431d37b2b192fbd7882957c93a4d1
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 460de701..d616076d 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -215,9 +215,6 @@ struct gprs_rlcmac_tbf {
gprs_rlcmac_tbf(struct gprs_rlcmac_bts *bts_, GprsMs *ms, gprs_rlcmac_tbf_direction dir);
virtual ~gprs_rlcmac_tbf() {}
- static void free_all(struct gprs_rlcmac_trx *trx);
- static void free_all(struct gprs_rlcmac_pdch *pdch);
-
virtual gprs_rlc_window *window() = 0;
int setup(int8_t use_trx, bool single_slot);