From 06d353e02e6d2e5a4328fd37042b0c623c945031 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Apr 2010 12:00:43 +0200 Subject: [mgcp] Add the logging commands for the MGCP command. --- openbsc/src/Makefile.am | 2 +- openbsc/src/mgcp/mgcp_main.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index e3a2e45d2..d9ffa8d0f 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -47,7 +47,7 @@ ipaccess_config_LDADD = libbsc.a libmsc.a libbsc.a libvty.a -ldl -ldbi $(LIBCRYP isdnsync_SOURCES = isdnsync.c bsc_mgcp_SOURCES = mgcp/mgcp_main.c mgcp/mgcp_protocol.c mgcp/mgcp_network.c mgcp/mgcp_vty.c \ - debug.c telnet_interface.c + debug.c telnet_interface.c vty_interface_cmds.c bsc_mgcp_LDADD = libvty.a ipaccess_proxy_SOURCES = ipaccess/ipaccess-proxy.c debug.c diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index 685285110..802e16e21 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -40,6 +40,7 @@ #include #include #include +#include #include @@ -255,6 +256,7 @@ int bsc_vty_init(struct gsm_network *dummy) cmd_init(1); vty_init(); + openbsc_vty_add_cmds(); mgcp_vty_init(); return 0; } -- cgit v1.2.3