Release v1.9.0 on 2023-09-12.
  1. bf95f0f ns2: refactor ns2_prim_status_ind() by Alexander Couzens · 3 years, 9 months ago
  2. 477ffb0 ns2: parse the return code of gprs_ns2_ip_bind by Alexander Couzens · 3 years, 9 months ago
  3. 6b5f1de osmo_use_count_to_str: make robust against unused use_count by Neels Hofmeyr · 3 years, 9 months ago
  4. a8b1b21 logging: Introduce MAX_LOG_SIZE for the magic number 4096 by Harald Welte · 3 years, 9 months ago
  5. e4d9a2c logging_vty: set osmo_stderr_target to NULL on "no log stderr" by Harald Welte · 3 years, 9 months ago
  6. c433889 write_queue: Re-enqueue msgb if write_cb returns -EAGAIN by Harald Welte · 3 years, 9 months ago
  7. f449378 write_queue: use msgb_{en,de}queue_count() by Harald Welte · 3 years, 9 months ago
  8. 66138cc write_queue: Add osmo_wqueue_enqueue_quiet() by Harald Welte · 3 years, 9 months ago
  9. 7f6c87d vty/command: reflect global attributes in the XML reference by Vadim Yanitskiy · 3 years, 9 months ago
  10. 470cc12 cosmetic: Fix typo in API doc by Pau Espin Pedrol · 3 years, 9 months ago
  11. 772ca61 ns2: fix a msg leak when receiving REJECTED messages by Alexander Couzens · 3 years, 9 months ago
  12. 4fb27a8 gprs_ns2: Make reason const by Daniel Willmann · 3 years, 9 months ago
  13. 1301012 ns2: refactor handle_nsip_read/handle_nsfrgre_read by Alexander Couzens · 3 years, 9 months ago
  14. 1f0625f ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't found by Alexander Couzens · 3 years, 9 months ago
  15. ffd49d0 ns2: ns2_recv_vc: remove unused parameter nsi by Alexander Couzens · 3 years, 9 months ago
  16. 38b19e8 ns2: refactor nsvc_by_ functions by Alexander Couzens · 3 years, 9 months ago
  17. c1cd333 ns2: check the specific bit of NS SDU Control bits by Alexander Couzens · 3 years, 9 months ago
  18. c82c40a ns2: vty: add missing docs for IPv6 address by Alexander Couzens · 3 years, 9 months ago
  19. 89acdef ns2: remove bssgp specific msgb->cb parts by Alexander Couzens · 3 years, 9 months ago
  20. 495b4a7 gb/gprs_bssgb: ensure the fc timer has been stopped when freeing bssgp_bvc by Alexander Couzens · 3 years, 10 months ago
  21. 6a2c074 gb/gprs_bssgb: check if talloc failed on btsctx->fc by Alexander Couzens · 3 years, 10 months ago
  22. 349d348 vty: cosmetic: fix missing curly braces in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  23. f909d33 vty: cosmetic: s/width/cmd_width/g in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  24. aade232 vty: cosmetic: drop redundant 'break' statements by Vadim Yanitskiy · 3 years, 9 months ago
  25. 53fbc67 osmo_strlcpy: Clarify length calculation by Pau Espin Pedrol · 3 years, 9 months ago
  26. c29d513 osmo_strlcpy: Avoid calling memcpy with size=0 by Pau Espin Pedrol · 3 years, 9 months ago
  27. 34e94f3 vty: print program specific attributes in the XML reference by Vadim Yanitskiy · 3 years, 11 months ago
  28. 9277b97 add osmo_use_count_to_str_c() by Neels Hofmeyr · 3 years, 10 months ago
  29. b40cfdc gprs_ns2: Mark gprs_ns2_validate_* as static by Harald Welte · 3 years, 10 months ago
  30. 92ad029 ns2: Use NULL and not '0' when returning a NULL-Pointer by Harald Welte · 3 years, 10 months ago
  31. 5bef2cc ns2: Improve/extend doxygen comments for new ns2 implementation by Harald Welte · 3 years, 10 months ago
  32. ecaf5fa gsm0808: fix: do not encode invalid encryption algorithm by Vadim Yanitskiy · 3 years, 10 months ago
  33. 7da6ace gprs_ns2_sns: Fix compilation on Debian 8 by Harald Welte · 3 years, 10 months ago
  34. 48f6386 libgb/ns: allow to create NS_ALIVE NSVC by Alexander Couzens · 3 years, 10 months ago
  35. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago
  36. 6407c82 logging: Avoid printing OSMO_LOGCOLOR_END if no color was used by Pau Espin Pedrol · 4 years ago
  37. e0ed147 vty: fix 'Unsigned compared against 0' generate_cpu_hex_mask() by Vadim Yanitskiy · 3 years, 10 months ago
  38. b89114b logging: fix memleak in log_target_create_file() by Vadim Yanitskiy · 3 years, 10 months ago
  39. 04f4271 logging: fix log_target_destroy(): properly close syslog by Vadim Yanitskiy · 3 years, 10 months ago
  40. 744236b logging: refactor and simplify log_target_destroy() by Vadim Yanitskiy · 3 years, 10 months ago
  41. 0f36421 add osmo_sockaddr_local_ip() to determine the local address for a remote. by Alexander Couzens · 4 years ago
  42. 3b68883 gb/common_vty: use void * by Alexander Couzens · 3 years, 10 months ago
  43. 83fb686 gb/gprs_bssgp: remove superfluous whitespace by Alexander Couzens · 3 years, 10 months ago
  44. e4181ea socket: add osmo_sockaddr_cmp() by Alexander Couzens · 4 years ago
  45. 43957e6 socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofd by Alexander Couzens · 4 years ago
  46. d95f5d4 sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the port by Alexander Couzens · 4 years, 1 month ago
  47. d8cf52b socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versions by Pau Espin Pedrol · 3 years, 10 months ago
  48. 5cc4fe4 socket: Add some osmo_sockaddr print helpers by Pau Espin Pedrol · 3 years, 10 months ago
  49. 7bda854 socket: fix wrong ipv6 dst buf size passed in osmo_sock_local_ip by Pau Espin Pedrol · 3 years, 10 months ago
  50. 81e7a6c socket: Fix stack-buffer-overflow in osmo_sock_local_ip() by Pau Espin Pedrol · 3 years, 10 months ago
  51. 308ab79 socket: Use AF_UNSPEC instead of PF_UNSPEC calling getaddrinfo by Pau Espin Pedrol · 3 years, 10 months ago
  52. 1a3d24e socket: Add support for AF_INET6 in osmo_sockaddr_to_str_and_uint() by Pau Espin Pedrol · 3 years, 10 months ago
  53. 4f463c5 socket: Allow binding to :: (IPv6) and connecting to IPv4-only on the remote by Pau Espin Pedrol · 3 years, 10 months ago
  54. 776c5b1 lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCH by Vadim Yanitskiy · 3 years, 10 months ago
  55. 29ecabe lapdm_pad_msgb(): cosmetic: use GSM_MACBLOCK_PADDING by Vadim Yanitskiy · 3 years, 10 months ago
  56. 9cc661b ipa: Fix wrong output log formatting by Pau Espin Pedrol · 3 years, 10 months ago
  57. f76f21b macaddr: fix osmo_macaddr_parse(): return meaningful error codes by Vadim Yanitskiy · 3 years, 10 months ago
  58. a751f77 macaddr: fix osmo_get_macaddr(): return -1 if no device is found by Vadim Yanitskiy · 3 years, 10 months ago
  59. fa6cd88 gsm0808: add gsm0808_create_sapi_reject_cause() by Vadim Yanitskiy · 3 years, 10 months ago
  60. 3119d47 socker: Remove AI_ADDRCONFIG from getaddrinfo flags by Pau Espin Pedrol · 3 years, 10 months ago
  61. 4541cf2 osmo_sock_inti2_multiaddr: Fix memleak and free uninitialized mem by Pau Espin Pedrol · 3 years, 10 months ago
  62. b19b533 comment: mention spec reference in cbsp.[ch] by Neels Hofmeyr · 3 years, 10 months ago
  63. ed42a88 osmo_sock_get_ip_and_port(): Support IPv6 sockets by Pau Espin Pedrol · 3 years, 10 months ago
  64. ba828c3 socket: Log proper getaddrinfo() error by Pau Espin Pedrol · 3 years, 11 months ago
  65. cd13331 socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associations by Pau Espin Pedrol · 3 years, 11 months ago
  66. 796c651 sock: osmo_sock_init2_multiaddr: decouple addr resolution from socket creation by Pau Espin Pedrol · 3 years, 11 months ago
  67. 62be97e vty: Fix cpu-sched VTY node name by Pau Espin Pedrol · 3 years, 11 months ago
  68. 478dd1b vty/command: cosmetic: swap i and j in vty_dump_element() by Vadim Yanitskiy · 3 years, 11 months ago
  69. b0bbd72 vty/command: fix switch / case coding style in vty_go_parent() by Vadim Yanitskiy · 3 years, 11 months ago
  70. dde3272 vty cpu sched: do not assert if sched impossible by Eric · 3 years, 11 months ago
  71. 1d7ae15 vty/command: cosmetic: fix formatting of config_help_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  72. 6f50e21 vty/command: cosmetic: simplify conditions in in config_list_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  73. 5c5713e Bump version: 1.3.0.173-51974 → 1.4.0 by Harald Welte · 3 years, 11 months ago 1.4.0
  74. eb6882f vty: Introduce support to set cpu-affinity and scheduler policy by Pau Espin Pedrol · 4 years ago
  75. 9b766bf src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST by Vadim Yanitskiy · 3 years, 11 months ago
  76. 3afc1d1 libomsocoding: NEON viterbi acceleration by Eric · 4 years ago
  77. 2c962f5 osmo_sock_init2: improve support for AF_UNSPEC by Alexander Couzens · 4 years, 1 month ago
  78. 6300aff gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFG by Alexander Couzens · 4 years, 1 month ago
  79. 85a8fd3 Gb/BSSGP: replace hardcoded Tx into NS library by a callback by Alexander Couzens · 4 years ago
  80. 4496498 i460: Fix bit- and subslots ordering of I.460 mux + demux by Harald Welte · 4 years ago
  81. b3b474d i460: pass more context to call-back functions by Harald Welte · 4 years ago
  82. eb8240d i460: Add back-pointer from sub-channel to timeslot by Harald Welte · 4 years ago
  83. b5518a8 i460_mux: add callback to notify empty tx queue by Philipp Maier · 4 years ago
  84. 2ba641e bits.c: Use faster look-up-table approach for osmo_revbytebits_{buf,u8} by Harald Welte · 4 years ago
  85. 6d21448 gsm_08_58: add missing RSL error cause codes by Philipp Maier · 4 years ago
  86. a184701 vty: Don't match negative values on purely positive ranges by Pau Espin Pedrol · 4 years ago
  87. 9fdc871 vty: Allow 64 bit values in numeric ranges if system supports it by Pau Espin Pedrol · 4 years ago
  88. 701968f gsm0411_{smc,smr}.c: Work around newlib bug by Harald Welte · 4 years ago
  89. 6509d20 i460_mux: correctly reset subchannels by Philipp Maier · 4 years ago
  90. b20d852 socket: osmo_sock_local_ip: correct doxygen comment by Alexander Couzens · 4 years ago
  91. 03a4213 bts_features: add feature BTS_FEAT_IPV6_NSVC by Alexander Couzens · 4 years, 1 month ago
  92. 9c86a2c gprs_ns: fix typo in comment by Alexander Couzens · 4 years ago
  93. 1a1de33 stats: Add stats commands related to testing by Daniel Willmann · 4 years ago
  94. ea71b43 stat_item: Add function to reset stat items and groups by Daniel Willmann · 4 years ago
  95. 26a9539 rate_ctr: Add functions to reset rate counter (groups) by Daniel Willmann · 4 years ago
  96. bebec21 vty: Avoid ultra-long multi-line strings cluttering talloc reports by Harald Welte · 4 years ago
  97. 9b35e56 fixup for gsm0808_create_common_id(): add API doc, use new MI API by Neels Hofmeyr · 4 years ago
  98. 9a5d90a Revert "gsmtap_makemsg_ex: NULL for unknown chan_type" by Pau Espin Pedrol · 4 years ago
  99. bc1d715 lapd_core: After calling into L3, check if the state has changed by Harald Welte · 4 years ago
  100. 8617d09 lapd_core: Ensure we always have some tailroom by Harald Welte · 4 years ago