laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/14881 )

Change subject: virt_phy: Fix hexdump of L1CTL SIM REQ in l1ctl_rx_sim_req()
......................................................................

virt_phy: Fix hexdump of L1CTL SIM REQ in l1ctl_rx_sim_req()

Change-Id: I74e07e2c97bfe5d6e9c6e848ebce58ced1b197aa
Closes: CID#198538
---
M src/host/virt_phy/src/l1ctl_sap.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/host/virt_phy/src/l1ctl_sap.c 
b/src/host/virt_phy/src/l1ctl_sap.c
index 8944398..f95a4ca 100644
--- a/src/host/virt_phy/src/l1ctl_sap.c
+++ b/src/host/virt_phy/src/l1ctl_sap.c
@@ -539,7 +539,7 @@
        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));

 }


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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I74e07e2c97bfe5d6e9c6e848ebce58ced1b197aa
Gerrit-Change-Number: 14881
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to