From bc1626e5de38d7efbea272596d0ec5cc37f4b424 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 Oct 2013 19:50:49 +0100 Subject: tbf: Update the timing advance for the new tlli based on the old one --- tests/tbf/TbfTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tbf') diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp index 03c2324b..86c5bbde 100644 --- a/tests/tbf/TbfTest.cpp +++ b/tests/tbf/TbfTest.cpp @@ -74,6 +74,8 @@ static void test_tbf_tlli_update() OSMO_ASSERT(the_bts.tbf_by_tlli(0x4232, GPRS_RLCMAC_DL_TBF) == dl_tbf); OSMO_ASSERT(the_bts.tbf_by_tlli(0x4232, GPRS_RLCMAC_UL_TBF) == ul_tbf); + + OSMO_ASSERT(the_bts.timing_advance()->recall(0x4232) == 4); } int main(int argc, char **argv) -- cgit v1.2.3