Change in osmo-pcu[master]: pdch: Log reason of expected POLL when receiving unexpected UL data

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 Oct 19 11:41:52 UTC 2021


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

Change subject: pdch: Log reason of expected POLL when receiving unexpected UL data
......................................................................

pdch: Log reason of expected POLL when receiving unexpected UL data

Change-Id: I914e38154029f57cbf38120495220cd860877c45
---
M src/pdch.cpp
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  dexter: Looks good to me, but someone else must approve



diff --git a/src/pdch.cpp b/src/pdch.cpp
index 7d70958..5d8658a 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -991,8 +991,9 @@
 			break;
 		case PDCH_ULC_NODE_TBF_POLL:
 			LOGPDCH(this, DRLCMACUL, LOGL_NOTICE, "FN=%" PRIu32 " "
-				"Rx UL DATA from unexpected %s vs expected POLL %s\n",
-				fn, tbf_name(tbf), tbf_name(node->tbf_poll.poll_tbf));
+				"Rx UL DATA from unexpected %s vs expected POLL %s reason=%s\n",
+				fn, tbf_name(tbf), tbf_name(node->tbf_poll.poll_tbf),
+				get_value_string(pdch_ulc_tbf_poll_reason_names, node->tbf_poll.reason));
 			break;
 		case PDCH_ULC_NODE_SBA:
 			LOGPDCH(this, DRLCMACUL, LOGL_NOTICE, "FN=%" PRIu32 " "

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I914e38154029f57cbf38120495220cd860877c45
Gerrit-Change-Number: 25811
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
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/20211019/7f98fb3f/attachment.htm>


More information about the gerrit-log mailing list