<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/23496">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gmm: log GMM msg type name instead of number<br><br>Change-Id: I2dc6eb5bfb0f44caf2687e582d660f71fdd647a2<br>---<br>M src/sgsn/gprs_gmm.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/96/23496/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/sgsn/gprs_gmm.c b/src/sgsn/gprs_gmm.c</span><br><span>index 2367338..2ba6d08 100644</span><br><span>--- a/src/sgsn/gprs_gmm.c</span><br><span>+++ b/src/sgsn/gprs_gmm.c</span><br><span>@@ -2111,9 +2111,9 @@</span><br><span> </span><br><span> null_mmctx:</span><br><span>    LOGGBIUP(llme, msg, LOGL_ERROR,</span><br><span style="color: hsl(0, 100%, 40%);">-      "Received GSM 04.08 message type 0x%02x,"</span><br><span style="color: hsl(120, 100%, 40%);">+           "Received GSM 04.08 message type %s,"</span><br><span>              " but no MM context available\n",</span><br><span style="color: hsl(0, 100%, 40%);">-             gh->msg_type);</span><br><span style="color: hsl(120, 100%, 40%);">+             get_value_string(gprs_msgt_gmm_names, gh->msg_type));</span><br><span>        return -EINVAL;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/23496">change 23496</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-sgsn/+/23496"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I2dc6eb5bfb0f44caf2687e582d660f71fdd647a2 </div>
<div style="display:none"> Gerrit-Change-Number: 23496 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>