Change in libosmo-abis[master]: Revert "ortp: enable scheduled mode on rtp socket creation"

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/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Jun 5 14:21:58 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/9451


Change subject: Revert "ortp: enable scheduled mode on rtp socket creation"
......................................................................

Revert "ortp: enable scheduled mode on rtp socket creation"

We discovered that enabling the scheduler caused a segfault on the
ARM build of osmo-bts. So we have to revert the following two changes:
Change-Id I3a63c23f5ede47773b6a249a48ecebd5d3b45ace
Change-Id I4b8f0349d5503bbe53745cc8903beb26f149f219

This reverts commit 5a236ce1d414625476d0c0f652ecbe0eb2bbeaf1.

Change-Id: Ic81062d79a304038a50658b955f7d05edb3fa28e
Related: OS#3299
---
M src/trau/osmo_ortp.c
1 file changed, 0 insertions(+), 1 deletion(-)



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

diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index cc8e473..d8f4abf 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -350,7 +350,6 @@
 	rtp_session_set_data(rs->sess, rs);
 	rtp_session_set_profile(rs->sess, osmo_pt_profile);
 	rtp_session_set_jitter_compensation(rs->sess, 100);
-	rtp_session_set_scheduling_mode(rs->sess, TRUE);
 
 	rtp_session_signal_connect(rs->sess, "ssrc_changed",
 				   (RtpCallback) ortp_sig_cb_ssrc,

-- 
To view, visit https://gerrit.osmocom.org/9451
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic81062d79a304038a50658b955f7d05edb3fa28e
Gerrit-Change-Number: 9451
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180605/eaa12145/attachment.htm>


More information about the gerrit-log mailing list