aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gtphub/gtphub_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/gtphub/gtphub_test.c')
-rw-r--r--openbsc/tests/gtphub/gtphub_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/tests/gtphub/gtphub_test.c b/openbsc/tests/gtphub/gtphub_test.c
index fea55e03d..f5f2c8870 100644
--- a/openbsc/tests/gtphub/gtphub_test.c
+++ b/openbsc/tests/gtphub/gtphub_test.c
@@ -625,6 +625,11 @@ static int clear_test_hub()
LVL2_ASSERT(llist_empty(&hub->to_gsns[GTPH_SIDE_GGSN][plane_idx].peers));
LVL2_ASSERT(llist_empty(&hub->to_gsns[GTPH_SIDE_SGSN][plane_idx].peers));
+ LVL2_ASSERT(llist_empty(&hub->tunnels));
+ LVL2_ASSERT(llist_empty(&hub->pending_deletes));
+ LVL2_ASSERT(llist_empty(&hub->ggsn_lookups));
+ LVL2_ASSERT(llist_empty(&hub->resolved_ggsns));
+
gtphub_free(hub);
return 1;
}