<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/25121">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp_client_vty: add missing docstrings<br><br>The VTY for the classic non pooled MGCP Client does not have any API<br>doctumentation.<br><br>Change-Id: Ia7ca2e4a8efa714f7a56ffd18de152c992936221<br>---<br>M src/libosmo-mgcp-client/mgcp_client_vty.c<br>1 file changed, 9 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/21/25121/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libosmo-mgcp-client/mgcp_client_vty.c b/src/libosmo-mgcp-client/mgcp_client_vty.c</span><br><span>index fc4cf68..b23bb6a 100644</span><br><span>--- a/src/libosmo-mgcp-client/mgcp_client_vty.c</span><br><span>+++ b/src/libosmo-mgcp-client/mgcp_client_vty.c</span><br><span>@@ -285,6 +285,10 @@</span><br><span>        return CMD_SUCCESS;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/*! Write out MGCP client config to VTY.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] vty VTY to which we should print.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] string used for indentation (e.g. " ").</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \returns CMD_SUCCESS on success, CMD_WARNING on error */</span><br><span> int mgcp_client_config_write(struct vty *vty, const char *indent)</span><br><span> {</span><br><span>   return config_write(vty, indent, global_mgcp_client_conf);</span><br><span>@@ -305,6 +309,11 @@</span><br><span>    osmo_fsm_vty_add_cmds();</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/*! Set up MGCP client VTY</span><br><span style="color: hsl(120, 100%, 40%);">+ *  (called once at startup by the application process).</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] talloc_ctx talloc context to be used by the VTY for allocating memory.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] node identifier of the node on which the VTY commands should be installed.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] conf user provided memory to to store the MGCP client configuration data. */</span><br><span> void mgcp_client_vty_init(void *talloc_ctx, int node, struct mgcp_client_conf *conf)</span><br><span> {</span><br><span>  global_mgcp_client_ctx = talloc_ctx;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/25121">change 25121</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-mgw/+/25121"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia7ca2e4a8efa714f7a56ffd18de152c992936221 </div>
<div style="display:none"> Gerrit-Change-Number: 25121 </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>