<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17619">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pdch: cosmetic: use GSM_MI_TYPE_* constants from libosmocore<br><br>Change-Id: I1d85c8eded68bc8aa8e90c33b36d335fa775ded2<br>---<br>M src/pdch.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/19/17619/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/pdch.cpp b/src/pdch.cpp</span><br><span>index 40cf391..dd518a2 100644</span><br><span>--- a/src/pdch.cpp</span><br><span>+++ b/src/pdch.cpp</span><br><span>@@ -209,7 +209,7 @@</span><br><span>                    osmo_mi_name(pag->identity_lv + 1, pag->identity_lv[0]));</span><br><span> </span><br><span>             /* try to add paging */</span><br><span style="color: hsl(0, 100%, 40%);">-         if ((pag->identity_lv[1] & 0x07) == 4) {</span><br><span style="color: hsl(120, 100%, 40%);">+               if ((pag->identity_lv[1] & GSM_MI_TYPE_MASK) == GSM_MI_TYPE_TMSI) {</span><br><span>                   /* TMSI */</span><br><span>                   len = 1 + 1 + 1 + 32 + 2 + 1;</span><br><span>                        if (pag->identity_lv[0] != 5) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17619">change 17619</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-pcu/+/17619"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1d85c8eded68bc8aa8e90c33b36d335fa775ded2 </div>
<div style="display:none"> Gerrit-Change-Number: 17619 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>