aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_vty.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-12IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr1-1/+9
2016-11-12sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr1-3/+6
2016-11-12iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr1-0/+4
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp1-1/+76
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp1-0/+47
2016-07-11SGSN: prevent starting with inconsistent configMax1-3/+14
2016-07-04SGSN: add vty config for choosing GPRS encryptionMax1-1/+30
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-2/+2
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-6/+6
2015-11-16gtphub: add first bits of GRX aresNeels Hofmeyr1-0/+5
2015-11-10sgsn_vty.c: fix typoNeels Hofmeyr1-1/+1
2015-11-02oap: add OAP config to VTYNeels Hofmeyr1-0/+91
2015-11-02sgsn: Fix up the VTY doc stringsHolger Hans Peter Freyther1-2/+2
2015-08-18sgsn: make all SGSN timers configurable via the VTYHarald Welte1-0/+93
2015-05-29ggsn: The id is a uint32_t don't print it as signedHolger Hans Peter Freyther1-2/+2
2015-05-25sgsn: Allow to specify the DNS servers that should be usedHolger Hans Peter Freyther1-0/+18
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther1-0/+15
2015-05-24sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther1-2/+2
2015-05-06sgsn: Add VTY configuration for the CDR moduleHolger Hans Peter Freyther1-0/+36
2015-05-05sgsn: Show the QoS that has been assignedHolger Hans Peter Freyther1-1/+2
2015-05-05sgsn: Dump the E164 (encoded) assigned to the subscriberHolger Hans Peter Freyther1-0/+5
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