<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13276">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: add function gsmnet_from_vty() to vty.h<br><br>The function gsmnet_from_vty() is used in oc2gbts_vty.c, but it is not<br>declared in vty.h. Lets add the declaration to vty.h, so that<br>gsmnet_from_vty() can be used properly by other modules.<br><br>Change-Id: I8cf63c6fabdb1f2dc67ca8193704ce4d1d4882d9<br>---<br>M include/osmo-bts/vty.h<br>1 file changed, 2 insertions(+), 0 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/76/13276/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h</span><br><span>index d27acb5..d90a989 100644</span><br><span>--- a/include/osmo-bts/vty.h</span><br><span>+++ b/include/osmo-bts/vty.h</span><br><span>@@ -27,6 +27,8 @@</span><br><span> </span><br><span> int bts_vty_init(struct gsm_bts *bts, const struct log_info *cat);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+struct gsm_network *gsmnet_from_vty(struct vty *v);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> extern struct vty_app_info bts_vty_info;</span><br><span> </span><br><span> #endif</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13276">change 13276</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/13276"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8cf63c6fabdb1f2dc67ca8193704ce4d1d4882d9 </div>
<div style="display:none"> Gerrit-Change-Number: 13276 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>