bankd: Log not just ModemToCard but also CardToModem

This way we'll get a full trace of commands and repsonses.

Right now the log only shows one direction which is a bit odd.

Related: OS#5615
Change-Id: Ia2de0b850ce78074a411cf0edebfb3ad19253d34
diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index 8c1c9a8..b28eec9 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -746,6 +746,7 @@
 	if (rc < 0)
 		return rc;
 
+	LOGW(worker, "Tx RSPRO tpduCardToModem(%s)\n", osmo_hexdump_nospc(rx_buf, rx_buf_len));
 	/* encode response PDU and send it */
 	pdu_resp = rspro_gen_TpduCard2Modem(&mdm2sim->toBankSlot, &mdm2sim->fromClientSlot,
 					    rx_buf, rx_buf_len);