summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/src/misc/app_ccch_scan.c5
1 files changed, 3 insertions, 2 deletions
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;
}