From 81b1b92238640730655c1ac45b3c582027571e1f Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 1 Mar 2018 15:10:43 +0100 Subject: handover_test: add missing stubs handover_test.c lacks references to osmo_bsc_sigtran_send() and osmo_bsc_sigtran_open_conn() - add stubs to satisfy the controller --- tests/handover/handover_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c index 7a2e9645d..3d32f3609 100644 --- a/tests/handover/handover_test.c +++ b/tests/handover/handover_test.c @@ -1616,3 +1616,5 @@ void trau_mux_unmap() {} void trau_mux_map_lchan() {} void trau_recv_lchan() {} void trau_send_frame() {} +int osmo_bsc_sigtran_send(struct gsm_subscriber_connection *conn, struct msgb *msg) { return 0; } +int osmo_bsc_sigtran_open_conn(struct gsm_subscriber_connection *conn, struct msgb *msg) { return 0; } -- cgit v1.2.3