aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-23wipneels/qos_hackNeels Hofmeyr1-1/+3
2018-04-22PDP ctx response: hardcode QoS to 14 zerosNeels Hofmeyr1-0/+5
2018-04-22debug loggingNeels Hofmeyr2-1/+13
2018-04-17use osmo_init_logging2Pau Espin Pedrol5-5/+18
2018-03-20remove the -f option from osmo-ggsn.serviceStefan Sperling1-1/+1
2018-03-05jenkins.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-02-14Add talloc context introspection via VTYHarald Welte1-0/+3
2018-02-14build: Remove AC_PROG_CXX, C++ is never usedMartin Hauke1-1/+0
2018-02-14sgsnemu: listen param is a host, not an interfacePau Espin Pedrol3-6/+6
2018-02-12sgsnemu: Fix bad ptr during context deallocationPau Espin Pedrol1-2/+2
2018-02-12sgsnemu: fix: no outgoing GTP-U in "createif" modeViktor Tsymbalyuk1-1/+1
2018-02-09sgsnemu: created "pinghost" and "createif" modes for mutual exclusionViktor Tsymbalyuk3-26/+97
2018-01-30ggsn.c: cb_tun_ind: Don't drop packets targeting pdp ctx ll addrPau Espin Pedrol1-2/+6
2018-01-30ggsn.c: cb_tun_ind: log dst addr of packet without pdp ctxPau Espin Pedrol1-1/+4
2018-01-30ggsn.c: cb_tun_ind: Convert ifelse to switch statementPau Espin Pedrol1-3/+6
2018-01-26ggsn: Print all addresses on successful pdp ctx creationPau Espin Pedrol1-3/+11
2018-01-26ggsn: Parse PCO_IPCP for IPv4v6 pdp ctxPau Espin Pedrol1-10/+2
2018-01-26ggsn: Parse PCO_IPCPPau Espin Pedrol1-15/+53
2018-01-26ggsn: Validate packet src addr from MSPau Espin Pedrol2-1/+19
2018-01-26ggsn: encaps_tun: Avoid forwarding packet if EUA is unassigned, fix crashPau Espin Pedrol3-13/+47
2018-01-26gtp/gtp.c: Use uint8_t for version param in static functionsPau Espin Pedrol1-13/+13
2018-01-26gtp/gtp.c: Mark non exported functions as staticPau Espin Pedrol1-15/+15
2018-01-26gtp/gtp.c: Remove unused function char2ul_tPau Espin Pedrol1-9/+0
2018-01-26sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsnViktor Tsymbalyuk1-1/+1
2018-01-25gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized varPau Espin Pedrol1-1/+2
2018-01-25gtp.c: gtp_gpdu_ind: Convert ifelse to switch statementPau Espin Pedrol1-3/+6
2018-01-25gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euatonPau Espin Pedrol2-20/+0
2018-01-25gtp/pdp: Fix trailing whitespacePau Espin Pedrol2-30/+30
2018-01-25gtp.c: Log unsupported GTP version numberPau Espin Pedrol1-10/+10
2018-01-25gtp.c: Determine GTP version from headerPau Espin Pedrol1-8/+14
2018-01-25gtp.c: Fix trailing whitespacePau Espin Pedrol1-28/+28
2018-01-19README.md: Remove misleading sentence on sgsnemuHarald Welte1-2/+1
2018-01-17Add GTP message namesMax2-0/+51
2018-01-16Fix stow-enabled jenkins build failureMax1-2/+2
2017-12-21Enable sanitize for CI testsMax1-1/+1
2017-12-15ggsn_vty.c: Print ipv6 link-local cmd when writing config to filePau Espin Pedrol1-0/+2
2017-12-14ggsn: Add 'ipv6 link-local' vty cmdPau Espin Pedrol3-1/+37
2017-12-14Set tun_addaddr ipv agnostic and add support for ipv6Pau Espin Pedrol3-18/+193
2017-12-14tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattrPau Espin Pedrol1-2/+3
2017-12-14ggsn.c: Improve logging info on link-local ipv6 addr not foundPau Espin Pedrol1-3/+5
2017-12-14cosmetic: sgsnemu.c: Fix trailing whitespacePau Espin Pedrol1-6/+6
2017-12-14contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel supportPau Espin Pedrol1-0/+3
2017-12-11Add support for IPv4v6 End User AddressesPau Espin Pedrol8-82/+231
2017-12-05ggsn: Ignore PCO with length 0, don't abort processingHarald Welte1-2/+0
2017-12-05ggsn.c: Fix byte order of IPCP IPv4 DNS serversHarald Welte1-2/+2
2017-12-05Log APN and tun names for packetsMax1-3/+4
2017-12-04tests: Split ipv6 specific tests into a new test groupPau Espin Pedrol10-352/+440
2017-12-04Remove unused empty src/Makefile.inPau Espin Pedrol1-0/+0
2017-12-04ggsn.c: Print version of unhandled ip packetPau Espin Pedrol1-1/+1