aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_vty.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-06sgsn: Add easy APN commands with just the nameHolger Hans Peter Freyther1-0/+23
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck1-4/+60
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck1-0/+7
2015-01-30gprs: Support cancellation typeJacob Erlbeck1-2/+11
2015-01-28gprs: Don't use subscr->keep_in_ram in normal operationJacob Erlbeck1-0/+27
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck1-1/+2
2015-01-26sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther1-37/+0
2015-01-20sgsn: Restructure the 'update-subscriber' commandJacob Erlbeck1-34/+7
2015-01-20sgsn: Fix vty_out newlinesJacob Erlbeck1-11/+21
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-2/+16
2015-01-18gprs: Use PURGE MS messagesJacob Erlbeck1-1/+3
2015-01-18gprs: Add expiry timeout for subscriber entriesJacob Erlbeck1-0/+35
2015-01-18sgsn: Show GSUP client info on 'show sgsn'Jacob Erlbeck1-0/+11
2015-01-18sgsn: Add global require_update_location flagJacob Erlbeck1-0/+1
2015-01-18sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck1-7/+4
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck1-0/+31
2015-01-10sgsn: Fix VTY command error handling (Coverity)Jacob Erlbeck1-3/+3
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck1-3/+69
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck1-1/+78
2014-12-10sgsn: Support subscriber based authenticationJacob Erlbeck1-3/+5
2014-12-10sgsn: Do not 'commit' implicitely when executing 'insert'Jacob Erlbeck1-2/+0
2014-12-09sgsn: Add VTY commands to manage subscriber cacheJacob Erlbeck1-0/+143
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck1-3/+5
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck1-8/+17
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-50/+2
2014-10-27sgsn: Delete PDP contexts properlyJacob Erlbeck1-1/+2
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