<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-abis/+/26455">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ipaccess.c: assign names to the related osmo_fds<br><br>The osmo_fds used form ipaccess based E1 traffic should have names<br><br>Change-Id: I42ca4e9257eee2857784dd4f5b17a83220e2be9e<br>depends: libosmocore I64b288174ae3dd22d50a701ce7cbf9e623246479<br>Related: SYS#5701<br>---<br>M src/input/ipaccess.c<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/55/26455/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c</span><br><span>index 04b4474..4eacb6e 100644</span><br><span>--- a/src/input/ipaccess.c</span><br><span>+++ b/src/input/ipaccess.c</span><br><span>@@ -341,6 +341,7 @@</span><br><span> "could not register FD\n");</span><br><span> goto err;</span><br><span> }</span><br><span style="color: hsl(120, 100%, 40%);">+ newbfd->name = "ipa-rsl";</span><br><span> </span><br><span> e1i_ts = ipaccess_line_ts(newbfd, new_line);</span><br><span> ipaccess_bsc_keepalive_fsm_alloc(e1i_ts, newbfd, "rsl_bsc_to_bts");</span><br><span>@@ -671,6 +672,7 @@</span><br><span> LOGP(DLINP, LOGL_ERROR, "could not register FD\n");</span><br><span> goto err_line;</span><br><span> }</span><br><span style="color: hsl(120, 100%, 40%);">+ bfd->name = "ipa-oml";</span><br><span> </span><br><span> update_fd_settings(line, bfd->fd);</span><br><span> </span><br><span>@@ -724,6 +726,8 @@</span><br><span> LOGP(DLINP, LOGL_ERROR, "could not register FD\n");</span><br><span> goto err_line;</span><br><span> }</span><br><span style="color: hsl(120, 100%, 40%);">+ bfd->name = "ipa-rsl";</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* Request ID. FIXME: request LOCATION, HW/SW VErsion, Unit Name, Serno */</span><br><span> ret = ipa_ccm_send_id_req(bfd->fd);</span><br><span> if (ret < 0) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-abis/+/26455">change 26455</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/libosmo-abis/+/26455"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I42ca4e9257eee2857784dd4f5b17a83220e2be9e </div>
<div style="display:none"> Gerrit-Change-Number: 26455 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>