1. 99750d5 osmo_io: Add iofd param to segmentation_cb by Pau Espin Pedrol · 11 days ago master
  2. dafdb11 vty: fix memleak in host_config_set() by Vadim Yanitskiy · 7 days ago
  3. 2557bd2 tests: rename logging_test_gsmtap -> logging_gsmtap_test by Vadim Yanitskiy · 6 days ago
  4. 225fd1b tests: do not copy *.cfg files to the build directory by Vadim Yanitskiy · 6 days ago
  5. 1c24962 sockaddr_str: add conversion to,from osmo_sockaddr by Neels Hofmeyr · 6 weeks ago
  6. 50e38cf Add funding link to github mirror by Harald Welte · 5 weeks ago
  7. 43018ec Revert "Revert "logging: add log level cache"" by Hoernchen · 4 months ago
  8. 35f20b1 osmo_io_uring: Run check of tests/osmo_io with io_uring also by Andreas Eversberg · 2 months ago
  9. 4ec4a38 osmo_io: Make {write,sendto,sendmsg} completion callback optional by Harald Welte · 6 weeks ago
  10. e988ec3 osmo_io: Massive improvement of API documentation by Harald Welte · 6 weeks ago
  11. fab993b osmo_io: Dont use __linux__ but !EMBEDDED by Harald Welte · 6 weeks ago
  12. 9c0004a Fix file descriptor that is passed to io_uring_register_eventfd() by Andreas Eversberg · 6 weeks ago
  13. 6190693 core: fix missing '\n' in iofd_uring_connected_cb() by Vadim Yanitskiy · 6 weeks ago
  14. 9c604f4 io_uring: check all operations in osmo_iofd_uring_init() by Harald Welte · 6 weeks ago
  15. 5fcfbe0 io_uring: more verbose error messages if io_uring setup fails by Harald Welte · 6 weeks ago
  16. c9ad345 socket: Add remote PID and local FD to AF_UNIX sockname by Pau Espin Pedrol · 7 weeks ago
  17. 9a7b2c9 socket: Support AF_UNIX in osmo_sock_get_name_buf() by Pau Espin Pedrol · 7 weeks ago
  18. b0db649 ctrl: re-introduce duplicate declaration of ctrl_cmd_send() by Harald Welte · 7 weeks ago
  19. 28c97a7 osmo_io_poll: Use -errno as result on write error by Andreas Eversberg · 7 weeks ago
  20. 8b7af44 osmo_io: Avoid implementing non-existant situations by Harald Welte · 7 weeks ago
  21. 257e789 osmo_io: avoid OSMO_ASSERT one each API call by Harald Welte · 7 weeks ago
  22. e1d4858 osmo_io: Don't pretend to support backends without close_cb by Harald Welte · 7 weeks ago
  23. 09ab041 osmo_io: Log error message in case call-backs incompatible with mode by Harald Welte · 7 weeks ago
  24. 04e6f6e osmo_io: Guard osmo_iofd_register() with invalid file descriptor by Harald Welte · 7 weeks ago
  25. 25d5bf6 osmo_io: do check_mode_callback_compat() only if ioops is set at osmo_iofd_setup() by Andreas Eversberg · 8 weeks ago
  26. 4f15502 cbsp: Add osmo_cbsp_segmentation_cb for message segmentation by Harald Welte · 8 weeks ago laforge/cbsp
  27. 319a77e ctrl: Don't expose write_queue in ctrl_cmd_send() api by Harald Welte · 8 weeks ago
  28. ada88ce osmo_io_uring: Check if osmo_fd_register fails at iofd_uring_notify_connected() by Andreas Eversberg · 8 weeks ago
  29. a4ac5b8 osmo_io: Assign const name when stealing TX msg from iofd ctx by Andreas Eversberg · 9 weeks ago
  30. f574aea osmo_io: Add osmo_io_get_ioops() function by Harald Welte · 9 weeks ago
  31. 3c0d500 osmo_io_poll: Declare local functions "static" by Andreas Eversberg · 2 months ago
  32. 0f123aa osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_completion() by Andreas Eversberg · 2 months ago
  33. 8db6009 osmo_io_uring: Cancel pending request, free msghdr on completion by Andreas Eversberg · 2 months ago
  34. 76f7678 osmo_io_poll: Use -errno as result on read error by Andreas Eversberg · 2 months ago
  35. 2ce17da osmo_io: Reject writing messages with length of 0 by Andreas Eversberg · 3 months ago
  36. d7256c6 osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c by Andreas Eversberg · 3 months ago
  37. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 5 months ago
  38. 848faf9 osmo_io: Move notify_connected function to backend by Andreas Eversberg · 3 months ago
  39. 3938dfb gsup.h: define newly added PCO IE by Alexander Couzens · 9 weeks ago
  40. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 9 weeks ago
  41. e8ab1b7 Make socket.c compile without libsctp support (--disable-libsctp) by Andreas Eversberg · 9 weeks ago
  42. 9d73503 cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct place by Pau Espin Pedrol · 3 months ago
  43. 99d6acb comment: gsm_04_08.h: add a spec hint by Neels Hofmeyr · 3 months ago
  44. 3f4c6a8 coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3 by Vadim Yanitskiy · 3 months ago
  45. 6c4be02 coding: fix artificial bit errors for PDTCH CS2 and CS3 by Vadim Yanitskiy · 3 months ago
  46. 2a72d68 coding: improve readability in osmo_conv_decode_ber_punctured() by Vadim Yanitskiy · 3 months ago
  47. 9737451 coding: fix a typo in docs for gsm0503_pdtch_decode() by Vadim Yanitskiy · 3 months ago
  48. 462a93d utils/conv_codes_gsm.py: fix inconsistent formatting by Vadim Yanitskiy · 3 months ago
  49. 0df28e0 ctrl: Add lchan node by Matan Perelman · 3 months ago
  50. e8f0548 Prevent poll() in select.c to timeout too early by Andreas Eversberg · 3 months ago
  51. 22790c5 tests/Makefile.am: do not add files to EXTRA_DIST conditionally by Vadim Yanitskiy · 3 months ago
  52. e3d27e9 osmo-release.sh: make it a bit more user friendly by Vadim Yanitskiy · 3 months ago
  53. 911d487 tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORT by Vadim Yanitskiy · 3 months ago
  54. cd7de91 tests/sockaddr_str: fix dead code, print some errno values by Vadim Yanitskiy · 3 months ago
  55. 9cce346 tests/a5: fix bit-wise vs logical and in test_a5[34]() by Vadim Yanitskiy · 3 months ago
  56. 8e129b7 tests/iuup: fix duplicate assignment in def_configure_req by Vadim Yanitskiy · 3 months ago
  57. 4a3d03e gsm: add more definitions from Table 10.5.112/3GPP TS 24.008 by Vadim Yanitskiy · 3 months ago
  58. 0042b25 isdn/v110_ta: avoid redundant .status_update_cb() calls by Vadim Yanitskiy · 3 months ago
  59. defda4c tests/gsm0408: add two more samples to bcap_tests[] by Vadim Yanitskiy · 3 months ago
  60. bfb11d8 tests/gsm0408: cosmetic: adjust coding style (make linter happy) by Vadim Yanitskiy · 3 months ago
  61. 74ee024 gsup: Convert PDP-Type IE to PDP-Address IE by Pau Espin Pedrol · 3 months ago
  62. 68a04df gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_org by Pau Espin Pedrol · 3 months ago
  63. f2be74b gsup: Fail decoding if len of PDP Type IE is less than 2 bytes by Pau Espin Pedrol · 3 months ago
  64. f196b88 gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_address by Pau Espin Pedrol · 3 months ago
  65. 8dfdfc3 cosmetic: gsup.h: fix whitespace formatting by Pau Espin Pedrol · 3 months ago
  66. 06922fa isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110 by Vadim Yanitskiy · 3 months ago
  67. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 4 months ago
  68. 7dc6d4a logging: add log level cache by Eric · 1 year, 4 months ago
  69. 85554db isdn: initial implementation of the V.110 TA by Vadim Yanitskiy · 1 year, 2 months ago
  70. b71f461 fsm: fix OSMO_T_FMT_ARGS: add missing braces by Vadim Yanitskiy · 4 months ago
  71. 19b07c3 tests/tdef: improve test output (use OSMO_T_FMT[_ARGS]) by Vadim Yanitskiy · 4 months ago
  72. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 4 months ago
  73. 90df3f4 gsm: fix osmo_mobile_identity_decode(): init *mi on error by Vadim Yanitskiy · 4 months ago
  74. 0cddf19 gsm48_ie: fix various issues in doxygen docs by Vadim Yanitskiy · 4 months ago
  75. 026551e vty: suppress warnings about len being set but not used by Vadim Yanitskiy · 4 months ago
  76. 704d9e5 gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U} by Vadim Yanitskiy · 4 months ago
  77. 9b1e22d ecu: fix alignment of fr_ecu_state by Philipp Maier · 5 months ago
  78. 21b297b pseudotalloc: add talloc_memdup(), use it in talloc_strdup() by Vadim Yanitskiy · 4 months ago
  79. 3c5518c tests/tdef: tune logging, also match stderr by Vadim Yanitskiy · 4 months ago
  80. e30d22a tests/tdef: also test OSMO_TDEF_US and negative T values by Vadim Yanitskiy · 4 months ago
  81. 4d94434 tests/{gb,iuup}: also match stderr by Vadim Yanitskiy · 4 months ago
  82. 4728f8c bitvec: bitvec_to_string_r(): drop unused variable by Vadim Yanitskiy · 4 months ago
  83. 653c31e tests/utils: do not test strbuf_example2() with buf=NULL by Vadim Yanitskiy · 4 months ago
  84. 5ce0131 utils: osmo_bcd2str(): fix applying non-zero offset to null pointer by Vadim Yanitskiy · 4 months ago
  85. fb4ce0b utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 4 months ago
  86. 0f59ceb utils: improve readability of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 5 months ago
  87. 9df820b utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctly by Vadim Yanitskiy · 5 months ago
  88. b8f3bba tests: fix update-exp: soft_uart_test overwrites rlp_test.ok by Vadim Yanitskiy · 4 months ago
  89. 477d99f tests/fsm: also test .onenter and .onleave callbacks by Vadim Yanitskiy · 4 months ago
  90. 1cfce70 tests: Test gsmtap logging if write queue fills up by Daniel Willmann · 6 months ago
  91. 7f2b22b rlp: Add support for 576bit RLP frames by Harald Welte · 5 months ago
  92. ca540be ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating new one by Pau Espin Pedrol · 5 months ago
  93. 8000647 ns2: Improve code consistency by arehbein · 5 months ago
  94. 9f5ddc4 tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis() by Vadim Yanitskiy · 5 months ago
  95. a7570af tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc() by Vadim Yanitskiy · 5 months ago
  96. 7000a25 tests/lapd: fix wrong size passed in test_lapdm_contention_resolution() by Vadim Yanitskiy · 5 months ago
  97. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 5 months ago
  98. d8070f5 soft_uart: demonstrate a problem with inefficient polling by Vadim Yanitskiy · 5 months ago
  99. b392099 soft_uart: demonstrate a problem with manual flush()ing by Vadim Yanitskiy · 5 months ago
  100. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 5 months ago