aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-20 16:52:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-04-21 14:36:28 +0200
commitf086fede93535d9019b1c515ece6508f5319f83f (patch)
tree1a66a2a020e8727e3b10f514d51388347ccc78c9 /tests
parentb53230acecfea4040d93059a957e837ae2756c14 (diff)
ms: Rename field timer -> release_timer
Rename it so that it becomes clear what the timer is used for. Change-Id: Id4738ea196b232858e1ec9cdc439f9b81839058f
Diffstat (limited to 'tests')
-rw-r--r--tests/ms/MsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ms/MsTest.cpp b/tests/ms/MsTest.cpp
index 776f77c7..ea54a124 100644
--- a/tests/ms/MsTest.cpp
+++ b/tests/ms/MsTest.cpp
@@ -404,7 +404,7 @@ static void test_ms_timeout()
/* test MS still exists and it's idle: */
OSMO_ASSERT(bts_get_ms_by_tlli(bts, tlli, GSM_RESERVED_TMSI) != NULL);
OSMO_ASSERT(ms_is_idle(ms));
- OSMO_ASSERT(osmo_timer_pending(&ms->timer));
+ OSMO_ASSERT(osmo_timer_pending(&ms->release_timer));
usleep(1100000);
osmo_timers_update();