<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/22760">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">oml: cosmetic code style changes in rx_oml_ipa_rsl_connect()<br><br>Change-Id: I2841e15865596bbb24cfe1f27691404514d3b6f0<br>---<br>M src/common/oml.c<br>1 file changed, 3 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/60/22760/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/oml.c b/src/common/oml.c</span><br><span>index 02b1770..ce76064 100644</span><br><span>--- a/src/common/oml.c</span><br><span>+++ b/src/common/oml.c</span><br><span>@@ -1391,15 +1391,12 @@</span><br><span> </span><br><span>         uint8_t stream_id = 0;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_DST_IP, 4)) {</span><br><span style="color: hsl(120, 100%, 40%);">+      if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_DST_IP, 4))</span><br><span>               ip = ntohl(tlvp_val32_unal(tp, NM_ATT_IPACC_DST_IP));</span><br><span style="color: hsl(0, 100%, 40%);">-   }</span><br><span style="color: hsl(0, 100%, 40%);">-       if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_DST_IP_PORT, 2)) {</span><br><span style="color: hsl(120, 100%, 40%);">+ if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_DST_IP_PORT, 2))</span><br><span>          port = ntohs(tlvp_val16_unal(tp, NM_ATT_IPACC_DST_IP_PORT));</span><br><span style="color: hsl(0, 100%, 40%);">-    }</span><br><span style="color: hsl(0, 100%, 40%);">-       if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_STREAM_ID, 1)) {</span><br><span style="color: hsl(120, 100%, 40%);">+   if (TLVP_PRES_LEN(tp, NM_ATT_IPACC_STREAM_ID, 1))</span><br><span>            stream_id = *TLVP_VAL(tp, NM_ATT_IPACC_STREAM_ID);</span><br><span style="color: hsl(0, 100%, 40%);">-      }</span><br><span> </span><br><span>        in.s_addr = htonl(ip);</span><br><span>       LOGP(DOML, LOGL_INFO, "%s: Rx IPA RSL CONNECT IP=%s PORT=%u STREAM=0x%02x\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/22760">change 22760</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-bts/+/22760"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I2841e15865596bbb24cfe1f27691404514d3b6f0 </div>
<div style="display:none"> Gerrit-Change-Number: 22760 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>