aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-18 15:49:52 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-29 10:53:32 +0200
commitace7b570a047b7ee36557091c10918240c4b8ff3 (patch)
tree7c3ba85117d4e636f0dd77b93edaa7b59352d74f /src/tbf.h
parentf1379346f7a54e6d0957932dfc90f9a62410adce (diff)
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
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 0 insertions, 1 deletions
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;