aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-21sgsnemu: Fix printing of tun device nameresf/for/masterHarald Welte1-1/+1
2018-10-21sgsnemu: Use in46a_from_eua() with array of in46_addrHarald 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
2018-07-13gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsnPau Espin Pedrol1-8/+4
2018-07-13gtp: Log type name of unexpected signalling messagePau Espin Pedrol1-4/+8
2018-06-19ggsn: ctrl iface: listen on IP configured by VTYPau Espin Pedrol1-1/+2
2018-05-31Bump version: 1.2.1.3-6a28 → 1.2.21.2.2Pau Espin Pedrol1-0/+11
2018-05-28ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packedPhilipp Maier1-2/+2
2018-05-28ggsn: fix misinterpreted length field in ipcp_contains_option()Philipp Maier1-1/+1
2018-05-09ggsn_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-0/+4
2018-05-04Bump version: 1.2.0.1-36c4 → 1.2.11.2.1Pau Espin Pedrol1-0/+6
2018-05-04debian/rules: Fix debian packaging after 1.2.0 releasePau Espin Pedrol2-1/+3
2018-05-03Bump version: 1.1.0.90-5468-dirty → 1.2.01.2.0Pau Espin Pedrol5-13/+116
2018-04-25ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tunHarald Welte1-4/+6
2018-04-25Move kernel GTP support from ggsn/ to lib/Harald Welte9-148/+151
2018-04-25lib/tun: Remove tun_setaddr() API, as everyone is using tun_addaddr() nowHarald Welte2-17/+0
2018-04-25sgsnemu: Convert from tun_setaddr() to tun_addaddr()Harald Welte1-2/+1
2018-04-25ggsn: Don't explicitly use tun_setaddr() API anymoreHarald Welte1-2/+2
2018-04-25lib/netdev.c: Cosmetic changes (coding style / cleanups)Harald Welte1-49/+10
2018-04-25lib/tun: split generic network device related stuff to lib/netdevHarald Welte5-755/+842
2018-04-25lib/tun.c: Generalize tun_{set,add}addr*() functionsHarald Welte1-51/+98
2018-04-25lib/tun.c: generalize tun_*route() to netdev_*route()Harald Welte3-17/+10
2018-04-25lib/tun.c: Generalize tun_sifflags() to netdev_sifflagsHarald Welte1-7/+7
2018-04-25fix segfault in case of kernel gtp-uHarald Welte1-0/+8
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