mgcp: Enable the tap after configuring it...
diff --git a/openbsc/src/mgcp/mgcp_vty.c b/openbsc/src/mgcp/mgcp_vty.c
index 0faa674..02eda23 100644
--- a/openbsc/src/mgcp/mgcp_vty.c
+++ b/openbsc/src/mgcp/mgcp_vty.c
@@ -351,6 +351,7 @@
 	memset(&tap->forward, 0, sizeof(tap->forward));
 	inet_aton(argv[2], &tap->forward.sin_addr);
 	tap->forward.sin_port = htons(atoi(argv[3]));
+	tap->enabled = 1;
 	return CMD_SUCCESS;
 }