aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2024-01-10 12:48:13 +0100
committerlaforge <laforge@osmocom.org>2024-01-24 08:50:12 +0000
commitb4573e57fab8702b79bb916c275c88c54fb86dfd (patch)
tree8fd8e862c8cbbf3ca44fb1309e8f41c6b6b29c80
parent79e7b7d213e295d7126a36f1703134481d291029 (diff)
ASCI: Remove debug line, used during development process
-rw-r--r--src/libmsc/msc_vgcs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmsc/msc_vgcs.c b/src/libmsc/msc_vgcs.c
index d3f2e0e7f..264fa4953 100644
--- a/src/libmsc/msc_vgcs.c
+++ b/src/libmsc/msc_vgcs.c
@@ -1776,7 +1776,6 @@ static int talker_identity(struct vgcs_bss *bss, uint8_t *l3, int l3_len)
struct osmo_mobile_identity mi;
int rc;
- puts(osmo_hexdump(l3, l3_len));
rc = osmo_mobile_identity_decode_from_l3_buf(&mi, l3, l3_len, false);
if (rc < 0) {
LOG_BSS(bss, LOGL_DEBUG, "Talker's Identity cannot be decoded.\n");