Neels Hofmeyr has submitted this change and it was merged.

Change subject: logging: auth request: use hexdump without spaces for RAND, AUTN
......................................................................


logging: auth request: use hexdump without spaces for RAND, AUTN

Change-Id: Ie16bb2c01e770914f411bfb34b523c56ea9fab81
---
M src/libmsc/gsm_04_08.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c
index 89108e4..fb02de2 100644
--- a/src/libmsc/gsm_04_08.c
+++ b/src/libmsc/gsm_04_08.c
@@ -909,9 +909,9 @@
        struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
        struct gsm48_auth_req *ar = (struct gsm48_auth_req *) msgb_put(msg, 
sizeof(*ar));
 
-       DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", osmo_hexdump(rand, 16));
+       DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", osmo_hexdump_nospc(rand, 16));
        if (autn)
-               DEBUGP(DMM, "   AUTH REQ (autn = %s)\n", osmo_hexdump(autn, 
16));
+               DEBUGP(DMM, "   AUTH REQ (autn = %s)\n", 
osmo_hexdump_nospc(autn, 16));
 
        msg->lchan = conn->lchan;
        gh->proto_discr = GSM48_PDISC_MM;

-- 
To view, visit https://gerrit.osmocom.org/3193
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie16bb2c01e770914f411bfb34b523c56ea9fab81
Gerrit-PatchSet: 3
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to