Change in osmocom-bb[master]: layer23/app_ccch_scan.c: hexdump unhandled PCH/AGCH messages

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Oct 3 08:32:39 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11176 )

Change subject: layer23/app_ccch_scan.c: hexdump unhandled PCH/AGCH messages
......................................................................

layer23/app_ccch_scan.c: hexdump unhandled PCH/AGCH messages

Change-Id: I81d6558525e7f68c4fcd6c6272224d58532e2efb
---
M src/host/layer23/src/misc/app_ccch_scan.c
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/host/layer23/src/misc/app_ccch_scan.c b/src/host/layer23/src/misc/app_ccch_scan.c
index 5727174..3a55226 100644
--- a/src/host/layer23/src/misc/app_ccch_scan.c
+++ b/src/host/layer23/src/misc/app_ccch_scan.c
@@ -405,8 +405,9 @@
 		/* wireshark know that this is SI2 quater and for 3G interop */
 		break;
 	default:
-		LOGP(DRR, LOGL_NOTICE, "unknown PCH/AGCH type 0x%02x\n",
-			sih->system_information);
+		LOGP(DRR, LOGL_NOTICE, "Unknown PCH/AGCH message "
+			"(type 0x%02x): %s\n", sih->system_information,
+			msgb_hexdump_l3(msg));
 		rc = -EINVAL;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/11176
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I81d6558525e7f68c4fcd6c6272224d58532e2efb
Gerrit-Change-Number: 11176
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/42834a1c/attachment.htm>


More information about the gerrit-log mailing list