Release v1.7.0 on 2022-06-28.
  1. 3278f0f iuup: Fix Handling of subsequent Initialization msgs by Pau Espin Pedrol · 2 years ago
  2. f62e01a tests/iuup: Showcase IuUP stack not answering subsequent Init msgs by Pau Espin Pedrol · 2 years ago
  3. 6d6d22e iuup: Fix IPTIs_present not set to 0 if no IPTIs received by Pau Espin Pedrol · 2 years ago
  4. cc4213e coding: add gsm0503_detect_a[fh]s_dtx_frame2() by Vadim Yanitskiy · 2 years ago
  5. 510f4c9 iuup: Rework API to support RFCI IDs != RFCI index by Pau Espin Pedrol · 2 years ago
  6. 7790459 coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%) by Vadim Yanitskiy · 2 years ago
  7. 32aff35 tests/dtx: test tagging of FACCH/[FH] frames by Vadim Yanitskiy · 2 years ago
  8. f673fd5 tests/dtx: test detection/decoding of A[FH]S_SID_UPDATE by Vadim Yanitskiy · 2 years ago
  9. 1dac875 gsm: Introduce helper rach_tx_integer_raw2val() by Pau Espin Pedrol · 2 years, 1 month ago
  10. 388a53a rsl: Fix tlv_parse of IPAC_DLCX_IND message by Pau Espin Pedrol · 2 years, 2 months ago
  11. be13387 bssmap_le: support additional IEs in Perform Location Request by Vadim Yanitskiy · 2 years, 2 months ago
  12. fffd7c3 gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPE by Pau Espin Pedrol · 2 years, 2 months ago
  13. a3987fc gsm0808_test: Add new unit test showing dec error by Pau Espin Pedrol · 2 years, 2 months ago
  14. b5551ee gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id number by Pau Espin Pedrol · 2 years, 3 months ago
  15. a87526d gsm0808: Test if we properly decode a SRVCC cell identifier list by Harald Welte · 2 years, 3 months ago
  16. b12dbf7 tests/logging: merge both logging_test_{stream,wqueue}.err by Vadim Yanitskiy · 2 years, 4 months ago
  17. 83f423b logging: fix printing of '\0' when filename printed last by Vadim Yanitskiy · 2 years, 4 months ago
  18. 09d6574 add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2() by Neels Hofmeyr · 2 years, 6 months ago
  19. eff0880 tests/logging: also test printing the filename information by Vadim Yanitskiy · 2 years, 4 months ago
  20. 2796190 tests/logging: ensure both stream and wqueue modes are tested by Vadim Yanitskiy · 2 years, 4 months ago
  21. 13fa00e PFCP: add DLPFCP and osmo-upf port numbers by Neels Hofmeyr · 2 years, 6 months ago
  22. 604eaba iuup: Submit RNL-STATUS-Initialization.ind upon rx of Init by Pau Espin Pedrol · 2 years, 5 months ago
  23. b1ef8f5 select: gather statistics for TCP connections by Philipp Maier · 2 years, 6 months ago
  24. 9fe1f9f Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP data by Harald Welte · 5 years ago
  25. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 5 months ago
  26. 3a22173 tests/testsuite.at: ensure empty stderr for the bitvec_test by Vadim Yanitskiy · 2 years, 6 months ago
  27. 8a55a6c bitvec_read_field(): fix incorrect bit-shift issue found by UBSan by Vadim Yanitskiy · 2 years, 6 months ago
  28. de3549a bitvec_read_field(): indicate errors using errno by Vadim Yanitskiy · 2 years, 6 months ago
  29. 52a38b4 tests/tdef: rename the binaries to end with '_test' by Vadim Yanitskiy · 2 years, 6 months ago
  30. ce73dda tests/vty: fix use of GNU 'missing =' extension in designator by Vadim Yanitskiy · 2 years, 6 months ago
  31. 25c9741 add osmo_time_cc, moved from osmo-bsc by Neels Hofmeyr · 2 years, 6 months ago
  32. 52a5c11 stats: clarify error messages in cfg_no_stats_reporter_{statsd,log} by Vadim Yanitskiy · 2 years, 6 months ago
  33. d6b0059 stats: don't mark reporter as 'disable' beforehand by Vadim Yanitskiy · 2 years, 6 months ago
  34. 4f1c4e3 stats: cosmetic: print 'stats interval' before the reporters by Vadim Yanitskiy · 2 years, 6 months ago
  35. bfc8377 stats: allow configuring reporter's name in the VTY by Vadim Yanitskiy · 2 years, 6 months ago
  36. 4e92472 stats: use llist_add_tail() in osmo_stats_reporter_alloc() by Vadim Yanitskiy · 2 years, 6 months ago
  37. ac3a3fc tests/stats: add VTY transcript tests by Vadim Yanitskiy · 2 years, 6 months ago
  38. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 8 months ago
  39. 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
  40. 6a59407 refactor stat_item: report only changed values by Neels Hofmeyr · 2 years, 8 months ago
  41. e90c717 refactor stat_item: get rid of FIFO and "skipped" error by Neels Hofmeyr · 2 years, 8 months ago
  42. ca5ce0d ns2: nsvc: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 9 months ago
  43. 2c64c25 ns2: nse: add a uptime/downtime to track the last state change by Alexander Couzens · 2 years, 9 months ago
  44. 53b4bbb osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/res by Harald Welte · 2 years, 8 months ago
  45. d075e3a base64: reformat using Lindent to conform to our coding style by Harald Welte · 2 years, 8 months ago
  46. 292f9e7 base64: Migrate over to osmocom by Harald Welte · 2 years, 8 months ago
  47. 599601e stats_test: assert counter and stat item val counts separately by Neels Hofmeyr · 2 years, 8 months ago
  48. 4777334 utils: add osmo_str_to_int() and osmo_str_to_int64() by Neels Hofmeyr · 2 years, 9 months ago
  49. 1f3193d gprs_ns2_sns: implement local change weight procedure by Alexander Couzens · 3 years ago
  50. 11da4a4 stats: send real last value if no new values come by Oliver Smith · 2 years, 9 months ago
  51. a79a549 tests/stats: show how last item sent may be wrong by Oliver Smith · 2 years, 9 months ago
  52. 22db07d tests: add 'make update_exp' target by Oliver Smith · 2 years, 9 months ago
  53. a140d44 gprs_ns2: ensure the NSE becomes dead when FR link went down by Alexander Couzens · 2 years, 10 months ago
  54. 5e040bf gprs_ns2_vty: dump_nsvc: change output depending on NSVCI by Alexander Couzens · 3 years ago
  55. 56287d2 gprs_ns2: use gprs_ns2_free_bind() to clean up a bind by Alexander Couzens · 2 years, 11 months ago
  56. db7b2ab gprs_ns2: fix crash when changing the MTU by Alexander Couzens · 2 years, 11 months ago
  57. e09deb6 gprs_ns2: fix missing notify towards the NSE when NSVC become blocked by Alexander Couzens · 3 years ago
  58. d5cd8c6 gprs_ns2: use llist_add_tail to keep order by Alexander Couzens · 3 years ago
  59. f5b8ed1 ctrl: Pre-calculate required size before allocating msgb by Pau Espin Pedrol · 3 years ago
  60. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years ago
  61. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 1 month ago
  62. 4b46b7e vty/logging: logp: properly handle library specific sub-systems by Vadim Yanitskiy · 3 years, 2 months ago
  63. 2623fca stats: log error when missing stats values (v2) by Oliver Smith · 3 years, 2 months ago
  64. c793058 stats_test: restore stat_item_get_next asserts by Oliver Smith · 3 years, 2 months ago
  65. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 2 months ago
  66. 2d1a9fa vty/logging: ensure consistent '%' prefix for warnings by Vadim Yanitskiy · 3 years, 2 months ago
  67. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 2 months ago
  68. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 2 months ago
  69. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 2 months ago
  70. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 2 months ago
  71. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 2 months ago
  72. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 4 months ago
  73. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 3 months ago
  74. a7eb735 Revert "stats: log error when missing stats values" by Oliver Smith · 3 years, 2 months ago
  75. 2fa0e9d tlv: Fix length returned by t{l16,16l}v_put by Daniel Willmann · 3 years, 2 months ago
  76. d290439 stats: log error when missing stats values by Oliver Smith · 3 years, 2 months ago
  77. d89d35e tests/stats: enable logging in test output by Oliver Smith · 3 years, 2 months ago
  78. 2aa527b stats: Ensure that each osmo_stat_item only reports once per interval by Daniel Willmann · 3 years, 3 months ago
  79. e75fa1e tests/gb: Fix printf format errors on ARM 32 bits by Pau Espin Pedrol · 3 years, 3 months ago
  80. 01e0d3e Drop use of log_set_print_filename() API inside libosmocore by Pau Espin Pedrol · 3 years, 3 months ago
  81. 690b661 tests: Set print_category values explicitly by Pau Espin Pedrol · 3 years, 3 months ago
  82. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 3 months ago
  83. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 3 months ago
  84. d8a8d98 gprs_ns2: implement a simple load sharing for UDP by Alexander Couzens · 3 years, 3 months ago
  85. bf5d0db gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp` by Alexander Couzens · 3 years, 3 months ago
  86. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 3 months ago
  87. d7a209b gsm: Introduce API osmo_gsm48_rest_octets_si13_decode by Pau Espin Pedrol · 3 years, 3 months ago
  88. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 4 months ago
  89. 5248985 gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS types by Pau Espin Pedrol · 3 years, 3 months ago
  90. 1bd495a comsetic: gsm0808_test: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 3 months ago
  91. ae98995 tests/gb: Add more complex osmo-ns-dummy.cfg by Daniel Willmann · 3 years, 3 months ago
  92. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 3 months ago
  93. 943133c gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets() by Vadim Yanitskiy · 3 years, 4 months ago
  94. 44ac4f6 gsm_7bit_encode_n(): test encoding of more than 250 septets by Vadim Yanitskiy · 3 years, 4 months ago
  95. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 4 months ago
  96. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 4 months ago
  97. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 4 months ago
  98. 8f215c9 tests: gprs_ns2: add unitdata unit test by Alexander Couzens · 3 years, 4 months ago
  99. 55934c4 tests/*: fix control reaches end of non-void func by Oliver Smith · 3 years, 4 months ago
  100. 2846ee2 gprs_ns2_test: Fix compilation on Debian 8 by Harald Welte · 3 years, 4 months ago