[mgcp] Add the logging commands for the MGCP command.
diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c
index 5e337e9..80b7b54 100644
--- a/openbsc/src/mgcp/mgcp_main.c
+++ b/openbsc/src/mgcp/mgcp_main.c
@@ -40,6 +40,7 @@
 #include <openbsc/mgcp.h>
 #include <openbsc/mgcp_internal.h>
 #include <openbsc/telnet_interface.h>
+#include <openbsc/vty.h>
 
 #include <vty/command.h>
 
@@ -255,6 +256,7 @@
 	cmd_init(1);
 	vty_init();
 
+	openbsc_vty_add_cmds();
         mgcp_vty_init();
 	return 0;
 }