aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Use gtp_delete_context_req2() everywhereosmith/gtp_delete_context_req2Oliver Smith2-3/+13
2019-04-11ggsn.c: Refactor PCO processing during PDP activationHarald Welte1-85/+95
2019-04-11ggsn: Fix build_ipcp_pco() in presence of invalid IPCP contentHarald Welte1-6/+7
2019-04-11ggsn: Remove magic numbers from ipcp_contains_option()Harald Welte1-6/+7
2019-04-11ggsn: const-ify input / read-only arguments of PCO related functionsHarald Welte1-6/+8
2019-04-11ggsn: Remove magic numbers from pco_contains_proto()Harald Welte1-6/+11
2019-04-11process_pco() const-ify 'apn' argumentHarald Welte1-4/+4
2019-03-14Don't return error on normal shutdownMax1-1/+1
2019-01-20Bump version: 1.2.2.44-6da8-dirty → 1.3.01.3.0Harald Welte6-7/+67
2018-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+2
2018-12-05contrib/jenkins.sh: build and publish manualsOliver Smith1-2/+20
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-11-27build manuals moved here from osmo-gsm-manuals.gitOliver Smith7-23/+84
2018-11-27Merge history from osmo-gsm-manuals.gitNeels Hofmeyr9-0/+2162
2018-11-27ggsn: update vty referenceNeels Hofmeyr1-44/+118
2018-11-27vty-ref: Update URI of docbook 5.0 schemaHarald Welte1-2/+2
2018-11-27OsmoGGSN: update vty referenceNeels Hofmeyr1-6/+174
2018-11-27OsmoGGSN: fix VTY additions' node IDsNeels Hofmeyr1-8/+8
2018-11-27OsmoGGSN vty: update VTY referenceNeels Hofmeyr1-391/+116
2018-11-27OsmoGGSN VTY ref: prep: convert newlines to unixNeels Hofmeyr1-1480/+1480
2018-11-27OsmoGGSN: typo: privelegesNeels Hofmeyr1-1/+1
2018-11-27OsmoGGSN: add Routing section for IP forward and masqueradingNeels Hofmeyr1-0/+32
2018-11-27OsmoGGSN: multiple instances: mention GTP portNeels Hofmeyr1-0/+9
2018-11-27OsmoGGSN: more info on non-root operation / tun creationNeels Hofmeyr1-5/+16
2018-11-27GGSN: don't say 'NITB'Neels Hofmeyr1-1/+1
2018-11-27refactor Makefile build rules, don't use the FORCENeels Hofmeyr1-35/+6
2018-11-27GGSN: Document how 'ip tuntap' is used for non-root; call netdev 'apn0'Harald Welte1-8/+44
2018-11-27Expand OsmoGGSN manualMax1-6/+51
2018-11-27OsmoGGSN: Add VTY reference manualHarald Welte4-1/+1575
2018-11-27initial version of OsmoGGSN user manualHarald Welte6-0/+517
2018-11-27Importing history from osmo-gsm-manuals.gitNeels Hofmeyr0-0/+0
2018-11-22properly store IPv6 addresses in struct tun_tStefan Sperling3-10/+17
2018-11-22fix a format string directives in queue_seqset()Stefan Sperling1-1/+1
2018-11-22fix format string error in ippool_printaddr()Stefan Sperling1-1/+1
2018-11-22initialize local variable addr in ippool_new()Stefan Sperling1-1/+1
2018-11-22replace bogus memcpy() call in ippool_newip()Stefan Sperling1-1/+9
2018-11-22fix allocation of ippool's hash tableStefan Sperling1-3/+2
2018-11-21check ioctl() call return value in tun_new()Stefan Sperling1-1/+4
2018-10-21ippool.c: Use "%td" format string for ptrdiff_tHarald Welte1-6/+6
2018-10-21sgsnemu: Fix printing of tun device nameHarald Welte1-1/+1
2018-09-25osmo-ggsn.cfg: Ensure well-formed config file exampleHarald Welte1-26/+26
2018-09-16libgtp: implement gtp_clear_queues to clear req/resp queueAlexander Couzens2-0/+20
2018-09-12Install sample cfg file to /etc/osmocomPau Espin Pedrol2-0/+6
2018-09-10Install systemd services with autotoolsPau Espin Pedrol8-5/+35
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-4/+0
2018-07-23gtp: Add new replacement cb_recovery2 for cb_recoveryPau Espin Pedrol2-12/+45
2018-07-21gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQPau Espin Pedrol2-37/+73
2018-07-19fix support for multiple IPCP in PDP protocol configuration optionsStefan Sperling1-36/+41
2018-07-19fix unaligned access in build_ipcp_pco()Stefan Sperling1-20/+31
2018-07-13gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx activePau Espin Pedrol1-0/+3