aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 19:50:49 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:13 +0100
commitbc1626e5de38d7efbea272596d0ec5cc37f4b424 (patch)
tree7389594f87ada0a61b0f1f883b91c2c559f73472 /tests/tbf
parentb809866be5ce2265a074e5615e23a73f4c4764b4 (diff)
tbf: Update the timing advance for the new tlli based on the old one
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/TbfTest.cpp2
1 files changed, 2 insertions, 0 deletions
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)