<p>pespin <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/24872">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Take into account Marker bit when patching RTP stream<br><br>On a deployed osmo-mgw with RTP traffic coming from a thirdparty<br>RTP source, it was usual to see log messages like following one from<br>time to time:<br>"The input timestamp has an alignment error of 159 on SSRC"<br><br>Doing a quick traffic analysis showed that the above mentioned RTP<br>source was generating traffic from time to time containing RTP packets<br>with the Marker (M) bit.<br><br>Those messages were logged because the verification & patching funcions<br>in osmo-mgw were not Marker-bit aware. Hence, this patch implements<br>support for Marker bit when handling RTP packets.<br><br>The Marker bit is usually used as a start of a talkspurt, and has to be<br>considered a syncrhonization point, where timestamp and relation to real<br>time don't need to match with last received RTP packet in the stream.<br><br>Related: SYS#5498<br>Change-Id: I1fb449eda49e82607649122b9b9d983a9e5983fa<br>---<br>M include/osmocom/mgcp/mgcp_network.h<br>M src/libosmo-mgcp/mgcp_network.c<br>M tests/mgcp/mgcp_test.c<br>M tests/mgcp/mgcp_test.ok<br>4 files changed, 90 insertions(+), 20 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/72/24872/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/24872">change 24872</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-mgw/+/24872"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1fb449eda49e82607649122b9b9d983a9e5983fa </div>
<div style="display:none"> Gerrit-Change-Number: 24872 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>