aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface_legacy.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
commitff397edf385cc055fe1665780c3a5395ee9d48be (patch)
treede96bb4800ebc23171d48d25e2b8a1a8c662f188 /src/vty_interface_legacy.c
parentedfadaeb3d73147a409f0f45afc48f7dc2207853 (diff)
Adopt to recent libosmocore namespace changes and libosmogsm
Diffstat (limited to 'src/vty_interface_legacy.c')
-rw-r--r--src/vty_interface_legacy.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vty_interface_legacy.c b/src/vty_interface_legacy.c
index 59f3852..89f32d8 100644
--- a/src/vty_interface_legacy.c
+++ b/src/vty_interface_legacy.c
@@ -24,9 +24,10 @@
#include <msc_connection.h>
#include <ss7_application.h>
#include <ss7_vty.h>
+#include <cellmgr_debug.h>
-#include <osmocore/talloc.h>
-#include <osmocore/gsm48.h>
+#include <osmocom/core/talloc.h>
+#include <osmocom/gsm/gsm48.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
@@ -327,7 +328,7 @@ void cell_vty_init(void)
{
cmd_init(1);
vty_init(&vty_info);
- logging_vty_add_cmds();
+ logging_vty_add_cmds(&log_info);
install_element(CONFIG_NODE, &cfg_cell_cmd);
install_node(&cell_node, config_write_cell);