1. f574aea osmo_io: Add osmo_io_get_ioops() function by Harald Welte · 3 months ago
  2. 3c0d500 osmo_io_poll: Declare local functions "static" by Andreas Eversberg · 4 months ago
  3. 0f123aa osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_completion() by Andreas Eversberg · 4 months ago
  4. 8db6009 osmo_io_uring: Cancel pending request, free msghdr on completion by Andreas Eversberg · 4 months ago
  5. 76f7678 osmo_io_poll: Use -errno as result on read error by Andreas Eversberg · 4 months ago
  6. 2ce17da osmo_io: Reject writing messages with length of 0 by Andreas Eversberg · 4 months ago
  7. d7256c6 osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c by Andreas Eversberg · 4 months ago
  8. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 7 months ago
  9. 848faf9 osmo_io: Move notify_connected function to backend by Andreas Eversberg · 4 months ago
  10. 3938dfb gsup.h: define newly added PCO IE by Alexander Couzens · 3 months ago
  11. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 3 months ago
  12. e8ab1b7 Make socket.c compile without libsctp support (--disable-libsctp) by Andreas Eversberg · 3 months ago
  13. 9d73503 cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct place by Pau Espin Pedrol · 4 months ago
  14. 99d6acb comment: gsm_04_08.h: add a spec hint by Neels Hofmeyr · 4 months ago
  15. 3f4c6a8 coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3 by Vadim Yanitskiy · 4 months ago
  16. 6c4be02 coding: fix artificial bit errors for PDTCH CS2 and CS3 by Vadim Yanitskiy · 4 months ago
  17. 2a72d68 coding: improve readability in osmo_conv_decode_ber_punctured() by Vadim Yanitskiy · 4 months ago
  18. 9737451 coding: fix a typo in docs for gsm0503_pdtch_decode() by Vadim Yanitskiy · 4 months ago
  19. 462a93d utils/conv_codes_gsm.py: fix inconsistent formatting by Vadim Yanitskiy · 4 months ago
  20. 0df28e0 ctrl: Add lchan node by Matan Perelman · 4 months ago
  21. e8f0548 Prevent poll() in select.c to timeout too early by Andreas Eversberg · 4 months ago
  22. 22790c5 tests/Makefile.am: do not add files to EXTRA_DIST conditionally by Vadim Yanitskiy · 4 months ago
  23. e3d27e9 osmo-release.sh: make it a bit more user friendly by Vadim Yanitskiy · 4 months ago
  24. 911d487 tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORT by Vadim Yanitskiy · 4 months ago
  25. cd7de91 tests/sockaddr_str: fix dead code, print some errno values by Vadim Yanitskiy · 4 months ago
  26. 9cce346 tests/a5: fix bit-wise vs logical and in test_a5[34]() by Vadim Yanitskiy · 4 months ago
  27. 8e129b7 tests/iuup: fix duplicate assignment in def_configure_req by Vadim Yanitskiy · 4 months ago
  28. 4a3d03e gsm: add more definitions from Table 10.5.112/3GPP TS 24.008 by Vadim Yanitskiy · 4 months ago
  29. 0042b25 isdn/v110_ta: avoid redundant .status_update_cb() calls by Vadim Yanitskiy · 5 months ago
  30. defda4c tests/gsm0408: add two more samples to bcap_tests[] by Vadim Yanitskiy · 5 months ago
  31. bfb11d8 tests/gsm0408: cosmetic: adjust coding style (make linter happy) by Vadim Yanitskiy · 5 months ago
  32. 74ee024 gsup: Convert PDP-Type IE to PDP-Address IE by Pau Espin Pedrol · 5 months ago
  33. 68a04df gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_org by Pau Espin Pedrol · 5 months ago
  34. f2be74b gsup: Fail decoding if len of PDP Type IE is less than 2 bytes by Pau Espin Pedrol · 5 months ago
  35. f196b88 gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_address by Pau Espin Pedrol · 5 months ago
  36. 8dfdfc3 cosmetic: gsup.h: fix whitespace formatting by Pau Espin Pedrol · 5 months ago
  37. 06922fa isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110 by Vadim Yanitskiy · 5 months ago
  38. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 5 months ago
  39. 7dc6d4a logging: add log level cache by Eric · 1 year, 6 months ago
  40. 85554db isdn: initial implementation of the V.110 TA by Vadim Yanitskiy · 1 year, 3 months ago
  41. b71f461 fsm: fix OSMO_T_FMT_ARGS: add missing braces by Vadim Yanitskiy · 5 months ago
  42. 19b07c3 tests/tdef: improve test output (use OSMO_T_FMT[_ARGS]) by Vadim Yanitskiy · 5 months ago
  43. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 5 months ago
  44. 90df3f4 gsm: fix osmo_mobile_identity_decode(): init *mi on error by Vadim Yanitskiy · 5 months ago
  45. 0cddf19 gsm48_ie: fix various issues in doxygen docs by Vadim Yanitskiy · 5 months ago
  46. 026551e vty: suppress warnings about len being set but not used by Vadim Yanitskiy · 5 months ago
  47. 704d9e5 gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U} by Vadim Yanitskiy · 5 months ago
  48. 9b1e22d ecu: fix alignment of fr_ecu_state by Philipp Maier · 6 months ago
  49. 21b297b pseudotalloc: add talloc_memdup(), use it in talloc_strdup() by Vadim Yanitskiy · 5 months ago
  50. 3c5518c tests/tdef: tune logging, also match stderr by Vadim Yanitskiy · 5 months ago
  51. e30d22a tests/tdef: also test OSMO_TDEF_US and negative T values by Vadim Yanitskiy · 5 months ago
  52. 4d94434 tests/{gb,iuup}: also match stderr by Vadim Yanitskiy · 5 months ago
  53. 4728f8c bitvec: bitvec_to_string_r(): drop unused variable by Vadim Yanitskiy · 5 months ago
  54. 653c31e tests/utils: do not test strbuf_example2() with buf=NULL by Vadim Yanitskiy · 5 months ago
  55. 5ce0131 utils: osmo_bcd2str(): fix applying non-zero offset to null pointer by Vadim Yanitskiy · 5 months ago
  56. fb4ce0b utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 5 months ago
  57. 0f59ceb utils: improve readability of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 6 months ago
  58. 9df820b utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctly by Vadim Yanitskiy · 6 months ago
  59. b8f3bba tests: fix update-exp: soft_uart_test overwrites rlp_test.ok by Vadim Yanitskiy · 5 months ago
  60. 477d99f tests/fsm: also test .onenter and .onleave callbacks by Vadim Yanitskiy · 5 months ago
  61. 1cfce70 tests: Test gsmtap logging if write queue fills up by Daniel Willmann · 7 months ago
  62. 7f2b22b rlp: Add support for 576bit RLP frames by Harald Welte · 6 months ago
  63. ca540be ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating new one by Pau Espin Pedrol · 6 months ago
  64. 8000647 ns2: Improve code consistency by arehbein · 6 months ago
  65. 9f5ddc4 tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis() by Vadim Yanitskiy · 6 months ago
  66. a7570af tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc() by Vadim Yanitskiy · 6 months ago
  67. 7000a25 tests/lapd: fix wrong size passed in test_lapdm_contention_resolution() by Vadim Yanitskiy · 6 months ago
  68. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 6 months ago
  69. d8070f5 soft_uart: demonstrate a problem with inefficient polling by Vadim Yanitskiy · 6 months ago
  70. b392099 soft_uart: demonstrate a problem with manual flush()ing by Vadim Yanitskiy · 6 months ago
  71. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 6 months ago
  72. 19f27bb socket: Introduce API osmo_sock_sctp_get_peer_addr_info() by Pau Espin Pedrol · 6 months ago pespin/multiaddr
  73. 9c603e6 logging: fix NULL pointer dereference in _output_buf() by Vadim Yanitskiy · 6 months ago
  74. d2e8f67 socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 6 months ago
  75. 26dff79 soft_uart: cosmetic: use consistent naming for the Rx buffer msgb by Vadim Yanitskiy · 6 months ago
  76. d0b575c tests/soft_uart: cosmetic: improve readability of the test output by Vadim Yanitskiy · 6 months ago
  77. c460deb tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0 by Vadim Yanitskiy · 6 months ago
  78. 9c97293 core: fix wrong logic in _osmo_it_q_dequeue() by Vadim Yanitskiy · 6 months ago
  79. 09c8bfc tests/it_q: add tc_enqueue/dequeue testcase by Vadim Yanitskiy · 6 months ago
  80. 74b31ac tests/coding: fix -Wmaybe-uninitialized in test_pdtch() by Vadim Yanitskiy · 6 months ago
  81. c58e485 coding: gsm0503_pdtch_decode(): implement USF decoding for CS1 by Vadim Yanitskiy · 6 months ago
  82. 93b8eb3 coding: clarify the USF decoding for PDCH blocks by Vadim Yanitskiy · 6 months ago
  83. ccf9aad coding: fix doxygen docs for gsm0503_pdtch[_egprs]_decode() by Vadim Yanitskiy · 6 months ago
  84. 5ac8aa5 socket: Introduce API osmo_sock_multiaddr_get_name_buf() by Pau Espin Pedrol · 6 months ago
  85. 6a2975c socket: Introduce API osmo_sock_multiaddr_get_ip_and_port() by Pau Espin Pedrol · 6 months ago
  86. d71331b logging: fix nul octets in log output / use osmo_strbuf by Neels Hofmeyr · 6 months ago
  87. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 6 months ago
  88. 271baad util: add OSMO_STRBUF_REMAIN() by Neels Hofmeyr · 6 months ago
  89. cb5cec2 socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND flag set by Pau Espin Pedrol · 6 months ago
  90. 1c797fc socket: Reimplement osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 6 months ago
  91. 5b4135c tests/socket: Avoid keeping unneeded sockets open during next test cases by Pau Espin Pedrol · 6 months ago
  92. 75cc246 gsup: fix error log message by Alexander Couzens · 6 months ago
  93. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 6 months ago
  94. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 6 months ago
  95. 275c86e soft_uart: improve doxygen documentation by Vadim Yanitskiy · 6 months ago
  96. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 6 months ago
  97. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 6 months ago
  98. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 6 months ago
  99. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 6 months ago
  100. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago