DAHDI: print debug hexdump of every signalling msg we send

This commit is contained in:
Harald Welte 2011-02-12 13:09:12 +01:00
parent 1a00d823b3
commit a4898a868b
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ static int handle_ts1_write(struct bsc_fd *bfd)
return 0;
}
DEBUGP(DMI, "TX: %s\n", hexdump(msg->data, msg->len));
lapd_transmit(e1i_ts->driver.dahdi.lapd, sign_link->tei,
sign_link->sapi, msg->data, msg->len);
msgb_free(msg);