aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-13 14:42:52 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-13 14:42:52 +0100
commit654c9df3c83b00e1331f85df36835962adfa7782 (patch)
tree0369b0033d0401e0953d607f6d6ae505070c1e93 /openbsc/src/abis_nm.c
parentaff237d7393b7d492edbc67ddc91a1b02ab4bebf (diff)
[OML] don't hexdump bcch info
Diffstat (limited to 'openbsc/src/abis_nm.c')
-rwxr-xr-xopenbsc/src/abis_nm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index c64582a92..1bd38de17 100755
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -2750,8 +2750,6 @@ int ipac_parse_bcch_info(struct ipac_bcch_info *binf, u_int8_t *buf)
len = ntohs(*(u_int16_t *)cur);
cur += 2;
- DEBUGP(DNM, "bcch info: %s\n", hexdump(cur, len));
-
binf->info_type = ntohs(*(u_int16_t *)cur);
cur += 2;