aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Implement ICMP response for inactive IP address.whyteks/icmp2Keith1-0/+71
2021-05-06gtp: Support tx/rx RAN Information Relay messagePau Espin Pedrol3-0/+73
2021-05-05gtp: constify pointer argPau Espin Pedrol1-1/+1
2021-05-03cosmetic: gtpie.c: Fix trailing whitespacePau Espin Pedrol1-5/+5
2021-04-22gtp: Improve logging of failing pdp ctx resolution from TEI/TIDPau Espin Pedrol1-24/+31
2021-04-22ggsn: Improve logging on incoming DL data packetsPau Espin Pedrol1-9/+33
2021-04-22gtp: Rework parsing logic of UpdatePdpCtxResponsePau Espin Pedrol1-19/+30
2021-04-21gtp: Update teic_confirmed only on resp successPau Espin Pedrol1-6/+4
2021-03-27vty: Inform user that static IP addresses are not supportedHarald Welte1-4/+8
2021-03-27ggsn: Reject PDP CTX ACT for static IP addressesHarald Welte1-3/+7
2021-03-03Don't install sgsnemu.conf to /etc/osmocom/Harald Welte1-1/+0
2021-03-03Don't install osmo-ggsn-kernel-gtp.cfg to /etc/osmocom/Harald Welte1-1/+0
2021-03-02gitignore: add ggsn_vty_reference.xmlOliver Smith1-0/+1
2021-03-02doc/manuals: describe GTP-U kernel moduleOliver Smith1-0/+44
2021-03-01doc/examples/osmo-ggsn-kernel-gtp.cfg: new fileOliver Smith4-0/+54
2021-03-01doc/examples/Makefile.am: add sgsnemu.confOliver Smith2-3/+9
2021-02-23Bump version: 1.7.0.2-17ce → 1.7.11.7.1Pau Espin Pedrol1-0/+8
2021-02-23manuals: generate vty reference xml at build timeHarald Welte2-1639/+6
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-0/+35
2021-02-23Bump version: 1.6.0.22-f01c-dirty → 1.7.01.7.0Pau Espin Pedrol6-10/+44
2021-02-20gtp-kernel: don't #include libmnl headersHarald Welte2-2/+0
2021-02-20gtp-kernel: Remove duplicate #include sectionHarald Welte1-4/+0
2021-02-19deb/rpm: build with --enable-gtp-linuxOliver Smith3-2/+8
2021-02-19.gitignore: ignore debian/libgtp*Oliver Smith1-1/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol4-4/+4
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-02-05apn_start: avoid segfault if missing tun-deviceOliver Smith1-0/+4
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-11-25ggsn: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-0/+11
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-6/+6
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-12GTP: Replace recently introduced imsi_str2gtp()Keith4-16/+25
2020-10-12sgsnemu: relax check on length of IMSI cmdline arg.Keith1-1/+1
2020-10-12Use imsi_str2gtp() in sgsnemuKeith1-16/+1
2020-10-12Minor: remove code duplicationKeith1-3/+1
2020-10-12Prevent Crash in show pdp-context from vtyKeith1-1/+1
2020-10-12Fix vty PDP lookups by IMSIKeith3-1/+21
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol6-4/+49
2020-08-18doc: Update VTY reference xml filePau Espin Pedrol1-5/+30
2020-08-18configure.ac: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13Bump version: 1.5.0.37-d08a → 1.6.01.6.0Harald Welte1-0/+57
2020-07-07gtp: queue_test: Fix printf gcc warn under ARMPau Espin Pedrol1-2/+3
2020-05-23example config: use RFC1918 addresses for GGSN poolsHarald Welte1-4/+4
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+9
2020-05-19contrib: integrate RPM specOliver Smith3-6/+9
2020-05-15contrib: import RPM specOliver Smith1-0/+123
2020-05-15osmo-ggsn.spec.in: removeOliver Smith3-93/+1
2020-05-12debug: use LOGL_NOTICE instead of LOGL_DEBUGPhilipp Maier1-1/+1