diff options
-rw-r--r-- | tests/handover/handover_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |