aboutsummaryrefslogtreecommitdiffstats
path: root/src/r2000/r2000.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2024-01-27 22:53:24 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2024-02-18 16:23:31 +0100
commit2dcf10b1b165cda744ee171d219d68a7d36765b0 (patch)
treea0b174b53e2118913556a710a24ccaf0b1831280 /src/r2000/r2000.c
parentda9b0a0f8d18a8378517c0cd00c136545dc9b710 (diff)
Add metering information from osmo-cc to B-Netz and C-Netz
Untested!
Diffstat (limited to 'src/r2000/r2000.c')
-rw-r--r--src/r2000/r2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r2000/r2000.c b/src/r2000/r2000.c
index cad6916..839b02a 100644
--- a/src/r2000/r2000.c
+++ b/src/r2000/r2000.c
@@ -1434,7 +1434,7 @@ int call_down_setup(int callref, const char __attribute__((unused)) *caller_id,
}
/* Call control answers call toward station mobile. */
-void call_down_answer(int callref)
+void call_down_answer(int callref, struct timeval __attribute__((unused)) *tv_meter)
{
sender_t *sender;
r2000_t *r2000;