<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11340">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmux.h: Document enum osmux_state<br><br>Change-Id: If5de6e981e9af7b667dd3365d758f868f38bf6e0<br>---<br>M openbsc/include/openbsc/osmux.h<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/40/11340/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/openbsc/include/openbsc/osmux.h b/openbsc/include/openbsc/osmux.h</span><br><span>index f3ea72a..6386125 100644</span><br><span>--- a/openbsc/include/openbsc/osmux.h</span><br><span>+++ b/openbsc/include/openbsc/osmux.h</span><br><span>@@ -26,10 +26,10 @@</span><br><span> int osmux_used_cid(void);</span><br><span> </span><br><span> enum osmux_state {</span><br><span style="color: hsl(0, 100%, 40%);">- OSMUX_STATE_DISABLED = 0,</span><br><span style="color: hsl(0, 100%, 40%);">-       OSMUX_STATE_NEGOTIATING,</span><br><span style="color: hsl(0, 100%, 40%);">-        OSMUX_STATE_ACTIVATING,</span><br><span style="color: hsl(0, 100%, 40%);">- OSMUX_STATE_ENABLED,</span><br><span style="color: hsl(120, 100%, 40%);">+  OSMUX_STATE_DISABLED = 0, /* Osmux not being currently used by endp */</span><br><span style="color: hsl(120, 100%, 40%);">+        OSMUX_STATE_NEGOTIATING,  /* Osmux was locally requested in MGCP CRCX */</span><br><span style="color: hsl(120, 100%, 40%);">+      OSMUX_STATE_ACTIVATING,   /* Osmux was accepted in MGCP CRCX ACK. It can now be enabled by \ref osmux_enable_endpoint. */</span><br><span style="color: hsl(120, 100%, 40%);">+     OSMUX_STATE_ENABLED,      /* Osmux was initialized by \ref osmux_enable_endpoint and can process frames */</span><br><span> };</span><br><span> </span><br><span> enum osmux_usage {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11340">change 11340</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/11340"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: openbsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If5de6e981e9af7b667dd3365d758f868f38bf6e0 </div>
<div style="display:none"> Gerrit-Change-Number: 11340 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>