From bc391c54f3eadb567e4622207b0e9f15b8711fa4 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 2 Oct 2018 01:29:09 +0700 Subject: layer23/app_ccch_scan.c: hexdump unhandled PCH/AGCH messages Change-Id: I81d6558525e7f68c4fcd6c6272224d58532e2efb --- src/host/layer23/src/misc/app_ccch_scan.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/host/layer23/src/misc/app_ccch_scan.c b/src/host/layer23/src/misc/app_ccch_scan.c index 57271749..3a55226a 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 @@ int gsm48_rx_ccch(struct msgb *msg, struct osmocom_ms *ms) /* 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; } -- cgit v1.2.3