aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gb_proxy_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-30 21:49:24 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:42 +0200
commit799e0c92c640db7e0418cc90eff6326898c1e147 (patch)
treedf8d2273f6eaba2e8a0dcd49077c3ef9905d87a5 /openbsc/src/gb_proxy_main.c
parenta977b3d1ee392e2c3714a5564bc0cec06b75a89d (diff)
gb_proxy: Add initial VTY configuration code
Diffstat (limited to 'openbsc/src/gb_proxy_main.c')
-rw-r--r--openbsc/src/gb_proxy_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gb_proxy_main.c b/openbsc/src/gb_proxy_main.c
index 7ef613f24..1793757fb 100644
--- a/openbsc/src/gb_proxy_main.c
+++ b/openbsc/src/gb_proxy_main.c
@@ -135,7 +135,7 @@ int bsc_vty_init(struct gsm_network *dummy)
vty_init();
openbsc_vty_add_cmds();
- //mgcp_vty_init();
+ gbproxy_vty_init();
return 0;
}