osmo-msc/openbsc/src
Jacob Erlbeck 36722e13da vty: Use vty_install_default() instead of bsc_install_default()
Remove ournode_exit_cmd, ournode_end_cmd, and bsc_install_default()
since this functionality is provided by the current libosmocore.

Replace calls to bsc_install_default() by call to
vty_install_default() with the following semantic patch:

    @rule1@
    expression N;
    @@
    - bsc_install_default(N);
    + vty_install_default(N);

Ticket: OW#952
Sponsored-by: On-Waves ehf
2013-10-30 15:19:00 +01:00
..
gprs vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
ipaccess ipaccess: The proxy code checked the array but not the element 2013-07-14 09:04:50 +02:00
libbsc vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libcommon vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libctrl ctrl: Set a generic reply when it hasn'n been set 2013-09-16 14:07:20 +02:00
libgb Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
libmgcp vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libmsc vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libtrau Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
osmo-bsc vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
osmo-bsc_mgcp libmgcp: add enum mgcp_role 2013-08-27 12:21:43 +02:00
osmo-bsc_nat vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
osmo-nitb Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
utils misc: Fix compilation warnings 2013-07-27 20:03:08 +02:00
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00