Change in osmo-pcu[master]: tbf_ul: Use is_tlli_valid() API

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed May 12 14:56:08 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/24200 )

Change subject: tbf_ul: Use is_tlli_valid() API
......................................................................

tbf_ul: Use is_tlli_valid() API

Change-Id: I4abb46913b05d1e89ebe9e361b0a774880dee998
---
M src/tbf_ul.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index 7486b47..9d984a6 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -372,7 +372,7 @@
 	 * However, it's handier for us to mark contention resolution success
 	 * here since according to spec upon rx UL ACK is the time at which MS
 	 * realizes contention resolution succeeds. */
-	if (ms_tlli(ms()) != GSM_RESERVED_TMSI)
+	if (is_tlli_valid())
 		contention_resolution_success();
 
 	if (final) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/24200
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I4abb46913b05d1e89ebe9e361b0a774880dee998
Gerrit-Change-Number: 24200
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210512/c929b32c/attachment.htm>


More information about the gerrit-log mailing list