[PATCH] libosmo-abis[master]: osmo_ortp: use ortp_set_log_level_mask

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/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Jan 3 11:01:32 UTC 2017


Review at  https://gerrit.osmocom.org/1527

osmo_ortp: use ortp_set_log_level_mask

since ortp 0.25.0 the log_level_mask is different. It's
includes now a log domain.

Change-Id: Icc87dbcd406906d8e2ef86b39360ff01efa38a9b
---
M src/trau/osmo_ortp.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/27/1527/1

diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index d4d4ff5..ff78e75 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -273,7 +273,7 @@
 	tall_rtp_ctx = ctx;
 	ortp_set_memory_functions(&osmo_ortp_memfn);
 	ortp_init();
-	ortp_set_log_level_mask(0xffff);
+	ortp_set_log_level_mask(NULL, 0xffff);
 	ortp_set_log_handler(my_ortp_logfn);
 	create_payload_types();
 }

-- 
To view, visit https://gerrit.osmocom.org/1527
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc87dbcd406906d8e2ef86b39360ff01efa38a9b
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list