summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-07-21 12:53:00 +0200
committerlaforge <laforge@gnumonks.org>2019-07-21 13:40:43 +0000
commitd38ea94fabe2b00653bfa62f8e08772b51a6f474 (patch)
treefcd693e1e6b7134b1167dc5964652f9dec47c90c /src
parente6f5a88463ebab9abbe43433a032c63d26558736 (diff)
virt_phy: Fix hexdump of L1CTL SIM REQ in l1ctl_rx_sim_req()
Change-Id: I74e07e2c97bfe5d6e9c6e848ebce58ced1b197aa Closes: CID#198538
Diffstat (limited to 'src')
-rw-r--r--src/host/virt_phy/src/l1ctl_sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/virt_phy/src/l1ctl_sap.c b/src/host/virt_phy/src/l1ctl_sap.c
index 8944398c..f95a4caf 100644
--- a/src/host/virt_phy/src/l1ctl_sap.c
+++ b/src/host/virt_phy/src/l1ctl_sap.c
@@ -539,7 +539,7 @@ void l1ctl_rx_sim_req(struct l1_model_ms *ms, struct msgb *msg)
uint8_t *data = msg->data + sizeof(struct l1ctl_hdr);
LOGPMS(DL1C, LOGL_ERROR, ms, "Rx SIM Request (length: %u, data: %s): UNSUPPORTED\n",
- len, osmo_hexdump(data, sizeof(data)));
+ len, osmo_hexdump(data, len));
}