<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13628">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACK<br><br>Fix a warning "Unhandled GSM 04.08 message type ...".<br><br>Fixes: OS#3466<br>Change-Id: I20bf4db8da746e0b994bfe3f8178188831b67ed3<br>---<br>M src/gprs/gprs_gb_parse.c<br>1 file changed, 8 insertions(+), 0 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/28/13628/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs/gprs_gb_parse.c b/src/gprs/gprs_gb_parse.c</span><br><span>index 93b90a2..379674a 100644</span><br><span>--- a/src/gprs/gprs_gb_parse.c</span><br><span>+++ b/src/gprs/gprs_gb_parse.c</span><br><span>@@ -383,6 +383,14 @@</span><br><span>              parse_ctx->invalidate_tlli = 1;</span><br><span>           break;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+    case GSM48_MT_GSM_DEACT_PDP_REQ:</span><br><span style="color: hsl(120, 100%, 40%);">+              parse_ctx->llc_msg_name = "DEACT_PDP_REQ";</span><br><span style="color: hsl(120, 100%, 40%);">+               break;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+      case GSM48_MT_GSM_DEACT_PDP_ACK:</span><br><span style="color: hsl(120, 100%, 40%);">+              parse_ctx->llc_msg_name = "DEACT_PDP_ACK";</span><br><span style="color: hsl(120, 100%, 40%);">+               break;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>     default:</span><br><span>             LOGP(DLLC, LOGL_NOTICE,</span><br><span>                   "Unhandled GSM 04.08 message type %s for protocol discriminator %s.\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13628">change 13628</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/13628"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I20bf4db8da746e0b994bfe3f8178188831b67ed3 </div>
<div style="display:none"> Gerrit-Change-Number: 13628 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>