From 1b6901ec4ae3effd0b017b2cbdb32b17646d3bc9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 17 Jan 2011 16:13:28 +0100 Subject: stp: Forward unhandled ISUP from one end to another --- tests/isup/isup_parse_test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/isup/isup_parse_test.c b/tests/isup/isup_parse_test.c index 5c3341c..d67d36d 100644 --- a/tests/isup/isup_parse_test.c +++ b/tests/isup/isup_parse_test.c @@ -1,6 +1,6 @@ /* - * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by On-Waves + * (C) 2010-2011 by Holger Hans Peter Freyther + * (C) 2010-2011 by On-Waves * All Rights Reserved * * This program is free software: you can redistribute it and/or modify @@ -63,3 +63,4 @@ int main(int argc, char **argv) /* stubs */ int mtp_link_set_submit_isup_data() {return -1;} +int mtp_link_set_forward_isup(struct mtp_link_set *s, struct msgb *m, int l) { abort(); } -- cgit v1.2.3