[PATCH 6/9] Add traffic forwarding via RTP to remote application

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Sun Apr 20 14:33:57 UTC 2014


On Fri, Apr 18, 2014 at 12:22:31PM +0200, Andreas Eversberg wrote:


>  	S_LCHAN_HANDOVER_FAIL,		/* 04.08 Handover Failed */
>  	S_LCHAN_HANDOVER_DETECT,	/* 08.58 Handover Detect */
>  	S_LCHAN_MEAS_REP,		/* 08.58 Measurement Report */
> +	S_LCHAN_RTP_SOCKET_FREE,

Use the opportunity to write a bit of information here? Or maybe
just use S_CHALLOC_FREED to free rtp_socket and introduce a
S_CHALLOC_RESET to do it in the later case?

> +		struct lchan_signal_data sig;

please either use memset on sign or the 0 initializer of C99.

> diff --git a/openbsc/src/libmsc/rtp_proxy.c b/openbsc/src/libmsc/rtp_proxy.c

Please use the -M option on git format-patch/send-email to properly
detect renames.



thanks
	holger





More information about the OpenBSC mailing list