<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15268">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hnbgw_vty.c: fix: properly pass pointer to g_hnb_gw<br><br>Otherwise the process hangs if the user enters:<br><br>  $ show hnb NAME<br><br>Change-Id: I42fdb10af5f6427886b5797325830dfc212af30f<br>---<br>M src/hnbgw_vty.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-iuh refs/changes/68/15268/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/hnbgw_vty.c b/src/hnbgw_vty.c</span><br><span>index 15fdaf8..84a5f01 100644</span><br><span>--- a/src/hnbgw_vty.c</span><br><span>+++ b/src/hnbgw_vty.c</span><br><span>@@ -231,7 +231,7 @@</span><br><span>                 return CMD_SUCCESS;</span><br><span>  }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   hnb = hnb_context_by_identity_info(&g_hnb_gw, identity_info);</span><br><span style="color: hsl(120, 100%, 40%);">+     hnb = hnb_context_by_identity_info(g_hnb_gw, identity_info);</span><br><span>         if (hnb == NULL) {</span><br><span>           vty_out(vty, "No HNB found with identity '%s'%s", identity_info, VTY_NEWLINE);</span><br><span>             return CMD_SUCCESS;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15268">change 15268</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-iuh/+/15268"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I42fdb10af5f6427886b5797325830dfc212af30f </div>
<div style="display:none"> Gerrit-Change-Number: 15268 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>