aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-28sgsnemu: use real tun device name after the device is up.Dmitri Kalashnik1-4/+4
2020-04-21sgsnemu: Fix assumption ipv6 Interface-Identifier of public addr == announced...Pau Espin Pedrol1-41/+53
2020-04-21sgsnemu: Implement ping on IPv6 APNsPau Espin Pedrol3-51/+234
2020-04-21sgsnemu: Handle IPv6 SLAAC in tun iface manuallyPau Espin Pedrol6-118/+307
2020-04-19sgsnemu: Fix build/run against linux < 4.11 (no sysctl addr_gen_mode support)Pau Espin Pedrol2-5/+20
2020-04-15Rename netdev_*route to end in route4Pau Espin Pedrol4-15/+19
2020-04-15icmpv6.c: Move code generating ipv6 hdr to its own functionPau Espin Pedrol1-16/+25
2020-04-15sgsnemu: tun_addaddr: Don't set local addr as dstaddrPau Espin Pedrol1-1/+1
2020-04-15sgsnemu: Get rid of duplicated options.netPau Espin Pedrol1-7/+4
2020-04-15sgsnemu: Get rid of duplicated options.destaddrPau Espin Pedrol1-6/+3
2020-04-15icmpv6.c: Mark internal function as staticPau Espin Pedrol1-1/+1
2020-04-15cosmetic: icmpv6.c: fix typo in commentPau Espin Pedrol1-1/+1
2020-04-15sgsnemu: Fix ping transmitted statistics outputPau Espin Pedrol1-1/+1
2020-04-15sgsnemu: Avoid adding extra autogenerated local link ipv6 addr to tun ifacePau Espin Pedrol1-0/+47
2020-04-14doc: use 127.0.0.2 instead of 127.0.0.6 as bind ip.Philipp Maier1-1/+1
2020-04-14lib/netns: Fix up error pathsHarald Welte1-20/+54
2020-04-14netdev_addaddr6: Use prefixlen argPau Espin Pedrol1-1/+1
2020-04-14lib/netns: OSMO_ASSERT() if user doesn't call init_netns()Harald Welte1-1/+13
2020-04-14lib/netns.c: Add comments to the code, including doxygen API docsHarald Welte1-0/+45