From 8180e881fcc70d2795464c89e0e8ca5f2d238784 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 22 Aug 2016 18:21:12 +0200 Subject: [PATCH 1/3] add warning when calling stubbed tunnel functions --- coreapi/linphone_tunnel_stubs.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/coreapi/linphone_tunnel_stubs.c b/coreapi/linphone_tunnel_stubs.c index 8f2e4dbc9..02d2ac1c2 100644 --- a/coreapi/linphone_tunnel_stubs.c +++ b/coreapi/linphone_tunnel_stubs.c @@ -40,22 +40,28 @@ void linphone_tunnel_destroy(LinphoneTunnel *tunnel){ void linphone_tunnel_add_server(LinphoneTunnel *tunnel, LinphoneTunnelConfig *tunnel_config){ + ms_warning("linphone_tunnel_add_server() - stubbed, no implementation"); } void linphone_tunnel_remove_server(LinphoneTunnel *tunnel, LinphoneTunnelConfig *tunnel_config){ + ms_warning("linphone_tunnel_remove_server() - stubbed, no implementation"); } const MSList *linphone_tunnel_get_servers(const LinphoneTunnel *tunnel){ + ms_warning("linphone_tunnel_get_servers() - stubbed, no implementation"); return NULL; } void linphone_tunnel_clean_servers(LinphoneTunnel *tunnel){ + ms_warning("linphone_tunnel_clean_servers() - stubbed, no implementation"); } void linphone_tunnel_set_mode(LinphoneTunnel *tunnel, LinphoneTunnelMode mode) { + ms_warning("linphone_tunnel_set_mode() - stubbed, no implementation"); } LinphoneTunnelMode linphone_tunnel_get_mode(const LinphoneTunnel *tunnel){ + ms_warning("linphone_tunnel_get_mode() - stubbed, no implementation"); return LinphoneTunnelModeDisable; } @@ -83,9 +89,12 @@ void linphone_tunnel_reconnect(LinphoneTunnel *tunnel){ } void linphone_tunnel_configure(LinphoneTunnel *tunnel){ + ms_warning("linphone_tunnel_configure() - stubbed, no implementation"); } -void linphone_tunnel_enable_sip(LinphoneTunnel *tunnel, bool_t enable) {} +void linphone_tunnel_enable_sip(LinphoneTunnel *tunnel, bool_t enable) { + ms_warning("linphone_tunnel_enable_sip() - stubbed, no implementation"); +} bool_t linphone_tunnel_sip_enabled(const LinphoneTunnel *tunnel) { return FALSE; } /* Deprecated functions */ From 9f1635147e5982ab8129e1c32112655da919acd8 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 25 Aug 2016 16:20:18 +0200 Subject: [PATCH 2/3] update ms2 for rfc3984 improvements --- mediastreamer2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediastreamer2 b/mediastreamer2 index ead185868..4c4d1041d 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit ead1858685c9ff21426a3ec53f5286461f62ade2 +Subproject commit 4c4d1041d97d727e90571566efb42ec4b2f7d09f From e4bc29cb99cf035cca84f00064f40caff333c6a5 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 25 Aug 2016 18:17:58 +0200 Subject: [PATCH 3/3] update ms2 --- mediastreamer2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediastreamer2 b/mediastreamer2 index 4c4d1041d..eb5fdf100 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 4c4d1041d97d727e90571566efb42ec4b2f7d09f +Subproject commit eb5fdf1007b967be73eee4530d0e17a778d036eb