Change in osmo-pcu[master]: TBF/UL: fix rcv_data_block_acknowledged(): actually print decoded TLLI

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Apr 20 04:26:41 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17878 )


Change subject: TBF/UL: fix rcv_data_block_acknowledged(): actually print decoded TLLI
......................................................................

TBF/UL: fix rcv_data_block_acknowledged(): actually print decoded TLLI

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



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

diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index 9e3773c..020285e 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -304,7 +304,7 @@
 				}
 				LOGPTBFUL(this, LOGL_INFO,
 					  "Decoded premier TLLI=0x%08x of UL DATA TFI=%d.\n",
-					  tlli(), rlc->tfi);
+					  new_tlli, rlc->tfi);
 				set_tlli_from_ul(new_tlli);
 			} else if (new_tlli && new_tlli != tlli()) {
 				LOGPTBFUL(this, LOGL_NOTICE,

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I71b5c656d4b318d11bd5fe2b5d163c3a06e09a6a
Gerrit-Change-Number: 17878
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200420/385b08b9/attachment.htm>


More information about the gerrit-log mailing list