aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-02 01:46:41 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-02 17:56:48 +0100
commitb599836c7ae5a0350c9dc4ea63de635eb4e75f41 (patch)
tree879b19fa0c4a79b86b80a439c23694fa42361f09 /tests
parente073463ec4d9c91b9aba72771ae552748bdfc1d7 (diff)
implicitly register osmo_fsm definitions
I'm going to add a regression test that probes lchan_fsm. I noticed that I have to call lchan_fsm_init() for osmo_fsm_register(). Let's make this implicit as we usually do now, to not have to register FSMs in tests. Change-Id: I58760e743c78a370aedc9720f265c0f8da5c2045
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/handover_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index 2c54526eb..bf91f024f 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -1687,11 +1687,6 @@ int main(int argc, char **argv)
bsc_vty_init(bsc_gsmnet);
ho_test_vty_init();
- lchan_fsm_init();
- bsc_subscr_conn_fsm_init();
- handover_fsm_init();
- assignment_fsm_init();
-
ho_set_algorithm(bsc_gsmnet->ho, 2);
ho_set_ho_active(bsc_gsmnet->ho, true);
ho_set_hodec2_as_active(bsc_gsmnet->ho, true);