From ace7b570a047b7ee36557091c10918240c4b8ff3 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Thu, 18 Jun 2015 15:49:52 +0200 Subject: tbf: Remove update_tlli method This method does not do anything anymore, it's functionality has been taken over by update_ms. This commit removes gprs_rlcmac_tbf::update_tlli completely. Sponsored-by: On-Waves ehf --- src/tbf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index 5c6611db..0f53a277 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -139,7 +139,6 @@ struct gprs_rlcmac_tbf { void poll_timeout(); /** tlli handling */ - void update_tlli(uint32_t tlli); uint32_t tlli() const; bool is_tlli_valid() const; -- cgit v1.2.3