From 2ac75aeb4d6589d1c2b3d2db957bd3d14b61b731 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 18 Nov 2009 22:11:28 +0100 Subject: [sccp] Implement sending the Inactivity Test on a connection.. Currently this will send a dummy inactivity test message, there is currently no parsing or API to receive the messages. The sequencing and credit entries are empty as sequencing is currently not used at all. The test is currently limited to send the message and see if the application is crashing or not. --- tests/sccp/sccp_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/sccp/sccp_test.c b/tests/sccp/sccp_test.c index d3b334f..bd28ed1 100644 --- a/tests/sccp/sccp_test.c +++ b/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) -- cgit v1.2.3