This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom A-bis protcol interface library".
The branch, master has been updated
via c77c2a6aa13accbc558888ab788d1148eb9aeb1a (commit)
from 085ab0bb9ce99693e8b06acf721cf415abc08cf0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=c77c2a6aa13accbc558888ab788…
commit c77c2a6aa13accbc558888ab788d1148eb9aeb1a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 5 14:09:56 2016 +0200
osmo_ortp.c: fix order of set_connected_mode and set_remote_addr
In libortp, rtp_session_set_connected_mode() sets a flag that is used in
rtp_session_set_remote_addr().
The name rtp_session_set_remote_addr() is misleading: this function actually
does take a lot of action, including an attempt to connect to the remote
server. Thus the "connected mode" flag needs to be set before this.
Suggested-by: NuRan Wireless <nuranwireless.com>
Change-Id: I92308ddffc376af8d4d65e6b9cbeee222b7bff5e
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library