Release v1.5.0 on 2021-02-23.
  1. ca466cf tests/coding: check return value of encoding / decoding functions by Vadim Yanitskiy · 4 years, 2 months ago
  2. 3a5917b gsm690: Fix amr speech bit length table by Philipp Maier · 4 years, 3 months ago
  3. 31c29ea conv: add convolutional coder for AMR SID UPDATE frames by Philipp Maier · 4 years, 3 months ago
  4. 832d8b8 bitvec: fix bitvec_unhex(): do not return 1 on success by Vadim Yanitskiy · 4 years, 4 months ago
  5. 6e270e2 tests/bitvec: add a unit test for bitvec_read_field() by Vadim Yanitskiy · 4 years, 4 months ago
  6. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 6 months ago
  7. a47d37c debian, utils: switch to python 3 by Oliver Smith · 4 years, 6 months ago
  8. 49ddef6 gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IE by Harald Welte · 4 years, 10 months ago
  9. ae5016f Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 6 months ago
  10. 8a7eed5 add osmo_escape_cstr and osmo_quote_cstr by Neels Hofmeyr · 4 years, 7 months ago
  11. d31de23 vty: track parent nodes also for telnet sessions by Neels Hofmeyr · 4 years, 7 months ago
  12. 951d32b osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n() by Neels Hofmeyr · 4 years, 7 months ago
  13. 06356fd utils: add osmo_strnchr() by Neels Hofmeyr · 4 years, 7 months ago
  14. ff65d24 utils_test: add osmo_print_n_test() by Neels Hofmeyr · 4 years, 7 months ago
  15. 823073a utils.h: add OSMO_NAME_C_IMPL() macro by Neels Hofmeyr · 4 years, 7 months ago
  16. df22b00 osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte order by Neels Hofmeyr · 4 years, 7 months ago
  17. f2644ae logging.h: define ansi color constants by Neels Hofmeyr · 4 years, 7 months ago
  18. 002a51d add osmo_sockaddr_str_cmp() by Neels Hofmeyr · 4 years, 7 months ago
  19. b639b4d logging/vty: fix vty_read_file(): do not write warnings to stdin by Vadim Yanitskiy · 4 years, 7 months ago
  20. 4abda9e logging/vty: fix: actually ignore deprecated logging commands by Vadim Yanitskiy · 4 years, 7 months ago
  21. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 7 months ago
  22. 83d6910 test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.c by Neels Hofmeyr · 4 years, 7 months ago
  23. e40b963 gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests by Pau Espin Pedrol · 4 years, 7 months ago
  24. b99f4ca gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass() by Pau Espin Pedrol · 4 years, 7 months ago
  25. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 8 months ago
  26. b1bbe24 fsm: refuse state chg and events after term by Neels Hofmeyr · 4 years, 8 months ago
  27. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 8 months ago
  28. 69e00cc gsm0508: add functions to calculate beginning of a block by Philipp Maier · 4 years, 8 months ago
  29. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  30. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 9 months ago
  31. 9168cc9 tdef_test: verify case where osmo_tdef_set returns -EEXIST by Pau Espin Pedrol · 4 years, 9 months ago
  32. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 9 months ago
  33. 1b729ce gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE by Neels Hofmeyr · 5 years ago
  34. 14b87b2 gsm29205_test: fix error: missing braces around initializer by Vadim Yanitskiy · 4 years, 8 months ago
  35. dd61cd2 No fail if no /proc/cpuinfo by Ruben Undheim · 6 years ago
  36. ae140bc ecu_fr: increase test coverage for FR ECU implementation by Philipp Maier · 4 years, 9 months ago
  37. 750d831 codec/ecu: Introduce new generic Error Concealment Unit abstraction by Harald Welte · 4 years, 10 months ago
  38. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  39. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 4 years, 10 months ago
  40. f65278f tests: logging: Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  41. 2605ffc gsm0808_test: Fix wrong use of memcp by Pau Espin Pedrol · 4 years, 10 months ago
  42. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  43. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  44. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  45. 14aadd5 vty: tests: Verify incomplete optional parameters are passed to vty funcs by Pau Espin Pedrol · 5 years ago
  46. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  47. 186f878 gsm48_decode_bcd_number2: fix ENOSPC edge case by Oliver Smith · 5 years ago
  48. 8c9befe vty_transcript_test.vty: add choice auto-complete tests by Vadim Yanitskiy · 5 years ago
  49. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  50. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago
  51. 7194087 gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation by Vadim Yanitskiy · 5 years ago
  52. 2cd1dda gsm48_decode_bcd_number2(): fix output truncation by Vadim Yanitskiy · 5 years ago
  53. aa0683d gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test by Vadim Yanitskiy · 5 years ago
  54. c53afd9 oap_client: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  55. 8006f53 TLV: Add one-shot TLV encoder by Harald Welte · 5 years ago
  56. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  57. affbb20 GSUP: add inter-MSC handover related msgs and IEs by Oliver Smith · 5 years ago
  58. 9838c90 GSUP: add Message Class IE by Neels Hofmeyr · 5 years ago
  59. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  60. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  61. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  62. d28aa0c fsm_dealloc_test: no need for ST_DESTROYING by Neels Hofmeyr · 5 years ago
  63. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  64. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  65. 223d66a add fsm_dealloc_test.c by Neels Hofmeyr · 5 years ago
  66. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  67. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  68. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  69. d488c72 tests: use -no-install libtool flag to avoid ./lt-* scripts by Harald Welte · 5 years ago
  70. 94d79fd gsm0808_utils: fix gsm48 multirate to S-bit converter by Philipp Maier · 5 years ago
  71. 3713af8 gsm0808_utils: fix gsm48 multirate configuration generator by Philipp Maier · 5 years ago
  72. 3a50453 add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi() by Neels Hofmeyr · 5 years ago
  73. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  74. 4ea6982 fix tdef_test.c: do call the function-to-test in all cases by Neels Hofmeyr · 5 years ago
  75. 4f54c6c tdef_test: tweak output to prepare for a fix by Neels Hofmeyr · 5 years ago
  76. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  77. a478590 coding: check gsm0503_rach_*() results by Max · 5 years ago
  78. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  79. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  80. 5ec0cf5 LCLS: add string dump helpers by Max · 5 years ago
  81. cf665fc gsm0808: Add unit tests for test_create_clear_command2() by Harald Welte · 5 years ago
  82. 2cbe25f add OSMO_STRBUF_PRINTF() by Neels Hofmeyr · 5 years ago
  83. 450f5ac Enable remote SIM protocol log level by Max · 5 years ago
  84. 7b740f7 platform independence fix: tdef range tests by Neels Hofmeyr · 5 years ago
  85. b0708d3 bitvec: Add bitvec_tailroom_bits() function by Harald Welte · 5 years ago
  86. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  87. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  88. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  89. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  90. faa49e2 add generic vty_transcript_test.c, vty_transcript_test.vty by Neels Hofmeyr · 5 years ago
  91. bd5a1dc osmo_fsm_inst_state_chg(): set T also for zero timeout by Neels Hofmeyr · 5 years ago
  92. 760c58f build: add missing logging_vty_test.vty to EXTRA_DIST by Neels Hofmeyr · 5 years ago
  93. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  94. d01ef75 gsm0808: add BSSMAP Cell Identifier matching API by Neels Hofmeyr · 6 years ago
  95. 1317771 gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digits by Harald Welte · 5 years ago
  96. 3b90125 LCLS: make GCR into static member of osmo_lcls by Max · 5 years ago
  97. 414c8f5 LCLS: add status parameter to Assignment Completed message by Max · 5 years ago
  98. 1bec390 LCLS: add GCR comparison helper by Max · 5 years ago
  99. 4fd64e5 LCLS: expand enc/dec tests by Max · 5 years ago
  100. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago