1. 275c86e soft_uart: improve doxygen documentation by Vadim Yanitskiy · 7 months ago
  2. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 7 months ago
  3. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 7 months ago
  4. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  5. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 7 months ago
  6. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  7. be3c38c Add a GSM RLP decoder and encoder by Harald Welte · 7 months ago
  8. 285f369 Add flag to enable RTS based polling by Andreas Eversberg · 7 months ago
  9. 5560c04 Fix union abis_rsl_chan_nr and abis_rsl_link_id by Andreas Eversberg · 7 months ago
  10. d6e16de libosmosim: Support Microsoft smart card discovery process by Harald Welte · 7 months ago
  11. 42602ec sim/class_tables: Prevent out-of-bounds access by Harald Welte · 7 months ago
  12. 505f705 gsup: add message type for osmo-epdg CEAI interface by Alexander Couzens · 1 year, 4 months ago
  13. ebdf3dc coding: gsm0503_tch_{afs,ahs}_encode(): add ability to emit BFI by Andreas Eversberg · 7 months ago
  14. 6cc5301 LAPD: Indicate sequence error after indicating received data by Andreas Eversberg · 7 months ago
  15. bd2b897 LAPDm: Add a flag to enable suppression of subsequent REJ frame by Andreas Eversberg · 7 months ago
  16. f51f916 LAPDm: Add an extra queue for UI frames by Andreas Eversberg · 8 months ago
  17. 2d7119d LAPDm: Add support for RTS based polling by Andreas Eversberg · 8 months ago
  18. 49b7087 LAPD: Add support for RTS based polling and T200 by Andreas Eversberg · 8 months ago
  19. 0266b53 Disable uring when building for embedded by Daniel Willmann · 8 months ago
  20. d4b94ce soft_uart: fix spelling in doxygen docs by Vadim Yanitskiy · 7 months ago
  21. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  22. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  23. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  24. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 7 months ago
  25. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  26. 459cb06 soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  27. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 7 months ago
  28. dab6629 soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  29. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 7 months ago
  30. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 7 months ago
  31. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 7 months ago
  32. 9ef304d soft_uart: add unit tests for the receiver and transmitter by Vadim Yanitskiy · 7 months ago
  33. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 7 months ago
  34. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 7 months ago
  35. 1c2b8c1 soft_uart: implement parity checking for the receiver by Vadim Yanitskiy · 7 months ago
  36. 1a3b511 soft_uart: rework osmo_uart_rx_bit() to use flow state by Vadim Yanitskiy · 7 months ago
  37. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 7 months ago
  38. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 7 months ago
  39. b72625d soft_uart: add doxygen documentation by Vadim Yanitskiy · 7 months ago
  40. 877cfed soft_uart: add osmo_soft_uart_free() by Vadim Yanitskiy · 7 months ago
  41. dc023cf core: Add software UART implementation by Harald Welte · 1 year, 7 months ago
  42. 259a0b7 tests/testsuite.at: remove copy-pasted 'touch experr' by Vadim Yanitskiy · 7 months ago
  43. 90d79f4 gmstap_util: Fix sending out gsmtap messages by arehbein · 7 months ago
  44. f67e458 gsmtap_util: Simplify sink by arehbein · 8 months ago
  45. 1bb0b99 LAPD: Always update N(R) in pending TX frames if V(R) is incremented by Andreas Eversberg · 8 months ago
  46. 913a783 LAPD: Flush TX queue, if remote peer enters busy condition or rejects by Andreas Eversberg · 8 months ago
  47. cc63aae LAPD: Prepare lapd_send_i() for RTS support by Andreas Eversberg · 8 months ago
  48. d739e25 coding: gsm0503_tch_a[fh]s_encode(): make *codec const by Vadim Yanitskiy · 8 months ago
  49. a995269 coding: gsm0503_tch_a[fh]s_encode(): improve cmr/ft checks by Vadim Yanitskiy · 8 months ago
  50. e0d0fff msgb: fix doxygen docs for msgb_pull_u{8,16,32): end -> front by Vadim Yanitskiy · 8 months ago
  51. f38077e gsmtap_util: Use Osmo IO instead of Osmo write queues by arehbein · 8 months ago
  52. f262967 logging_gsmtap: Temporarily disable logging when sending the logs by Daniel Willmann · 8 months ago
  53. 11a4168 logging: ensure ANSI color escape is sent in same line/before newline by Manawyrm · 8 months ago
  54. 4ca0f62 ASCI: Add primitive to L1-SAP to switch uplink access detection on or off by Andreas Eversberg · 8 months ago
  55. e4f34d8 socket.c: Fix compilation with --disable-libsctp by Pau Espin Pedrol · 8 months ago
  56. 676b361 LAPDm: Correctly count expiry of T200 during estabishment/release by Andreas Eversberg · 8 months ago
  57. a59e8d7 write_queue: Fix Doxygen comment by arehbein · 9 months ago
  58. 2e2a0a1 osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITE by arehbein · 8 months ago
  59. 714843a gsm48_ie.c: change bearer cap structure in outgoing CSD calls by Manawyrm · 8 months ago
  60. de776d7 gsm48_ie.c: add 3.1kHz audio bearer capability for CSD calls by Manawyrm · 8 months ago
  61. 1584b2a gsmtap: Hide implementation of gsmtap_inst by arehbein · 9 months ago
  62. 9519d8d Fix typo in libosmocore.map by Pau Espin Pedrol · 9 months ago
  63. 64ba9ed socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr() by Pau Espin Pedrol · 9 months ago
  64. 2a405d4 osmo_io: Clean up code by arehbein · 9 months ago
  65. 2386e9a osmo_io: Only allow reading/writing if the relevant callback is set by Daniel Willmann · 9 months ago
  66. 435856b osmo_io: Init struct msghdr to zero by Daniel Willmann · 10 months ago
  67. 15b76f0 gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/ by Vadim Yanitskiy · 9 months ago
  68. d9a5c8d sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax error by Pau Espin Pedrol · 9 months ago
  69. 5285d47 gsm: add gsm0502_fn_compare() for comparing TDMA FNs by Vadim Yanitskiy · 9 months ago
  70. 433218a APDU parsing support for GlobalPlatform GET RESPONSE by Karsten Ohme · 9 months ago
  71. 522f51b gsmtap.h: Add definitions for ISDN PPP sub-type by Manawyrm · 9 months ago
  72. ae07127 write_queue: Enable updating max_length field by arehbein · 9 months ago
  73. d5c6651 gsm/protocol/gsm_04_11.h: add SMSC-address length limit definitions by Mychaela N. Falconia · 9 months ago
  74. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 9 months ago 1.9.0
  75. 84d5a82 ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE by Andreas Eversberg · 10 months ago
  76. 16ad6c2 LAPDM: Use correct offset to short header on recevied frame by Andreas Eversberg · 10 months ago
  77. 0267b34 ASCI: Add BCC call state definitions by Andreas Eversberg · 10 months ago
  78. 13c29c7 gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF by Vadim Yanitskiy · 10 months ago
  79. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  80. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  81. a7d7cf2 gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES by Vadim Yanitskiy · 10 months ago
  82. d0cb0d5 tests/{v110,gsm44021}: change naming: 'test_' -> '_test' by Vadim Yanitskiy · 10 months ago
  83. cb7d603 .gitignore: add include/osmocom/core/socket_compat.h by Vadim Yanitskiy · 10 months ago
  84. c49691f gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG values by Pau Espin Pedrol · 10 months ago
  85. bbb69d3 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG values by Pau Espin Pedrol · 10 months ago
  86. 34e67c2 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} values by Pau Espin Pedrol · 10 months ago
  87. ec7d491 osmo_io: Use local variable to reference msghdr->msg by Daniel Willmann · 10 months ago
  88. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  89. 405e7cc debian: fix build on ubuntu 20.04 without liburing by Oliver Smith · 10 months ago
  90. 3236fdf ns2: Add VTY option to change the max write queue size for UDP by Daniel Willmann · 10 months ago
  91. 8c0a2c7 contrib/libosmocore.spec: centos7: disable uring by Oliver Smith · 10 months ago
  92. b437f80 socket: Avoid aborting socket creation if setsockopt for ASCONF fails by Pau Espin Pedrol · 10 months ago
  93. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 6 months ago
  94. e486e01 debian: depend on liburing-dev for debian >= 11 by Oliver Smith · 10 months ago
  95. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 11 months ago
  96. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  97. 45ab0d7 lapdm: Update public lapdm_msg_ctx upon CCCH data ind by Pau Espin Pedrol · 10 months ago
  98. 0ef0a1c Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER" by Pau Espin Pedrol · 10 months ago
  99. 06da40b Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" by Pau Espin Pedrol · 10 months ago
  100. cd23806 select: Prevent negative index lookup on osmo_fd_lookup.table by arehbein · 12 months ago