Release v1.7.0 on 2022-06-28.
  1. 67cfc5d ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the nsvc nsvci by Alexander Couzens · 2 years, 9 months ago
  2. ca5ce0d ns2: nsvc: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 9 months ago
  3. 2c64c25 ns2: nse: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 9 months ago
  4. 1f3193d gprs_ns2_sns: implement local change weight procedure by Alexander Couzens · 3 years ago
  5. a140d44 gprs_ns2: ensure the NSE becomes dead when FR link went down by Alexander Couzens · 2 years, 11 months ago
  6. 5e040bf gprs_ns2_vty: dump_nsvc: change output depending on NSVCI by Alexander Couzens · 3 years ago
  7. 56287d2 gprs_ns2: use gprs_ns2_free_bind() to clean up a bind by Alexander Couzens · 2 years, 11 months ago
  8. db7b2ab gprs_ns2: fix crash when changing the MTU by Alexander Couzens · 3 years ago
  9. e09deb6 gprs_ns2: fix missing notify towards the NSE when NSVC become blocked by Alexander Couzens · 3 years ago
  10. d5cd8c6 gprs_ns2: use llist_add_tail to keep order by Alexander Couzens · 3 years ago
  11. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years ago
  12. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 1 month ago
  13. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 2 months ago
  14. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 2 months ago
  15. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 2 months ago
  16. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 2 months ago
  17. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 3 months ago
  18. e75fa1e tests/gb: Fix printf format errors on ARM 32 bits by Pau Espin Pedrol · 3 years, 3 months ago
  19. 01e0d3e Drop use of log_set_print_filename() API inside libosmocore by Pau Espin Pedrol · 3 years, 4 months ago
  20. 690b661 tests: Set print_category values explicitly by Pau Espin Pedrol · 3 years, 4 months ago
  21. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  22. d8a8d98 gprs_ns2: implement a simple load sharing for UDP by Alexander Couzens · 3 years, 4 months ago
  23. bf5d0db gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp` by Alexander Couzens · 3 years, 4 months ago
  24. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 4 months ago
  25. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 4 months ago
  26. ae98995 tests/gb: Add more complex osmo-ns-dummy.cfg by Daniel Willmann · 3 years, 4 months ago
  27. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 4 months ago
  28. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 4 months ago
  29. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 4 months ago
  30. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 4 months ago
  31. 8f215c9 tests: gprs_ns2: add unitdata unit test by Alexander Couzens · 3 years, 4 months ago
  32. 2846ee2 gprs_ns2_test: Fix compilation on Debian 8 by Harald Welte · 3 years, 4 months ago
  33. 47afc42 gprs_ns2: implement BLOCK/UNBLOCK of a NSVC by vty by Alexander Couzens · 3 years, 5 months ago
  34. aca31b8 test: gprs_ns2: free the nsi after each test by Alexander Couzens · 3 years, 5 months ago
  35. af5bfeb test: gprs_ns2: replace free_bind() with clear_pdus() by Alexander Couzens · 3 years, 5 months ago
  36. 7450f77 bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim by Philipp Maier · 3 years, 5 months ago
  37. 9828d28 bssgp_rim: add encoder/decoder for NACC related RIM containers by Philipp Maier · 3 years, 5 months ago
  38. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 6 months ago
  39. e19b796 test: gprs_ns2: don't leak the talloc context by Alexander Couzens · 3 years, 5 months ago
  40. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 6 months ago
  41. 5a3eb5d gprs_ns2: call python vty tests by Alexander Couzens · 3 years, 5 months ago
  42. c0d02cc utils: add osmo-ns-dummy by Alexander Couzens · 3 years, 6 months ago
  43. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 6 months ago
  44. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  45. 797558e send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK by Stefan Sperling · 6 years ago
  46. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  47. e29ec85 Use existing function for TLLI encoding by Max · 6 years ago
  48. 85f5a2c bssgp_fc_test: sanitize: free fc struct when done by Neels Hofmeyr · 7 years ago
  49. cd325ef gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow by Neels Hofmeyr · 7 years ago
  50. 0128c78 bssgp_fc_test: sanitizer: free msgb context when done by Neels Hofmeyr · 7 years ago
  51. 9541a68 bssgp_fc_test: clarify by outputting ok / failure messages by Neels Hofmeyr · 7 years ago
  52. 568f8e2 bssgp_fc_test: remove rounding to deciseconds by Neels Hofmeyr · 7 years ago
  53. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  54. ae510dc rate_ctr: Enforce counter (and ctr_group) names are valid identifiers by Harald Welte · 7 years ago
  55. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  56. faa0461 gprs_ns_test.c: Remove unused byte arrays by Pau Espin Pedrol · 7 years ago
  57. 7132011 bssgp_fc_test: do not use real time by Neels Hofmeyr · 7 years ago
  58. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  59. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  60. fdb4667 test: Fix compiler warnings on 64bit systems by Holger Hans Peter Freyther · 9 years ago
  61. cc6ac4c ns: Force a defined state when sending NS RESET by Jacob Erlbeck · 8 years ago
  62. 2c58197 bssgp/test: Add missing START/END printfs by Jacob Erlbeck · 9 years ago
  63. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  64. 455d34f bssgp/test: Fix bssgp-fc test by Jacob Erlbeck · 9 years ago
  65. b535e39 bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) by Jacob Erlbeck · 9 years ago
  66. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  67. e0a1a80 bssgp: Include sys/socket.h for AF_INET on FreeBSD by Holger Hans Peter Freyther · 10 years ago
  68. b43baf2 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg by Jacob Erlbeck · 10 years ago
  69. cdebf74 gprs/test: Add BSSGP tests by Jacob Erlbeck · 10 years ago
  70. 10dd73c bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg by Holger Hans Peter Freyther · 10 years ago
  71. dade018 gprs-ns/test: Check the nsvc state explicitely by Jacob Erlbeck · 10 years ago
  72. 84bcce6 gprs-ns/test: Re-add return value check for gprs_nsvc_reset by Holger Hans Peter Freyther · 10 years ago
  73. 6ac70a4 gprs-ns: Fix reset state handling by Jacob Erlbeck · 10 years ago
  74. cdb85f5 gprs-ns/test: Add test_sgsn_reset_invalid_state by Jacob Erlbeck · 10 years ago
  75. f1bcbb0 gprs-ns/test: Add expire_nsvc_timer by Jacob Erlbeck · 10 years ago
  76. 2381fde gprs-ns/test: Save the last PDU type sent by Jacob Erlbeck · 10 years ago
  77. f357c87 gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_reset by Jacob Erlbeck · 10 years ago
  78. 3d557b1 gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET by Jacob Erlbeck · 11 years ago
  79. e7c4271 grps: Add test for NS messages that shall be ignored by Jacob Erlbeck · 11 years ago
  80. 54b8b2d gb: Create new NSVC object instead of patching the NSVCI by Jacob Erlbeck · 11 years ago
  81. ab852ee gb: Fix RESET handling with changing NSEI by Jacob Erlbeck · 11 years ago
  82. 5405a10 gb: Fix NS RESET/RESET_ACK abnormal cases by Jacob Erlbeck · 11 years ago
  83. 81d7c14 gb: Add test cases for NS RESET procedures by Jacob Erlbeck · 11 years ago
  84. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  85. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  86. 0d4e949 gb: Test sending messages to the SGSN by Jacob Erlbeck · 11 years ago
  87. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  88. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  89. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  90. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  91. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  92. dcce196 tests/gb: Add test for GPRS NS protocol by Jacob Erlbeck · 11 years ago
  93. 5b6416a bssgp: Address various compiler warnings in the bssgp code by Holger Hans Peter Freyther · 11 years ago
  94. c302eca tests: Make the gb test work with srcdir != builddir by Holger Hans Peter Freyther · 12 years ago
  95. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  96. 04f0989 GPRS BSSGP test: integrate into autotest by Harald Welte · 12 years ago
  97. 57e5b94 BSSGP flow-control: Add unit test for algorithm tests by Harald Welte · 12 years ago