aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-24 21:22:47 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-12 10:45:09 +0100
commitcb306a689e4bef5d2f82315ff4c694517750519f (patch)
tree28fe81ac75a26689f7edbc346bc2eab6c6030d08 /openbsc/include/openbsc/mgcp_internal.h
parent30690adbc81a1fe15eb5e48b3201772486d79ed0 (diff)
mgcp: Send the jitter statistics at the end of the call
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 759745a07..025b813a5 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -155,6 +155,7 @@ struct mgcp_trunk_config *mgcp_trunk_num(struct mgcp_config *cfg, int index);
void mgcp_state_calc_loss(struct mgcp_rtp_state *s, struct mgcp_rtp_end *,
uint32_t *expected, int *loss);
+uint32_t mgcp_state_calc_jitter(struct mgcp_rtp_state *);
#endif