aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-08-08 15:03:41 +0200
committerpespin <pespin@sysmocom.de>2022-08-09 08:38:51 +0000
commit3d0fbe387f629a5874e93c5ae68e541ed0a6a86f (patch)
treeb9f2fe702ac4983ec14ddc06e21efb9e46b7ec65 /tests
parent742bb99ed9dc7755466db6c59f43953f570ddab9 (diff)
split lchan specific defines and code to its own file
It is really difficult right now to find out where all the different stuff relative to operation and lifecycle of an lchan is. Let's move everything to its own file to have all the related defines and logic together. Change-Id: Idd855d126c43ac6576c5f3ba7e0b8014127a65e1
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/handover_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index 26c72ab0f..d237ab781 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -52,6 +52,7 @@
#include <osmocom/bsc/bts.h>
#include <osmocom/bsc/paging.h>
#include <osmocom/bsc/vty.h>
+#include <osmocom/bsc/lchan.h>
#include <osmocom/mgcp_client/mgcp_client_pool.h>
#include "../../bscconfig.h"