Release v1.6.0 on 2021-11-16.
  1. 25c9741 add osmo_time_cc, moved from osmo-bsc by Neels Hofmeyr · 2 years, 7 months ago
  2. 52a5c11 stats: clarify error messages in cfg_no_stats_reporter_{statsd,log} by Vadim Yanitskiy · 2 years, 8 months ago
  3. d6b0059 stats: don't mark reporter as 'disable' beforehand by Vadim Yanitskiy · 2 years, 8 months ago
  4. 4f1c4e3 stats: cosmetic: print 'stats interval' before the reporters by Vadim Yanitskiy · 2 years, 8 months ago
  5. bfc8377 stats: allow configuring reporter's name in the VTY by Vadim Yanitskiy · 2 years, 8 months ago
  6. 4e92472 stats: use llist_add_tail() in osmo_stats_reporter_alloc() by Vadim Yanitskiy · 2 years, 8 months ago
  7. ac3a3fc tests/stats: add VTY transcript tests by Vadim Yanitskiy · 2 years, 8 months ago
  8. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 9 months ago
  9. 67cfc5d ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the nsvc nsvci by Alexander Couzens · 2 years, 10 months ago
  10. 6a59407 refactor stat_item: report only changed values by Neels Hofmeyr · 2 years, 9 months ago
  11. e90c717 refactor stat_item: get rid of FIFO and "skipped" error by Neels Hofmeyr · 2 years, 9 months ago
  12. ca5ce0d ns2: nsvc: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 10 months ago
  13. 2c64c25 ns2: nse: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 10 months ago
  14. 53b4bbb osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/res by Harald Welte · 2 years, 9 months ago
  15. d075e3a base64: reformat using Lindent to conform to our coding style by Harald Welte · 2 years, 9 months ago
  16. 292f9e7 base64: Migrate over to osmocom by Harald Welte · 2 years, 9 months ago
  17. 599601e stats_test: assert counter and stat item val counts separately by Neels Hofmeyr · 2 years, 9 months ago
  18. 4777334 utils: add osmo_str_to_int() and osmo_str_to_int64() by Neels Hofmeyr · 2 years, 10 months ago
  19. 1f3193d gprs_ns2_sns: implement local change weight procedure by Alexander Couzens · 3 years, 1 month ago
  20. 11da4a4 stats: send real last value if no new values come by Oliver Smith · 2 years, 10 months ago
  21. a79a549 tests/stats: show how last item sent may be wrong by Oliver Smith · 2 years, 10 months ago
  22. 22db07d tests: add 'make update_exp' target by Oliver Smith · 2 years, 10 months ago
  23. a140d44 gprs_ns2: ensure the NSE becomes dead when FR link went down by Alexander Couzens · 3 years ago
  24. 5e040bf gprs_ns2_vty: dump_nsvc: change output depending on NSVCI by Alexander Couzens · 3 years ago
  25. 56287d2 gprs_ns2: use gprs_ns2_free_bind() to clean up a bind by Alexander Couzens · 3 years ago
  26. db7b2ab gprs_ns2: fix crash when changing the MTU by Alexander Couzens · 3 years ago
  27. e09deb6 gprs_ns2: fix missing notify towards the NSE when NSVC become blocked by Alexander Couzens · 3 years ago
  28. d5cd8c6 gprs_ns2: use llist_add_tail to keep order by Alexander Couzens · 3 years ago
  29. f5b8ed1 ctrl: Pre-calculate required size before allocating msgb by Pau Espin Pedrol · 3 years ago
  30. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  31. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 2 months ago
  32. 4b46b7e vty/logging: logp: properly handle library specific sub-systems by Vadim Yanitskiy · 3 years, 3 months ago
  33. 2623fca stats: log error when missing stats values (v2) by Oliver Smith · 3 years, 3 months ago
  34. c793058 stats_test: restore stat_item_get_next asserts by Oliver Smith · 3 years, 3 months ago
  35. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 3 months ago
  36. 2d1a9fa vty/logging: ensure consistent '%' prefix for warnings by Vadim Yanitskiy · 3 years, 3 months ago
  37. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 3 months ago
  38. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 3 months ago
  39. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 3 months ago
  40. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 3 months ago
  41. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 3 months ago
  42. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 5 months ago
  43. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 4 months ago
  44. a7eb735 Revert "stats: log error when missing stats values" by Oliver Smith · 3 years, 3 months ago
  45. 2fa0e9d tlv: Fix length returned by t{l16,16l}v_put by Daniel Willmann · 3 years, 3 months ago
  46. d290439 stats: log error when missing stats values by Oliver Smith · 3 years, 3 months ago
  47. d89d35e tests/stats: enable logging in test output by Oliver Smith · 3 years, 3 months ago
  48. 2aa527b stats: Ensure that each osmo_stat_item only reports once per interval by Daniel Willmann · 3 years, 4 months ago
  49. e75fa1e tests/gb: Fix printf format errors on ARM 32 bits by Pau Espin Pedrol · 3 years, 4 months ago
  50. 01e0d3e Drop use of log_set_print_filename() API inside libosmocore by Pau Espin Pedrol · 3 years, 4 months ago
  51. 690b661 tests: Set print_category values explicitly by Pau Espin Pedrol · 3 years, 4 months ago
  52. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  53. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  54. d8a8d98 gprs_ns2: implement a simple load sharing for UDP by Alexander Couzens · 3 years, 4 months ago
  55. bf5d0db gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp` by Alexander Couzens · 3 years, 4 months ago
  56. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 4 months ago
  57. d7a209b gsm: Introduce API osmo_gsm48_rest_octets_si13_decode by Pau Espin Pedrol · 3 years, 5 months ago
  58. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 5 months ago
  59. 5248985 gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS types by Pau Espin Pedrol · 3 years, 4 months ago
  60. 1bd495a comsetic: gsm0808_test: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 4 months ago
  61. ae98995 tests/gb: Add more complex osmo-ns-dummy.cfg by Daniel Willmann · 3 years, 4 months ago
  62. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 5 months ago
  63. 943133c gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets() by Vadim Yanitskiy · 3 years, 5 months ago
  64. 44ac4f6 gsm_7bit_encode_n(): test encoding of more than 250 septets by Vadim Yanitskiy · 3 years, 5 months ago
  65. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 5 months ago
  66. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  67. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  68. 8f215c9 tests: gprs_ns2: add unitdata unit test by Alexander Couzens · 3 years, 5 months ago
  69. 55934c4 tests/*: fix control reaches end of non-void func by Oliver Smith · 3 years, 5 months ago
  70. 2846ee2 gprs_ns2_test: Fix compilation on Debian 8 by Harald Welte · 3 years, 5 months ago
  71. 47afc42 gprs_ns2: implement BLOCK/UNBLOCK of a NSVC by vty by Alexander Couzens · 3 years, 5 months ago
  72. aca31b8 test: gprs_ns2: free the nsi after each test by Alexander Couzens · 3 years, 5 months ago
  73. af5bfeb test: gprs_ns2: replace free_bind() with clear_pdus() by Alexander Couzens · 3 years, 5 months ago
  74. 7450f77 bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim by Philipp Maier · 3 years, 6 months ago
  75. 9828d28 bssgp_rim: add encoder/decoder for NACC related RIM containers by Philipp Maier · 3 years, 6 months ago
  76. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 7 months ago
  77. e19b796 test: gprs_ns2: don't leak the talloc context by Alexander Couzens · 3 years, 5 months ago
  78. efdd641 tlv_parser: Fix various out-of-bounds accesses by Harald Welte · 3 years, 5 months ago
  79. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 11 months ago
  80. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 6 months ago
  81. 5a3eb5d gprs_ns2: call python vty tests by Alexander Couzens · 3 years, 6 months ago
  82. c0d02cc utils: add osmo-ns-dummy by Alexander Couzens · 3 years, 6 months ago
  83. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 6 months ago
  84. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 7 months ago
  85. e81c2f4 tests: Fix tdef_test on 32bit platforms by Pau Espin Pedrol · 3 years, 7 months ago
  86. 2299cb5 Revert "tests: Fix tdef_test on 32bit platforms" by Pau Espin Pedrol · 3 years, 7 months ago
  87. e36be56 gsm_04_08: add parser for Mobile Station Classmark 3 by Philipp Maier · 3 years, 7 months ago
  88. af10e48 tests: Fix tdef_test on 32bit platforms by Pau Espin Pedrol · 3 years, 7 months ago
  89. c211894 Revert "gsm_04_08: add parser for Mobile Station Classmark 3" by Harald Welte · 3 years, 7 months ago
  90. 1b75e4b tdef: Introduce OSMO_TDEF_US unit by Pau Espin Pedrol · 3 years, 8 months ago
  91. a4939dc gsm_04_08: add parser for Mobile Station Classmark 3 by Philipp Maier · 3 years, 8 months ago
  92. 72b9088 vty: introduce the expert mode and a command to enable it by Vadim Yanitskiy · 3 years, 8 months ago
  93. 86160ac gsm: Fix make distcheck with parallel make by Pau Espin Pedrol · 3 years, 9 months ago
  94. 80788fa add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str by Alexander Couzens · 3 years, 9 months ago
  95. f445150 bssmap_le/bsslap tests: We must use %td for ptrdiff_t printing by Harald Welte · 3 years, 9 months ago
  96. a5218ea command: add library command attribute for libosmo-abis by Philipp Maier · 3 years, 9 months ago
  97. 02de87b add BSSMAP-LE coding for Location Services by Neels Hofmeyr · 3 years, 9 months ago
  98. c6848f4 add BSSLAP coding for Location Services by Neels Hofmeyr · 3 years, 9 months ago
  99. 086bd33 add GAD coding for Location Services by Neels Hofmeyr · 3 years, 9 months ago
  100. 87c3afb add osmo_float_str_to_int() and osmo_int_to_float_str_*() by Neels Hofmeyr · 3 years, 9 months ago