osmo-msc/openbsc/src/gprs
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
..
.gitignore update gitignore 2011-01-14 14:38:42 +01:00
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
crc24.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy.c misc: Fix compilation now that the method is located in libosmocore 2012-12-19 16:18:44 +01:00
gb_proxy_main.c libgb: make sure all BSSGP functions have bssgp_ prefix 2012-06-17 13:05:48 +08:00
gb_proxy_vty.c vty: Use generic 'end' and 'exit' commands 2013-09-02 20:25:35 +02:00
gprs_gmm.c sgsn: spelling fixes inside comments 2013-07-21 17:41:46 +08:00
gprs_llc.c gprs_gmm: Avoid assertion in the sending code during routing area update 2013-07-31 16:12:02 +02:00
gprs_llc_vty.c Fix build of bsc-nat and GPRS code after include path change 2011-03-23 18:33:26 +01:00
gprs_sgsn.c SGSN: Code to help debug / fix sgsn crash in cb_data_ind() 2012-07-14 12:18:28 +02:00
gprs_sndcp.c split libgb into a separate library for outside use 2012-06-16 15:14:00 +08:00
gprs_sndcp.h src: use namespace prefix osmo_timer* for timer functions 2011-05-06 12:11:06 +02:00
gprs_sndcp_vty.c Fix build of bsc-nat and GPRS code after include path change 2011-03-23 18:33:26 +01:00
osmo_sgsn.cfg [GPRS] SGSN: specify the local bind address in the config file 2010-06-02 23:18:40 +02:00
sgsn_libgtp.c gprs_sgsn: In case of a Activate PDP Context timeout we should free pdp 2013-07-31 14:57:21 +02:00
sgsn_main.c sgsn: add a minimalistic ACL 2013-07-21 15:44:24 +08:00
sgsn_vty.c vty: Use generic 'end' and 'exit' commands 2013-09-02 20:25:35 +02:00