aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-23 05:13:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-23 05:13:48 +0100
commit5dbd71e31d08e883db6549b6dcca6560e786c764 (patch)
treed36a897d780f33185773fafb174bfad9c6809d05 /openbsc/tests
parent3b05a7affab6846a7327a68b6e79f66ee7f8c3cd (diff)
[sccp] Provide dummy db_store_counter...
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sccp/sccp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/sccp/sccp_test.c b/openbsc/tests/sccp/sccp_test.c
index bd28ed179..37615e0e2 100644
--- a/openbsc/tests/sccp/sccp_test.c
+++ b/openbsc/tests/sccp/sccp_test.c
@@ -722,3 +722,5 @@ int main(int argc, char **argv)
test_sccp_system_crash();
return 0;
}
+
+void db_store_counter() {}