<p>Tobias Mädel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10452">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">merges commit from lynxis - changes byte order for IPv4 address in SDP<br><br>Change-Id: Ib2bebfb905afc91afc01770df8532b749f494806<br>---<br>M src/sdp.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/52/10452/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/sdp.c b/src/sdp.c</span><br><span>index 213e979..2824378 100644</span><br><span>--- a/src/sdp.c</span><br><span>+++ b/src/sdp.c</span><br><span>@@ -165,7 +165,7 @@</span><br><span> </span><br><span> char *sdp_create_file(struct sip_call_leg *leg, struct call_leg *other)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-        struct in_addr net = { .s_addr = ntohl(other->ip) };</span><br><span style="color: hsl(120, 100%, 40%);">+       struct in_addr net = { .s_addr = other->ip };</span><br><span>     char *fmtp_str = NULL, *sdp;</span><br><span> </span><br><span>     leg->wanted_codec = app_media_name(other->payload_msg_type);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10452">change 10452</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/10452"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sip-connector </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib2bebfb905afc91afc01770df8532b749f494806 </div>
<div style="display:none"> Gerrit-Change-Number: 10452 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tobias Mädel <osmocom.account@tbspace.de> </div>