aboutsummaryrefslogtreecommitdiffstats
path: root/src/links.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-21 20:54:55 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 16:22:18 +0100
commitc5d897e8474e99f2b42202b8ec323484225796ec (patch)
tree74655a98d58910ad1958adae39f09bb12d0c626a /src/links.c
parentaafa7c788e25070e7bd25430c1939d5de128df26 (diff)
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.
Diffstat (limited to 'src/links.c')
-rw-r--r--src/links.c5
1 files changed, 0 insertions, 5 deletions
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");