From 297daa209306004149b91c6107db228745e20b96 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Mar 2016 14:13:06 +0100 Subject: WIP There is no FreeChanCnf and this leads to not knowing when the resource can be allocated again. This is an issue for making it reliable. Stop here and wait for progress. --- openbsc/include/openbsc/mgcp_transcode.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/mgcp_transcode.h b/openbsc/include/openbsc/mgcp_transcode.h index 02b039d0e..af5d8e29a 100644 --- a/openbsc/include/openbsc/mgcp_transcode.h +++ b/openbsc/include/openbsc/mgcp_transcode.h @@ -1,5 +1,6 @@ /* - * (C) 2014 by On-Waves + * (C) 2014-2016 by On-Waves + * (C) 2016 Holger Hans Peter Freyther * All Rights Reserved * * This program is free software; you can redistribute it and/or modify @@ -89,4 +90,10 @@ int mgcp_transcoding_process_rtp(struct mgcp_endpoint *endp, char *data, int *len, int buf_size); int mgcp_transcoding_get_frame_size(void *state_, int nsamples, int dst); + + +#ifdef BUILD_MGCP_TRANSCODING_DSP +int mgcp_transcoding_dsp_init(void); +#endif + #endif /* OPENBSC_MGCP_TRANSCODE_H */ -- cgit v1.2.3