aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_vty.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr1-1/+9
2017-03-16iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr1-0/+4
2017-03-16sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr1-3/+6
2017-03-05sgsn: fix problem with leading-zero-IMSIsPhilipp Maier1-2/+11
2017-02-27SGSN VTY: make missing GSUP server address+port fatalNeels Hofmeyr1-11/+9
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr1-45/+44
2017-02-07gprs/sgsn_vty: fix typo in commentAlexander Couzens1-1/+1
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-1/+1
2017-02-06VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2017-01-26sgsn: Add GTP information to "show pdp-context"Harald Welte1-2/+21
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr1-1/+1
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