aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 16:12:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commita7bc3aafdc79c04e038eab741ed8f428c13751c0 (patch)
tree1d46afd8da0f94685bf1a089590634229e17201e /src/vty_interface.c
parent2cdb73cf4a0bb9e7a47cdb6eba4601d00e4eb0d2 (diff)
ss7: Create a SS7 application that is responsible for the routing
Diffstat (limited to 'src/vty_interface.c')
-rw-r--r--src/vty_interface.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vty_interface.c b/src/vty_interface.c
index e7193f4..7328b10 100644
--- a/src/vty_interface.c
+++ b/src/vty_interface.c
@@ -593,9 +593,7 @@ void cell_vty_init(void)
install_element_ve(&show_linksets_cmd);
install_element_ve(&show_slc_cmd);
- if (bsc->app != APP_STP) {
- install_element_ve(&show_msc_cmd);
- }
+ install_element_ve(&show_msc_cmd);
}
const char *openbsc_copyright = "";