aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_vty.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-23sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther1-1/+1
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck1-1/+1
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-3/+1
2013-07-21sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte1-0/+17
2013-07-21sgsn: add a minimalistic ACLHarald Welte1-1/+79
2013-07-04sgsn: Fix the unimplemented/uninstalled show ggsn commandHolger Hans Peter Freyther1-7/+0
2013-07-04sgsn_vty: Fix uninitialized variable in the gprs_apn2str methodHolger Hans Peter Freyther1-1/+1
2012-08-17VTY: improve VTY prompt and make sure exit/end works everywhereHarald Welte1-1/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-1/+1
2011-11-06sgsn: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther1-5/+8
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-03-28src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()Pablo Neira Ayuso1-0/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-3/+3
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-07-02[SGSN] Print AP name and PDP address of each PDP contextHarald Welte1-1/+70
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte1-2/+1
2010-06-10[GPRS] SGSN: fix typoHarald Welte1-1/+1
2010-06-02[GPRS] SGSN: Allow vty-based configuration of local listen/bind IP for GTPHarald Welte1-5/+19
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-2/+2
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-38/+2
2010-05-18[GPRS] fix numerous compiler warningsHarald Welte1-1/+1
2010-05-18[GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte1-4/+4
2010-05-18[GPRS] SGSN: Include rate counters in MM ContextHarald Welte1-0/+3
2010-05-18[GPRS] Properly connect GPRS SM with LIBGTP for PDP context activationHarald Welte1-1/+1
2010-05-17[GPRS] More work on a real SGSNHarald Welte1-22/+182
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-1/+1
2010-05-14[VTY] Introduce "end" command that works from any level in configHarald Welte1-0/+1
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte1-0/+2
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+146