<p>tnt has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12905">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_08_08.h: Add constants for Channel Type in signalling mode<br><br>This is from TS 08.08 3.2.2.11 directly. The choices for Data mode<br>and Speech mode were already present, but not for Signalling mode<br><br>Change-Id: I9e24841ea877a9a78dc4d2bd14cbf60c4bea79a6<br>Signed-off-by: Sylvain Munaut <tnt@246tNt.com><br>---<br>M include/osmocom/gsm/protocol/gsm_08_08.h<br>1 file changed, 14 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/05/12905/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>index 721da33..67dc6ee 100644</span><br><span>--- a/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>+++ b/include/osmocom/gsm/protocol/gsm_08_08.h</span><br><span>@@ -437,6 +437,20 @@</span><br><span>    GSM0808_SPEECH_PERM_NO_CHANGE = 0x1f,</span><br><span> };</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* GSM 08.08 3.2.2.11 Channel Type */</span><br><span style="color: hsl(120, 100%, 40%);">+enum gsm0808_chan_rate_type_sign {</span><br><span style="color: hsl(120, 100%, 40%);">+    GSM0808_SIGN_ANY                 = 0x00,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_SDCCH               = 0x01,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_SDCCH_FULL_BM       = 0x02,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_SDCCH_HALF_LM       = 0x03,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_FULL_BM             = 0x08,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_HALF_LM             = 0x09,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_FULL_PREF           = 0x0a,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_HALF_PREF           = 0x0b,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_FULL_PREF_NO_CHANGE = 0x1a,</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM0808_SIGN_HALF_PREF_NO_CHANGE = 0x1b,</span><br><span style="color: hsl(120, 100%, 40%);">+};</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /*! GSM 08.08 3.2.2.11 Channel Type</span><br><span>  *  (see also 3GPP TS 48.008, section 3.2.2.11) */</span><br><span> enum gsm0808_permitted_speech {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12905">change 12905</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/12905"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9e24841ea877a9a78dc4d2bd14cbf60c4bea79a6 </div>
<div style="display:none"> Gerrit-Change-Number: 12905 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: tnt <tnt@246tNt.com> </div>