* add database handling
* fix IMSI handling

diff --git a/src/misdn.c b/src/misdn.c
index fae6b0d..a8e5dca 100644
--- a/src/misdn.c
+++ b/src/misdn.c
@@ -286,8 +286,10 @@
 
 		msg->l2h = msg->data + MISDN_HEADER_LEN;
 		
+#if 0
 		fprintf(stdout, "BCHAN RX: ");
 		hexdump(msgb_l2(msg), ret - MISDN_HEADER_LEN);
+#endif
 		if (!e1h->ts2_fd)
 			e1h->ts2_fd = open("/tmp/ts2.dump", O_WRONLY|O_APPEND|O_CREAT, 0660);