Release v1.9.0 on 2023-09-12.
  1. 3236fdf ns2: Add VTY option to change the max write queue size for UDP by Daniel Willmann · 10 months ago
  2. 0d9b6b0 gb/vty: Show if NSVC is blocked locally by O&M/vty or by remote by arehbein · 1 year, 8 months ago
  3. d13faaa gprs_ns2: add vty `nse <0-65535> restart sns` by Alexander Couzens · 3 years, 4 months ago
  4. ca5ce0d ns2: nsvc: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 10 months ago
  5. 2c64c25 ns2: nse: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 10 months ago
  6. 1f3193d gprs_ns2_sns: implement local change weight procedure by Alexander Couzens · 3 years, 1 month ago
  7. 5e040bf gprs_ns2_vty: dump_nsvc: change output depending on NSVCI by Alexander Couzens · 3 years ago
  8. 56287d2 gprs_ns2: use gprs_ns2_free_bind() to clean up a bind by Alexander Couzens · 3 years ago
  9. d5cd8c6 gprs_ns2: use llist_add_tail to keep order by Alexander Couzens · 3 years ago
  10. 1559689 gprs_ns2: vty: fix removing a bind from a SNS by Alexander Couzens · 3 years, 2 months ago
  11. 5782fec ns2: change the 'priority' setting name to 'socket-priority' by Harald Welte · 3 years, 2 months ago
  12. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 2 months ago
  13. c96d716 ns2: Fix setting the DSCP value. by Harald Welte · 3 years, 2 months ago
  14. 069967b ns2: Dump frame relay state to VTY during "show ns" by Harald Welte · 3 years, 3 months ago
  15. e7dfeac gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset) by Alexander Couzens · 3 years, 3 months ago
  16. 27e5873 gprs_ns2: add vty command `nsvc <nsvci> reset` by Alexander Couzens · 3 years, 3 months ago
  17. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 3 months ago
  18. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 3 months ago
  19. 3e539ed gprs_ns2_vty: hide dynamic NSE information when ask for persistant only by Alexander Couzens · 3 years, 3 months ago
  20. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 3 months ago
  21. d164ef8 gprs_ns2_sns: Allow VTY configuration of default binds for IP-SNS by Harald Welte · 3 years, 4 months ago
  22. 42e3646 gprs_ns2_vty: Permit VTY configuration of bind->accept_sns by Harald Welte · 3 years, 4 months ago
  23. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 4 months ago
  24. 06d9bf9 gprs_ns2: Encapsulate setting NSE dialect by Harald Welte · 3 years, 4 months ago
  25. 2230a91 gprs_ns2_vty: Clarify VTY help string wording by Harald Welte · 3 years, 4 months ago
  26. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  27. bf5d0db gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp` by Alexander Couzens · 3 years, 4 months ago
  28. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 4 months ago
  29. 64db636 ns2: Fix incompatible VTY configs when writing config by Daniel Willmann · 3 years, 4 months ago
  30. b792173 gprs_ns2_vty: use strcmp() instead of strncmp() by Alexander Couzens · 3 years, 4 months ago
  31. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 5 months ago
  32. 3e2e4a0 gprs_ns2_vty: fix memory leak of vty_binds by Alexander Couzens · 3 years, 5 months ago
  33. 5fa431c gprs_ns2: rename vty-command ip-sns -> ip-sns-remote by Alexander Couzens · 3 years, 5 months ago
  34. 7fe8d71 ns2: Don't automatically re-start FSM at FORCE_UNCONFIGURED by Harald Welte · 3 years, 5 months ago
  35. 7634607 ns2: Introduce a per-bind stat_item group with backlog length by Harald Welte · 3 years, 5 months ago
  36. 9043205 ns2: Fix assert when removing a bind listen by Daniel Willmann · 3 years, 5 months ago
  37. 260cd52 gprs_ns2: correct vty config write by Alexander Couzens · 3 years, 5 months ago
  38. e43b46e gprs_ns2: introduce gprs_ns2_vty_init_reduced() for the PCU by Alexander Couzens · 3 years, 5 months ago
  39. da1bf8e gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 5 months ago
  40. caf5317 Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty" by Pau Espin Pedrol · 3 years, 5 months ago
  41. b306094 gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 5 months ago
  42. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  43. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  44. 1262c4f ns2: Properly indent VTY output by Harald Welte · 3 years, 5 months ago
  45. 280ed78 gprs_ns2: fix force-unconfigured for IP-SNS NSE by Alexander Couzens · 3 years, 6 months ago
  46. 412bc34 gprs_ns2: add new vty2 by Alexander Couzens · 3 years, 7 months ago
  47. 8806796 gprs_ns2_vty: udp: fixup dialect changes by Alexander Couzens · 3 years, 6 months ago
  48. 33c3c06 gors_ns2_vty: Fix saving of new NS2 timers by Harald Welte · 3 years, 6 months ago
  49. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 7 months ago
  50. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 7 months ago
  51. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 7 months ago
  52. 8910652 ns2: Fix argv index in logging filter VTY commands by Daniel Willmann · 3 years, 7 months ago
  53. 751977b ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receive by Daniel Willmann · 3 years, 7 months ago
  54. 25ee755 gprs_ns2_vty: Re-introduce a 'show ns' command by Harald Welte · 3 years, 7 months ago
  55. cb3e9b5 ns2: Fix docs for some NS2 vty commands by Daniel Willmann · 3 years, 7 months ago
  56. dc2d080 gprs_ns2_vty: Print all relevant data on each NS-VC by Harald Welte · 3 years, 7 months ago
  57. 7aa6099 gprs_ns2_vty: Show NSVCI in dump_nsvc() by Harald Welte · 3 years, 7 months ago
  58. 2fce19a gprs_ns2_vty: Differentiate 'show ns binds' and 'show ns entities' by Harald Welte · 3 years, 7 months ago
  59. 0ff12ad gprs_ns2: Print link layer and global ALIVE/DEAD state by Harald Welte · 3 years, 7 months ago
  60. 9204919 gprs_ns2_vty: Fix VTY documentation errors by Harald Welte · 3 years, 7 months ago
  61. 6d4db23 Revert "ns2: permit multiple nsvci in one nse in VTY" by Harald Welte · 3 years, 7 months ago
  62. 10e991b ns2: remove obsolete type GPRS_NS2_LL_E1 by Alexander Couzens · 3 years, 7 months ago
  63. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 7 months ago
  64. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 7 months ago
  65. 0bd8a4b ns2: permit multiple nsvci in one nse in VTY by Harald Welte · 3 years, 8 months ago
  66. 841817e ns2: add support for frame relay by Alexander Couzens · 3 years, 7 months ago
  67. dbab714 ns2: Add a VTY command to reset NSVC FSM by Daniel Willmann · 3 years, 7 months ago
  68. ed1fa01 ns2: Improve NSVC output by Daniel Willmann · 3 years, 8 months ago
  69. c4229a4 gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote by Alexander Couzens · 3 years, 9 months ago
  70. 9a4cf27 gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bind_sockaddr by Alexander Couzens · 3 years, 9 months ago
  71. a07f25e gprs_ns2: make struct osmo_sockaddr pointers const by Vadim Yanitskiy · 3 years, 9 months ago
  72. d745a0e gprs_ns2_vty_create: remove bind pointer check by Alexander Couzens · 3 years, 9 months ago
  73. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  74. 22f3471 ns2: vty: on `show ns` add information of NS binds by Alexander Couzens · 3 years, 9 months ago
  75. 1fac6f7 ns2: vty: allow the users (pcu/sgsn) to set a default bind by Alexander Couzens · 3 years, 9 months ago
  76. a3373e3 ns2: vty: show all nse by Alexander Couzens · 3 years, 9 months ago
  77. 477ffb0 ns2: parse the return code of gprs_ns2_ip_bind by Alexander Couzens · 3 years, 9 months ago
  78. 4fb27a8 gprs_ns2: Make reason const by Daniel Willmann · 3 years, 9 months ago
  79. 1f0625f ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't found by Alexander Couzens · 3 years, 9 months ago
  80. c82c40a ns2: vty: add missing docs for IPv6 address by Alexander Couzens · 3 years, 9 months ago
  81. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago