osmo-msc/openbsc/src/libmgcp
Jacob Erlbeck 0ae92a950a vty: Use generic 'end' and 'exit' commands
Add bsc_install_default() and replace all install_default()

This patch adds bsc_install_default() which calls install_default()
and add 'exit' and 'end'. All other calls to install_default() are
replaced by calls to bsc_install_default().

Since 'exit' and 'end' are now added automatically to each node, the
explicit registrations of these commands are removed by this patch,
too.

The related tests succeed now without work-arounds (except for the
'config' node itself which is part of libosmocore).
2013-09-02 20:25:35 +02:00
..
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
mgcp_network.c libmgcp: attach mgcp_ prefix to udp_send 2013-08-27 12:21:24 +02:00
mgcp_protocol.c libmgcp: add enum mgcp_type and use it 2013-07-08 16:46:06 +02:00
mgcp_vty.c vty: Use generic 'end' and 'exit' commands 2013-09-02 20:25:35 +02:00