<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24200">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tbf_ul: Use is_tlli_valid() API<br><br>Change-Id: I4abb46913b05d1e89ebe9e361b0a774880dee998<br>---<br>M src/tbf_ul.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/00/24200/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp</span><br><span>index 7486b47..9d984a6 100644</span><br><span>--- a/src/tbf_ul.cpp</span><br><span>+++ b/src/tbf_ul.cpp</span><br><span>@@ -372,7 +372,7 @@</span><br><span>    * However, it's handier for us to mark contention resolution success</span><br><span>     * here since according to spec upon rx UL ACK is the time at which MS</span><br><span>        * realizes contention resolution succeeds. */</span><br><span style="color: hsl(0, 100%, 40%);">-  if (ms_tlli(ms()) != GSM_RESERVED_TMSI)</span><br><span style="color: hsl(120, 100%, 40%);">+       if (is_tlli_valid())</span><br><span>                 contention_resolution_success();</span><br><span> </span><br><span>         if (final) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24200">change 24200</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/+/24200"/><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: I4abb46913b05d1e89ebe9e361b0a774880dee998 </div>
<div style="display:none"> Gerrit-Change-Number: 24200 </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>