<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15268">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><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>hnbgw_vty.c: In function ‘show_one_hnb’:<br>hnbgw_vty.c:234:2: warning: passing argument 1 of<br>                   ‘hnb_context_by_identity_info’<br>                  from incompatible pointer type<br>                [enabled by default]<br>iuh/hnbgw.h:154:21: note: expected ‘struct hnb_gw *’<br>                    but argument is of type ‘struct hnb_gw **’<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;"><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: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>