aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-19 09:19:17 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:49:39 +0100
commitecd835500e839b1327e7ceccb640ab41eccb788f (patch)
tree4174ba0814c62aab2b0d7afb7da39c22326fd1cd /tests
parent6e11bee8cf97487d29502dc1a9ef3b7837b48628 (diff)
isup: Make status parsing and status response be generic
Diffstat (limited to 'tests')
-rw-r--r--tests/isup/isup_parse_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/isup/isup_parse_test.c b/tests/isup/isup_parse_test.c
index d67d36d..c6dbdf4 100644
--- a/tests/isup/isup_parse_test.c
+++ b/tests/isup/isup_parse_test.c
@@ -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);
}