aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:49:47 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:49:47 +0100
commit460a8eb8654ae945ac73b46f5f078ced611a4478 (patch)
treedda2e9b4098d0e4a6dea8514784d284ff36fef64 /tests
parente13c5aa4185ba44319813a21132b03986c5e09c8 (diff)
parent69e71e0670b7cf215077047d8157c744fc239ff3 (diff)
Merge branch 'on-waves/stp'
Diffstat (limited to 'tests')
-rw-r--r--tests/isup/isup_parse_test.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/isup/isup_parse_test.c b/tests/isup/isup_parse_test.c
index 5c3341c..c6dbdf4 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 <zecke@selfish.org>
- * (C) 2010 by On-Waves
+ * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2011 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify
@@ -47,7 +47,7 @@ static void test_grs_parsing()
int range;
hdr = (struct isup_msg_hdr *) isup_grs;
- range = isup_parse_grs(&hdr->data[0], 3);
+ range = isup_parse_status(&hdr->data[0], 3);
ASSERT(range, 28);
}
@@ -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(); }