aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sccp/sccp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/sccp/sccp_test.c')
-rw-r--r--openbsc/tests/sccp/sccp_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/sccp/sccp_test.c b/openbsc/tests/sccp/sccp_test.c
index d3b334f3b..bd28ed179 100644
--- a/openbsc/tests/sccp/sccp_test.c
+++ b/openbsc/tests/sccp/sccp_test.c
@@ -622,6 +622,7 @@ static void do_test_sccp_connection(const struct connection_test *test)
printf("\tWriting test data2\n");
sccp_connection_write(outgoing_con, test_data2);
+ sccp_connection_send_it(outgoing_con);
/* closing connection */
if (test->close_side == 0)