aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-28Tag/Release Version 1.1.01.1.0Harald Welte2-2/+7
2017-10-28Debian: include the systemd service file for osmo-ggsnHarald Welte1-0/+1
2017-10-28Debian: package libgtp debug symbols as libgtp-dbgHarald Welte2-1/+19
2017-10-28Debian: libgtp is libgtp2 for some time, not libgtp1 anymoreHarald Welte2-3/+3
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-17ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAYPau Espin Pedrol6-32/+365
2017-10-16tun: Convert tun_ipv6_linklocal_get to be more genericPau Espin Pedrol3-15/+67
2017-10-16lib/in46a: Introduce in46a_netmasklen APIPau Espin Pedrol4-0/+120
2017-10-16lib/ippool: Fix listsize calculated 1 elem too smallPau Espin Pedrol3-16/+21
2017-10-15Merge "sgsnemu: Use getprotobynumber() in print_ipprot()"Harald Welte1-9/+5
2017-10-15Merge "sgsnemu: Remove dead code: encaps_printf()"Harald Welte1-13/+0
2017-10-15Merge "sgsnemu: Mark local functions 'static'"Harald Welte1-23/+23
2017-10-15Merge "sgsnemu: Make use of "dependon" feature in gengetopt"Harald Welte2-8/+57
2017-10-14sgsnemu: Use getprotobynumber() in print_ipprot()Harald Welte1-9/+5
2017-10-14sgsnemu: Remove dead code: encaps_printf()Harald Welte1-13/+0
2017-10-14sgsnemu: Mark local functions 'static'Harald Welte1-23/+23
2017-10-14sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)Harald Welte1-0/+57
2017-10-14sgsnemu: Make use of "dependon" feature in gengetoptHarald Welte2-8/+57
2017-10-14ggsn: Avoid crash on wrong EUA typeHarald Welte1-0/+28
2017-10-14sgsnemu: Add '--tun-device' option to specify TUN device nameHarald Welte4-11/+90
2017-10-14Merge "Add unit tests for libgtp gtpie.[ch] functions"Harald Welte6-0/+160
2017-10-14Merge "gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes"Harald Welte1-2/+6
2017-10-14Merge "gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11"Harald Welte2-9/+275
2017-10-14Add unit tests for libgtp gtpie.[ch] functionsHarald Welte6-0/+160
2017-10-14gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytesHarald Welte1-2/+6
2017-10-14gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11Harald Welte2-9/+275
2017-10-14Allow Common flags 0x94 and ignore them in PDP activationHarald Welte2-0/+4
2017-10-13gtpie: Add missing #include of <arpa/inet.h> for htonl() and friendsHarald Welte1-0/+2
2017-10-13gtpie_decaps: const-ify pointer to input packet dataHarald Welte2-4/+4
2017-10-13gtpie: Add doxygen API documentationHarald Welte1-0/+110
2017-10-13gtpie_tlv() gtpie_tv0(): const-ify read-only input argumentHarald Welte2-4/+4
2017-10-13Add unit tests for lib/in46_addr.c codeHarald Welte4-2/+300
2017-10-13in46a_to_sas(): Return AF_INET6 in case of IPv6 addressHarald Welte1-1/+1
2017-10-13tests: Remove Makefile.inPau Espin Pedrol1-0/+0
2017-10-13update .gitignoreHarald Welte1-12/+30
2017-10-13Remove trailing whitespacePau Espin Pedrol6-16/+16
2017-10-13Add ippool unit-test for 'make check' runsHarald Welte9-1/+66755
2017-10-12lib/tun.c: tun_ipv6_linklocal_get(): fix memory leak with getifaddrs()Pau Espin Pedrol1-0/+2
2017-10-11create_context_ind(): Fix crash on apn not foundPau Espin Pedrol1-2/+2
2017-10-10sgsnemu: Add IPv6 support via tun device and "-t v6 --createif"Harald Welte1-12/+61
2017-10-01Merge "create_context_ind(): ignore a non-started default APN"Harald Welte1-0/+5
2017-10-01create_context_ind(): ignore a non-started default APNHarald Welte1-0/+5
2017-10-01sgsnemu: Allow specification of PDP (EUA) Type IPv4 or IPv6Harald Welte4-2/+44
2017-10-01Replace EUA magic numbers for IETF, IPv4 and IPv6 with #definesHarald Welte4-12/+17
2017-10-01apn_start(): Extend error message when setting IPv6 address failsHarald Welte1-1/+2
2017-10-01apn_stop(): Print tun device name when closing tun deviceHarald Welte1-1/+1
2017-10-01create_context_ind(): ignore any non-started APNsHarald Welte1-0/+3
2017-10-01apn_start(): fix clean-up after errors bringing up APNHarald Welte1-3/+0
2017-09-27contrib: osmo-ggsn.service: Use expected suffix for cfg filePau Espin Pedrol1-1/+1
2017-09-25Move extended PDP logging macro to headerMax3-2/+5