aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 12:18:57 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 13:22:46 +0100
commit3aad776b280c889a5432e51fbdbe78ef1af624c9 (patch)
tree4e8eb3e2b07c0b375c2b2edc1c6134945f3c3eec /tests
parent433ea2f037effc600543823e5b3fa8ec540b989a (diff)
isup: Respond to a ISUP GRS with a GRA.
Diffstat (limited to 'tests')
-rw-r--r--tests/isup/isup_parse_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/isup/isup_parse_test.c b/tests/isup/isup_parse_test.c
index 721e9ce..af6b5bf 100644
--- a/tests/isup/isup_parse_test.c
+++ b/tests/isup/isup_parse_test.c
@@ -61,3 +61,6 @@ int main(int argc, char **argv)
printf("All tests passed.\n");
return 0;
}
+
+/* stubs */
+int mtp_link_submit_isup_data() {return -1;}