From c5d897e8474e99f2b42202b8ec323484225796ec Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Jan 2011 20:54:55 +0100 Subject: stats: Collect statistics on the linkset Collect incoming, in sccp, in isup, out isup, out sccp packets. This does not yet work for out in total. --- src/links.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/links.c') diff --git a/src/links.c b/src/links.c index 4342447..9bd202b 100644 --- a/src/links.c +++ b/src/links.c @@ -72,11 +72,6 @@ void mtp_link_up(struct mtp_link *link) mtp_link_start_link_test(link); } -void mtp_link_set_submit(struct mtp_link *link, struct msgb *msg) -{ - link->write(link, msg); -} - void mtp_link_restart(struct mtp_link *link) { LOGP(DINP, LOGL_ERROR, "Need to restart the SS7 link.\n"); -- cgit v1.2.3