rlc: Dump RLC data for debugging

Log incoming RLC data messages and RLC data units to LOGL_DEBUG.

Sponsored-by: On-Waves ehf
diff --git a/src/bts.cpp b/src/bts.cpp
index d1d738c..b7244aa 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -1180,6 +1180,8 @@
 		}
 	}
 
+	LOGP(DRLCMACUL, LOGL_DEBUG, "  UL data: %s\n", osmo_hexdump(data, len));
+
 	rc = Decoding::rlc_parse_ul_data_header(&rlc_dec, data, cs);
 	if (rc < 0) {
 		LOGP(DRLCMACUL, LOGL_ERROR,