<p><a href="https://gerrit.osmocom.org/c/libosmocore/+/16030">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/16030/2/src/sockaddr_str.c">File src/sockaddr_str.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmocore/+/16030/2/src/sockaddr_str.c@409">Patch Set #2, Line 409:</a> <code style="font-family:monospace,monospace">/*! Convert osmo_sockaddr_str address string to IPv4 address data in host-byte-order.</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">The API (osmo_sockaddr_str_to_32n) was already defined correctly, since it states it converted from  […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">no, that is not an option. osmo_sockaddr_str_to_32n() is already being used in programs. Regardless of what the API doc said and what I was thinking when using that function, if we modify the effect of this function, then we break those other programs. They are using host-byte-order and they need host-byte-order, and are calling osmo_sockaddr_str_{to,from}_32n() to obtain that. They should move to *_32h() whenever ready, we cannot change the behavior of this function without renaming.</p><p style="white-space: pre-wrap; word-wrap: break-word;">osmo_sockaddr_str_to_32() already does network byte order correctly.<br>There we can just fix the API doc, because it remains ABI compatible.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Actually almost no-one anywhere needs host byte order, except our MNCC socket it seems.<br>I wish I had never added _32n()... but now that it's there, I followed through with the _32h() version.<br>(should be just deprecate without replacement instead?)</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/16030">change 16030</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/libosmocore/+/16030"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I3cf150cc0cc06dd36039fbde091bc71b01697322 </div>
<div style="display:none"> Gerrit-Change-Number: 16030 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 13 Nov 2019 15:45:50 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>