<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15224">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_gmm.c: Use osmo_rai_name() in log line<br><br>Change-Id: Ieab9b7696c93de9a5d3d42f614072a6f2181e37d<br>---<br>M src/gprs/gprs_gmm.c<br>1 file changed, 2 insertions(+), 3 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/24/15224/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c</span><br><span>index dd19ce8..e906814 100644</span><br><span>--- a/src/gprs/gprs_gmm.c</span><br><span>+++ b/src/gprs/gprs_gmm.c</span><br><span>@@ -1825,9 +1825,8 @@</span><br><span>        {</span><br><span>            /* We cannot use the mmctx */</span><br><span>                LOGMMCTXP(LOGL_INFO, mmctx,</span><br><span style="color: hsl(0, 100%, 40%);">-                     "The MM context cannot be used, RA: %03d-%0*d-%d-%d\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                       mmctx->ra.mcc, mmctx->ra.mnc_3_digits, mmctx->ra.mnc,</span><br><span style="color: hsl(0, 100%, 40%);">-                  mmctx->ra.lac, mmctx->ra.rac);</span><br><span style="color: hsl(120, 100%, 40%);">+                  "The MM context cannot be used, RA: %s\n",</span><br><span style="color: hsl(120, 100%, 40%);">+                  osmo_rai_name(&mmctx->ra));</span><br><span>           /* mmctx is set to NULL and gprs_llgmm_unassign(llme) will be</span><br><span>                   called below, let's make sure we don't keep dangling llme</span><br><span>                    pointers in mmctx (OS#3957). */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15224">change 15224</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/+/15224"/><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: Ieab9b7696c93de9a5d3d42f614072a6f2181e37d </div>
<div style="display:none"> Gerrit-Change-Number: 15224 </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>