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
Tue May 11 11:02:06 UTC 2021


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/00/24200/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210511/53222be7/attachment.htm>


More information about the gerrit-log mailing list