1. 05ec2b3 libgtp: Remove packets in tx queue belonging pdp being freed by Pau Espin Pedrol · 4 years, 9 months ago cccamp2019
  2. aab47af build: switch AC_CANONICAL_TARGET for AC_CANONICAL_HOST by Jan Engelhardt · 4 years, 9 months ago
  3. 67aebc9 Bump version: 1.3.0.50-ea1c-dirty → 1.4.0 by Pau Espin Pedrol · 4 years, 9 months ago 1.4.0
  4. ea1cb3f Require libosmocore 1.1.0 by Pau Espin Pedrol · 4 years, 9 months ago
  5. 0036a60 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  6. e479329 sgsnemu: Fix unaligned pointer access during ip/icmp checksum by Pau Espin Pedrol · 4 years, 10 months ago
  7. f1e0151 sgsnemu: Fix format string argument count by Harald Welte · 4 years, 10 months ago
  8. ad252e7 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 10 months ago
  9. 08ca425 configure.ac: some versions of linux/if.h require including sys/socket.h by Pau Espin Pedrol · 5 years ago
  10. 1eeb113 configure.ac: Use prefered AC_CONFIG_HEADERS over AM_CONFIG_HEADER by Pau Espin Pedrol · 5 years ago
  11. d0ba664 configure.ac: Use brackets in AC_INIT params by Pau Espin Pedrol · 5 years ago
  12. ec1d8c4 configure.ac: Replace obosolete macro AC_CANONICAL_SYSTEM by Pau Espin Pedrol · 5 years ago
  13. 36e12d4 ggsn: Use structures instead of raw arrays when parsing ipcp_hdr by Pau Espin Pedrol · 5 years ago
  14. 2404c5b ggsn: Avoid unaligned mem access reading PCO proto id by Pau Espin Pedrol · 5 years ago
  15. 32b76ee ggsn: More logging from PCO handling (e.g. in case of malconfiguration) by Harald Welte · 5 years ago
  16. 7bdc80d ggsn: Add minimalistic PAP support by Harald Welte · 5 years ago
  17. 83f5266 gtp: queue: Add unit test queue_test by Pau Espin Pedrol · 5 years ago
  18. e725d87 gtp: queue.c: Document queue APIs by Pau Espin Pedrol · 5 years ago
  19. 8b90bce gtp: Add missing headers by Pau Espin Pedrol · 5 years ago
  20. f0829ff cosmetic: gtp: queue: remove trailing whitespace by Pau Espin Pedrol · 5 years ago
  21. e589c65 manuals: Add script to regenerate vty/counter documentation by Daniel Willmann · 5 years ago
  22. d1a2ddf sgsnemu: Replace use of deprecated libgtp API pdp_newpdp with new one by Pau Espin Pedrol · 5 years ago
  23. 7b52f00 ggsn: vty: Require ggsn param in <show pdp-context> cmd by Pau Espin Pedrol · 5 years ago
  24. 25ab381 ggsn_vty_reference.xml: Update from last code changes by Pau Espin Pedrol · 5 years ago
  25. 9fbcb10 gtp: Make use of new libgtp APIs with multi-gsn support by Pau Espin Pedrol · 5 years ago
  26. eefa30d gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN by Pau Espin Pedrol · 5 years ago
  27. 5560001 ggsn: Fix undefined behaviour shifting beyond sign bit by Pau Espin Pedrol · 5 years ago
  28. a469a90 cosmetic: gtp.h: Remove trailing whitespaces by Pau Espin Pedrol · 5 years ago
  29. 84515f4 pdp: Drop unused code for haship by Pau Espin Pedrol · 5 years ago
  30. 1cde2c1 ggsn: Use gtp_delete_context_req2() everywhere by Oliver Smith · 5 years ago
  31. 93dd798 gtp: Re-arrange free pdp ctx code in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  32. 8651573 cosmetic: gtp: Document free pdp ctx in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  33. 0d0b059 gtp: Refactor code to use gtp_freepdp(_teardown) APIs by Pau Espin Pedrol · 5 years ago
  34. aad77a0 gtp_create_pdp_ind: simplify code by reordering and compacting parsing by Pau Espin Pedrol · 5 years ago
  35. 9ee8d32 pdp: Introduce new API pdp_count_secondary by Pau Espin Pedrol · 5 years ago
  36. de72d26 gtp: Fix typo dublicate->duplicate by Pau Espin Pedrol · 5 years ago
  37. ceac078 gtp: Take queue_resp into account to schedule retrans timer by Pau Espin Pedrol · 5 years ago
  38. cd87c5f ggsn: Start gtp retrans timer during startup by Pau Espin Pedrol · 5 years ago
  39. 154f93d debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  40. 742a6b5 gtp: Document spec reasoning drop of Rx DeleteCtxReq by Pau Espin Pedrol · 5 years ago
  41. 72ab4bc ggsn: Drop unused param force in apn_stop() by Pau Espin Pedrol · 5 years ago
  42. fb62504 osmo-ggsn: properly show subscriber's MSISDN in the VTY by Vadim Yanitskiy · 5 years ago
  43. d7030d2 osmo-ggsn: print requested / actual APN in PDP info by Vadim Yanitskiy · 5 years ago
  44. 2e8e57a osmo-ggsn: check result of osmo_apn_to_str() by Vadim Yanitskiy · 5 years ago
  45. ca276e0 osmo-ggsn: add VTY command to show PDP context by IPv4 by Vadim Yanitskiy · 5 years ago
  46. 977b339 osmo-ggsn: fix VTY command for getting PDP contexts by APN by Vadim Yanitskiy · 5 years ago
  47. 9272d21 ggsn.c: Refactor PCO processing during PDP activation by Harald Welte · 5 years ago
  48. f653c5b ggsn: Fix build_ipcp_pco() in presence of invalid IPCP content by Harald Welte · 5 years ago
  49. 549417e ggsn: Remove magic numbers from ipcp_contains_option() by Harald Welte · 5 years ago
  50. 42c9fa4 ggsn: const-ify input / read-only arguments of PCO related functions by Harald Welte · 5 years ago
  51. df404c4 ggsn: Remove magic numbers from pco_contains_proto() by Harald Welte · 5 years ago
  52. ffa2273 process_pco() const-ify 'apn' argument by Harald Welte · 5 years ago
  53. 3fc9cc9 Don't return error on normal shutdown by Max · 5 years ago
  54. f5a268a Bump version: 1.2.2.44-6da8-dirty → 1.3.0 by Harald Welte · 5 years ago 1.3.0
  55. 6da888c contrib: fix makedistcheck with disabled systemd by Oliver Smith · 5 years ago
  56. 33c537e contrib/jenkins.sh: build and publish manuals by Oliver Smith · 5 years ago
  57. aa69034 Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 5 years ago
  58. bf47f71 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  59. 2b7a860 Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 5 years ago
  60. 932eeec ggsn: update vty reference by Neels Hofmeyr · 6 years ago
  61. 6f7aabf vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 6 years ago
  62. a491e42 OsmoGGSN: update vty reference by Neels Hofmeyr · 6 years ago
  63. 1ce111f OsmoGGSN: fix VTY additions' node IDs by Neels Hofmeyr · 6 years ago
  64. e010dea OsmoGGSN vty: update VTY reference by Neels Hofmeyr · 6 years ago
  65. f453044 OsmoGGSN VTY ref: prep: convert newlines to unix by Neels Hofmeyr · 6 years ago
  66. e736106 OsmoGGSN: typo: priveleges by Neels Hofmeyr · 6 years ago
  67. 6068375 OsmoGGSN: add Routing section for IP forward and masquerading by Neels Hofmeyr · 6 years ago
  68. 5f8b332 OsmoGGSN: multiple instances: mention GTP port by Neels Hofmeyr · 7 years ago
  69. 43001cb OsmoGGSN: more info on non-root operation / tun creation by Neels Hofmeyr · 7 years ago
  70. 65d61c3 GGSN: don't say 'NITB' by Neels Hofmeyr · 7 years ago
  71. c8ca02b refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  72. 3ce5a36 GGSN: Document how 'ip tuntap' is used for non-root; call netdev 'apn0' by Harald Welte · 7 years ago
  73. a4cb026 Expand OsmoGGSN manual by Max · 7 years ago
  74. f0fb2c2 OsmoGGSN: Add VTY reference manual by Harald Welte · 7 years ago
  75. 8a1e7b8 initial version of OsmoGGSN user manual by Harald Welte · 7 years ago
  76. b7782d4 Importing history from osmo-gsm-manuals.git by Neels Hofmeyr · 5 years ago
  77. b0b9c28 properly store IPv6 addresses in struct tun_t by Stefan Sperling · 5 years ago
  78. 3730c55 fix a format string directives in queue_seqset() by Stefan Sperling · 5 years ago
  79. cc8181f fix format string error in ippool_printaddr() by Stefan Sperling · 5 years ago
  80. 7327360 initialize local variable addr in ippool_new() by Stefan Sperling · 5 years ago
  81. e405c2f replace bogus memcpy() call in ippool_newip() by Stefan Sperling · 5 years ago
  82. 411ff3b fix allocation of ippool's hash table by Stefan Sperling · 5 years ago
  83. aee905b check ioctl() call return value in tun_new() by Stefan Sperling · 5 years ago
  84. fb75adf ippool.c: Use "%td" format string for ptrdiff_t by Harald Welte · 6 years ago
  85. 7b9230a sgsnemu: Fix printing of tun device name by Harald Welte · 6 years ago
  86. 5662cb2 osmo-ggsn.cfg: Ensure well-formed config file example by Harald Welte · 6 years ago
  87. e1412d9 libgtp: implement gtp_clear_queues to clear req/resp queue by Alexander Couzens · 6 years ago
  88. d1e2342 Install sample cfg file to /etc/osmocom by Pau Espin Pedrol · 6 years ago
  89. 381b723 Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  90. ee44b82 debian/rules: Don't overwrite .tarball-version by Harald Welte · 6 years ago
  91. b5f9334 gtp: Add new replacement cb_recovery2 for cb_recovery by Pau Espin Pedrol · 6 years ago
  92. 8e8c7ef gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ by Pau Espin Pedrol · 6 years ago
  93. 5723888 fix support for multiple IPCP in PDP protocol configuration options by Stefan Sperling · 6 years ago
  94. d70ab97 fix unaligned access in build_ipcp_pco() by Stefan Sperling · 6 years ago
  95. d1bd6fc gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active by Pau Espin Pedrol · 6 years ago
  96. a32e4c4 gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn by Pau Espin Pedrol · 6 years ago
  97. 3b84e92 gtp: Log type name of unexpected signalling message by Pau Espin Pedrol · 6 years ago
  98. 3e0baa6 ggsn: ctrl iface: listen on IP configured by VTY by Pau Espin Pedrol · 6 years ago
  99. b673d1c Bump version: 1.2.1.3-6a28 → 1.2.2 by Pau Espin Pedrol · 6 years ago 1.2.2
  100. 6a2856b ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packed by Philipp Maier · 6 years ago