vty: Move the vty code to a new file, move config params.
diff --git a/include/bsc_data.h b/include/bsc_data.h
index f24af5d..7050bbc 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -100,6 +100,13 @@
 
 	/* mgcp messgaes */
 	struct write_queue mgcp_agent;
+
+	int dpc;
+	int opc;
+	int src_port;
+	int udp_port;
+	char *udp_ip;
+	int once;
 };
 
 /* bsc related functions */