<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/20962">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm48: add missing RR cause value definitions<br><br>3GPP TS 44.018 version 15.4.0 Release 15 (2019-04).<br><br>Change-Id: If7187e005d65fd2bf067d258148281c5df0526ff<br>---<br>M include/osmocom/gsm/protocol/gsm_04_08.h<br>M src/gsm/gsm48.c<br>2 files changed, 6 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/62/20962/1</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 f8f2eab..df13b15 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>@@ -1638,9 +1638,12 @@</span><br><span>    GSM48_RR_CAUSE_ABNORMAL_TIMER   = 0x03,</span><br><span>      GSM48_RR_CAUSE_ABNORMAL_NOACT   = 0x04,</span><br><span>      GSM48_RR_CAUSE_PREMPTIVE_REL    = 0x05,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_RR_CAUSE_UTRAN_CFG_UNK    = 0x06,</span><br><span>      GSM48_RR_CAUSE_HNDOVER_IMP      = 0x08,</span><br><span>      GSM48_RR_CAUSE_CHAN_MODE_UNACCT = 0x09,</span><br><span>      GSM48_RR_CAUSE_FREQ_NOT_IMPL    = 0x0a,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_RR_CAUSE_LEAVE_GROUP_CA   = 0x0b,</span><br><span style="color: hsl(120, 100%, 40%);">+       GSM48_RR_CAUSE_LOW_LEVEL_FAIL   = 0x0c,</span><br><span>      GSM48_RR_CAUSE_CALL_CLEARED     = 0x41,</span><br><span>      GSM48_RR_CAUSE_SEMANT_INCORR    = 0x5f,</span><br><span>      GSM48_RR_CAUSE_INVALID_MAND_INF = 0x60,</span><br><span>diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c</span><br><span>index fab7213..c497c74 100644</span><br><span>--- a/src/gsm/gsm48.c</span><br><span>+++ b/src/gsm/gsm48.c</span><br><span>@@ -164,9 +164,12 @@</span><br><span>      { GSM48_RR_CAUSE_ABNORMAL_TIMER,        "Abnormal release, timer expired" },</span><br><span>       { GSM48_RR_CAUSE_ABNORMAL_NOACT,        "Abnormal release, no activity on radio path" },</span><br><span>   { GSM48_RR_CAUSE_PREMPTIVE_REL,         "Preemptive release" },</span><br><span style="color: hsl(120, 100%, 40%);">+     { GSM48_RR_CAUSE_UTRAN_CFG_UNK,         "UTRAN configuration unknown" },</span><br><span>   { GSM48_RR_CAUSE_HNDOVER_IMP,           "Handover impossible, timing advance out of range" },</span><br><span>      { GSM48_RR_CAUSE_CHAN_MODE_UNACCT,      "Channel mode unacceptable" },</span><br><span>     { GSM48_RR_CAUSE_FREQ_NOT_IMPL,         "Frequency not implemented" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { GSM48_RR_CAUSE_LEAVE_GROUP_CA,        "Originator or talker leaving group call area" },</span><br><span style="color: hsl(120, 100%, 40%);">+   { GSM48_RR_CAUSE_LOW_LEVEL_FAIL,        "Lower layer failure" },</span><br><span>   { GSM48_RR_CAUSE_CALL_CLEARED,          "Call already cleared" },</span><br><span>  { GSM48_RR_CAUSE_SEMANT_INCORR,         "Semantically incorrect message" },</span><br><span>        { GSM48_RR_CAUSE_INVALID_MAND_INF,      "Invalid mandatory information" },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/20962">change 20962</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/libosmocore/+/20962"/><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-Change-Id: If7187e005d65fd2bf067d258148281c5df0526ff </div>
<div style="display:none"> Gerrit-Change-Number: 20962 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>