osmo-msc/openbsc/src/libcommon
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
..
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
bsc_version.c update year in copyright string 2012-06-03 16:58:09 +02:00
common_vty.c vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
debug.c debug: Fix typo in the debug category 2013-01-11 18:11:21 +01:00
gsm_data.c hsl: Remove the support for the HSL bts from OpenBSC 2013-07-03 16:19:41 +02:00
gsm_data_shared.c oml: Add a missing break switch for NM_OC_BS11 2013-07-18 12:03:31 +02:00
socket.c make sure we still build on systems that don't have IPPROTO_GRE 2012-04-08 15:56:00 +02:00
talloc_ctx.c src: use new library libosmogsm and new path to headers in libosmocore 2011-03-23 18:17:56 +01:00