<p>Holger Freyther has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12326">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mobile: Use new VTY telnet API to allow binding to random port<br><br>Change-Id: I5a6214aec2dcb92495038ea8311c0df22fa8d07b<br>---<br>M src/host/layer23/src/mobile/app_mobile.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/26/12326/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c</span><br><span>index a051fba..907a58f 100644</span><br><span>--- a/src/host/layer23/src/mobile/app_mobile.c</span><br><span>+++ b/src/host/layer23/src/mobile/app_mobile.c</span><br><span>@@ -464,8 +464,7 @@</span><br><span>           LOGP(DMOB, LOGL_INFO, "Using configuration from '%s'\n", config_file);</span><br><span>     }</span><br><span>    vty_reading = 0;</span><br><span style="color: hsl(0, 100%, 40%);">-        rc = telnet_init_dynif(l23_ctx, NULL,</span><br><span style="color: hsl(0, 100%, 40%);">-           vty_get_bind_addr(), OSMO_VTY_PORT_BB);</span><br><span style="color: hsl(120, 100%, 40%);">+       rc = telnet_init_default(l23_ctx, NULL, OSMO_VTY_PORT_BB);</span><br><span>   if (rc < 0) {</span><br><span>             LOGP(DMOB, LOGL_FATAL, "Cannot init VTY on %s port %u: %s\n",</span><br><span>                      vty_get_bind_addr(), OSMO_VTY_PORT_BB, strerror(errno));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12326">change 12326</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/12326"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5a6214aec2dcb92495038ea8311c0df22fa8d07b </div>
<div style="display:none"> Gerrit-Change-Number: 12326 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Holger Freyther <holger@freyther.de> </div>