<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/19101">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp_trunk: move enum mgcp_trunk_type to mgcp_trunk.h<br><br>The enum mgcp_trunk_type, which is currently located in mgcp_internal.h<br>makes more sense in mgcp_trunk.h, so lets move it.<br><br>Related: OS#2659<br>Change-Id: I077121503c44fc112a33f1c946f368414e28f841<br>---<br>M include/osmocom/mgcp/mgcp_internal.h<br>M include/osmocom/mgcp/mgcp_trunk.h<br>2 files changed, 5 insertions(+), 5 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/01/19101/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/mgcp/mgcp_internal.h b/include/osmocom/mgcp/mgcp_internal.h</span><br><span>index 66a26bd..f143988 100644</span><br><span>--- a/include/osmocom/mgcp/mgcp_internal.h</span><br><span>+++ b/include/osmocom/mgcp/mgcp_internal.h</span><br><span>@@ -32,11 +32,6 @@</span><br><span> </span><br><span> #define CI_UNUSED 0</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-enum mgcp_trunk_type {</span><br><span style="color: hsl(0, 100%, 40%);">-     MGCP_TRUNK_VIRTUAL,</span><br><span style="color: hsl(0, 100%, 40%);">-     MGCP_TRUNK_E1,</span><br><span style="color: hsl(0, 100%, 40%);">-};</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> struct mgcp_rtp_stream_state {</span><br><span>   uint32_t ssrc;</span><br><span>       uint16_t last_seq;</span><br><span>diff --git a/include/osmocom/mgcp/mgcp_trunk.h b/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>index 78d65e4..2bd55e6 100644</span><br><span>--- a/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>+++ b/include/osmocom/mgcp/mgcp_trunk.h</span><br><span>@@ -1,5 +1,10 @@</span><br><span> #pragma once</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+enum mgcp_trunk_type {</span><br><span style="color: hsl(120, 100%, 40%);">+    MGCP_TRUNK_VIRTUAL,</span><br><span style="color: hsl(120, 100%, 40%);">+   MGCP_TRUNK_E1,</span><br><span style="color: hsl(120, 100%, 40%);">+};</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> struct mgcp_trunk {</span><br><span>  struct llist_head entry;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/19101">change 19101</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/+/19101"/><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: I077121503c44fc112a33f1c946f368414e28f841 </div>
<div style="display:none"> Gerrit-Change-Number: 19101 </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>