From a41b630ae70cfdc98124caf2b6e494a5890f0635 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Feb 2018 00:27:56 +0100 Subject: cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg This requires libosmocore Change-Id I98e85397fb541ee0fd711f2e1852f63f3bb87359 Change-Id: Ieeb97a9f1eba2fdef84294b8c8c7ac0984ae5c70 --- src/osmo-msc/msc_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/osmo-msc/msc_main.c') diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index 98f192010..2413c4328 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -278,9 +278,7 @@ static struct vty_app_info msc_vty_info = { #ifdef BUILD_IU static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, uint16_t *sai) { - DEBUGP(DIUCS, "got IuCS message" - " %d bytes: %s\n", - msg->len, osmo_hexdump(msg->data, msg->len)); + DEBUGP(DIUCS, "got IuCS message %d bytes: %s\n", msg->len, msgb_hexdump(msg)); if (ra_id) { DEBUGP(DIUCS, "got IuCS message on" " MNC %d MCC %d LAC %d RAC %d\n", -- cgit v1.2.3