aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc/msc_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-09 00:27:56 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-09 02:22:09 +0100
commita41b630ae70cfdc98124caf2b6e494a5890f0635 (patch)
tree721d1b50ed3a3113924811078468225b08f5b02a /src/osmo-msc/msc_main.c
parent54a10efea079d37083f6db07969e8e8be3b68bfe (diff)
cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg
Diffstat (limited to 'src/osmo-msc/msc_main.c')
-rw-r--r--src/osmo-msc/msc_main.c4
1 files changed, 1 insertions, 3 deletions
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",