mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
DAHDI: print debug hexdump of every signalling msg we send
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user