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. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  3. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 1 year, 1 month ago
  4. fa3a9ce gpsr_ns2_udp: Use osmo_io_fd instead of osmo_fd by Daniel Willmann · 1 year, 7 months ago
  5. f6ef9ba gb: ns2: Rename parameter name in gprs_ns2_nsvc_by_sockaddr_bind() by Pau Espin Pedrol · 1 year, 2 months ago
  6. 20ed591 gprs_ns2_udp: don't start the NSVC fsm for SNS by Alexander Couzens · 2 years, 11 months ago
  7. d794806 gprs_ns2: rework id strings of nsvcs by Alexander Couzens · 3 years, 1 month ago
  8. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 2 months ago
  9. 485b3f7 ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP() by Harald Welte · 3 years, 2 months ago
  10. 628f534 gprs_ns2: Fix yet another DSCP vs. TOS mix-up by Harald Welte · 3 years, 2 months ago
  11. c96d716 ns2: Fix setting the DSCP value. by Harald Welte · 3 years, 2 months ago
  12. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 3 months ago
  13. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 3 months ago
  14. 7d0daac gprs_ns2: Pass peer/remote sockaddr argument to ns2_create_vc() by Harald Welte · 3 years, 4 months ago
  15. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  16. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 5 months ago
  17. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 5 months ago
  18. c80a874 gprs_ns2: unify the handling of **result when bind already present. by Alexander Couzens · 3 years, 5 months ago
  19. bdfb8b9 ns2: Memory allocation failures are ENOMEM, not ENOSPC by Harald Welte · 3 years, 5 months ago
  20. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 5 months ago
  21. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  22. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  23. ba5a992 gprs_ns2: drop GPRS_ prefix of gprs_ns2_cs by Alexander Couzens · 3 years, 5 months ago
  24. f294974 ns2: Unify logging context via log macros by Harald Welte · 3 years, 5 months ago
  25. ea37724 gprs_ns2: allow to use free_vc() with NULL by Alexander Couzens · 3 years, 5 months ago
  26. 55bc869 gprs_ns2: add assert on most bind calls by Alexander Couzens · 3 years, 5 months ago
  27. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 7 months ago
  28. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 6 months ago
  29. e769f52 gprs_ns2_sns: rework IP-SNS initial remote by Alexander Couzens · 3 years, 7 months ago
  30. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 7 months ago
  31. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 7 months ago
  32. 1e72df0 gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSP by Harald Welte · 3 years, 7 months ago
  33. 96ec84a gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities' by Harald Welte · 3 years, 7 months ago
  34. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 7 months ago
  35. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 7 months ago
  36. c06aa71 ns2: check if ns_vc_alloc() fails in bind_connect() by Alexander Couzens · 3 years, 7 months ago
  37. cce8828 libosmocore: change the memory management of NS2 by Alexander Couzens · 3 years, 8 months ago
  38. d420ea9 gprs_ns2: add gprs_ns2_ip_vc_equal() by Alexander Couzens · 3 years, 9 months ago
  39. d33512b gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also const by Alexander Couzens · 3 years, 9 months ago
  40. 979f5f5 gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddr by Alexander Couzens · 3 years, 9 months ago
  41. c4229a4 gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote by Alexander Couzens · 3 years, 9 months ago
  42. 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
  43. 6090b1d gprs_ns2: gprs_ns2_ip_bind() check if the bind already exists by Alexander Couzens · 3 years, 9 months ago
  44. 4f60845 gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddr by Alexander Couzens · 3 years, 9 months ago
  45. a07f25e gprs_ns2: make struct osmo_sockaddr pointers const by Vadim Yanitskiy · 3 years, 9 months ago
  46. aa83d41 gprs_ns2_udp: Avoid dangling freed struct in list if binding fails by Pau Espin Pedrol · 3 years, 9 months ago
  47. 22f3471 ns2: vty: on `show ns` add information of NS binds by Alexander Couzens · 3 years, 9 months ago
  48. 772ca61 ns2: fix a msg leak when receiving REJECTED messages by Alexander Couzens · 3 years, 9 months ago
  49. 1301012 ns2: refactor handle_nsip_read/handle_nsfrgre_read by Alexander Couzens · 3 years, 9 months ago
  50. ffd49d0 ns2: ns2_recv_vc: remove unused parameter nsi by Alexander Couzens · 3 years, 9 months ago
  51. 38b19e8 ns2: refactor nsvc_by_ functions by Alexander Couzens · 3 years, 9 months ago
  52. 5bef2cc ns2: Improve/extend doxygen comments for new ns2 implementation by Harald Welte · 3 years, 9 months ago
  53. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago