From 1db67e0a35a479ef20b871c459ea3f3e0155b620 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 22 May 2015 18:02:51 +0200 Subject: tbf: Remove TimingAdvance storage Currently the TA storage stores up to 30 TLLI->TA mappings, if more entries are created the oldest one is dropped. In theory this can lead to missing TA information if many MS are present. This commit removes the TimingAdvance class completely, since the TA value is now stored in the GprsMs objects. Note that the GprsMs objects are currently not kept after the TBFs have detached from them, so the TA values are now kept for a shorter time than before. Ticket: #1674 Sponsored-by: On-Waves ehf --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b5456e00..35ba7a92 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,6 @@ libgprs_la_SOURCES = \ bts.cpp \ poll_controller.cpp \ encoding.cpp \ - ta.cpp \ sba.cpp \ decoding.cpp \ llc.cpp \ @@ -92,7 +91,6 @@ noinst_HEADERS = \ bts.h \ poll_controller.h \ encoding.h \ - ta.h \ sba.h \ rlc.h \ decoding.h \ -- cgit v1.2.3