<p>Keith Whyte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9352">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add enum gsm48_progress_desc<br><br>From GSM 04.08<br>Section 10.5.4.21 / Table 10.5.127<br><br>Change-Id: I6574e8808aaf39fad8026290aa2cc657734e18b5<br>---<br>M include/osmocom/gsm/protocol/gsm_04_08.h<br>1 file changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>index 0bb2dce..4c98ff2 100644</span><br><span>--- a/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>+++ b/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>@@ -1372,6 +1372,18 @@</span><br><span> #define GSM48_IE_FOLLOW_ON_PROC 0xa1</span><br><span> #define GSM48_IE_CTS_PERMISSION 0xa2</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* Section 10.5.4.21 / Table 10.5.127 */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+enum gsm48_progress_desc {</span><br><span style="color: hsl(120, 100%, 40%);">+      GSM48_PROGR_NOT_E2E             = 0x00,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_DEST_NOT_PLMN       = 0x02,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_ORIG_NOT_PLMN       = 0x03,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_RETURNED            = 0x04,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_IN_BAND_AVAIL       = 0x08,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_CALL_E2E            = 0x20,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_PROGR_QUEUEING            = 0x40,</span><br><span style="color: hsl(120, 100%, 40%);">+};</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* Section 10.5.4.23 / Table 10.5.130 */</span><br><span> enum gsm48_signal_val {</span><br><span>         GSM48_SIGNAL_DIALTONE   = 0x00,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9352">change 9352</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/9352"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I6574e8808aaf39fad8026290aa2cc657734e18b5 </div>
<div style="display:none"> Gerrit-Change-Number: 9352 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Keith Whyte <keith@rhizomatica.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Keith Whyte <keith@rhizomatica.org> </div>