aboutsummaryrefslogtreecommitdiffstats
path: root/src/ta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ta.cpp')
-rw-r--r--src/ta.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ta.cpp b/src/ta.cpp
index 05342ea9..0bc1d660 100644
--- a/src/ta.cpp
+++ b/src/ta.cpp
@@ -135,3 +135,8 @@ int TimingAdvance::flush()
return count;
}
+int TimingAdvance::update(uint32_t, uint32_t new_tlli, uint8_t ta)
+{
+ /* for now just add the new entry and don't bother about the old one */
+ return remember(new_tlli, ta);
+}