<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/19109">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp_trunk: use enum type for trunk type variable<br><br>The trunk_type variable in struct mgcp_trunk is specified as an int,<br>however there is an enum mgcp_trunk_type specified. Lets use the enum as<br>type for trunk_type instead of int.<br><br>Related: OS#2659<br>Change-Id: I8e8b0cf448cfe67ad3b7caab24f301708d2a515f<br>---<br>M include/osmocom/mgcp/mgcp_trunk.h<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-mgw refs/changes/09/19109/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/mgcp/mgcp_trunk.h b/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>index 2bd55e6..c6a0997 100644</span><br><span>--- a/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>+++ b/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>@@ -11,7 +11,7 @@</span><br><span>   struct mgcp_config *cfg;</span><br><span> </span><br><span>         int trunk_nr;</span><br><span style="color: hsl(0, 100%, 40%);">-   int trunk_type;</span><br><span style="color: hsl(120, 100%, 40%);">+       enum mgcp_trunk_type trunk_type;</span><br><span> </span><br><span>         char *audio_fmtp_extra;</span><br><span>      int audio_send_ptime;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/19109">change 19109</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/+/19109"/><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: I8e8b0cf448cfe67ad3b7caab24f301708d2a515f </div>
<div style="display:none"> Gerrit-Change-Number: 19109 </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>