1. 68a04df gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_org by Pau Espin Pedrol · 5 months ago
  2. f2be74b gsup: Fail decoding if len of PDP Type IE is less than 2 bytes by Pau Espin Pedrol · 5 months ago
  3. f196b88 gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_address by Pau Espin Pedrol · 5 months ago
  4. 8dfdfc3 cosmetic: gsup.h: fix whitespace formatting by Pau Espin Pedrol · 5 months ago
  5. 06922fa isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110 by Vadim Yanitskiy · 5 months ago
  6. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 5 months ago
  7. 7dc6d4a logging: add log level cache by Eric · 1 year, 6 months ago
  8. 85554db isdn: initial implementation of the V.110 TA by Vadim Yanitskiy · 1 year, 3 months ago
  9. b71f461 fsm: fix OSMO_T_FMT_ARGS: add missing braces by Vadim Yanitskiy · 5 months ago
  10. 19b07c3 tests/tdef: improve test output (use OSMO_T_FMT[_ARGS]) by Vadim Yanitskiy · 5 months ago
  11. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 6 months ago
  12. 90df3f4 gsm: fix osmo_mobile_identity_decode(): init *mi on error by Vadim Yanitskiy · 5 months ago
  13. 0cddf19 gsm48_ie: fix various issues in doxygen docs by Vadim Yanitskiy · 5 months ago
  14. 026551e vty: suppress warnings about len being set but not used by Vadim Yanitskiy · 6 months ago
  15. 704d9e5 gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U} by Vadim Yanitskiy · 5 months ago
  16. 9b1e22d ecu: fix alignment of fr_ecu_state by Philipp Maier · 6 months ago
  17. 21b297b pseudotalloc: add talloc_memdup(), use it in talloc_strdup() by Vadim Yanitskiy · 6 months ago
  18. 3c5518c tests/tdef: tune logging, also match stderr by Vadim Yanitskiy · 6 months ago
  19. e30d22a tests/tdef: also test OSMO_TDEF_US and negative T values by Vadim Yanitskiy · 6 months ago
  20. 4d94434 tests/{gb,iuup}: also match stderr by Vadim Yanitskiy · 6 months ago
  21. 4728f8c bitvec: bitvec_to_string_r(): drop unused variable by Vadim Yanitskiy · 6 months ago
  22. 653c31e tests/utils: do not test strbuf_example2() with buf=NULL by Vadim Yanitskiy · 6 months ago
  23. 5ce0131 utils: osmo_bcd2str(): fix applying non-zero offset to null pointer by Vadim Yanitskiy · 6 months ago
  24. fb4ce0b utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 6 months ago
  25. 0f59ceb utils: improve readability of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 6 months ago
  26. 9df820b utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctly by Vadim Yanitskiy · 6 months ago
  27. b8f3bba tests: fix update-exp: soft_uart_test overwrites rlp_test.ok by Vadim Yanitskiy · 6 months ago
  28. 477d99f tests/fsm: also test .onenter and .onleave callbacks by Vadim Yanitskiy · 6 months ago
  29. 1cfce70 tests: Test gsmtap logging if write queue fills up by Daniel Willmann · 8 months ago
  30. 7f2b22b rlp: Add support for 576bit RLP frames by Harald Welte · 7 months ago
  31. ca540be ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating new one by Pau Espin Pedrol · 6 months ago
  32. 8000647 ns2: Improve code consistency by arehbein · 6 months ago
  33. 9f5ddc4 tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis() by Vadim Yanitskiy · 6 months ago
  34. a7570af tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc() by Vadim Yanitskiy · 6 months ago
  35. 7000a25 tests/lapd: fix wrong size passed in test_lapdm_contention_resolution() by Vadim Yanitskiy · 6 months ago
  36. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 6 months ago
  37. d8070f5 soft_uart: demonstrate a problem with inefficient polling by Vadim Yanitskiy · 6 months ago
  38. b392099 soft_uart: demonstrate a problem with manual flush()ing by Vadim Yanitskiy · 6 months ago
  39. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 6 months ago
  40. 19f27bb socket: Introduce API osmo_sock_sctp_get_peer_addr_info() by Pau Espin Pedrol · 6 months ago pespin/multiaddr
  41. 9c603e6 logging: fix NULL pointer dereference in _output_buf() by Vadim Yanitskiy · 6 months ago
  42. d2e8f67 socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 6 months ago
  43. 26dff79 soft_uart: cosmetic: use consistent naming for the Rx buffer msgb by Vadim Yanitskiy · 6 months ago
  44. d0b575c tests/soft_uart: cosmetic: improve readability of the test output by Vadim Yanitskiy · 6 months ago
  45. c460deb tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0 by Vadim Yanitskiy · 6 months ago
  46. 9c97293 core: fix wrong logic in _osmo_it_q_dequeue() by Vadim Yanitskiy · 6 months ago
  47. 09c8bfc tests/it_q: add tc_enqueue/dequeue testcase by Vadim Yanitskiy · 6 months ago
  48. 74b31ac tests/coding: fix -Wmaybe-uninitialized in test_pdtch() by Vadim Yanitskiy · 6 months ago
  49. c58e485 coding: gsm0503_pdtch_decode(): implement USF decoding for CS1 by Vadim Yanitskiy · 6 months ago
  50. 93b8eb3 coding: clarify the USF decoding for PDCH blocks by Vadim Yanitskiy · 6 months ago
  51. ccf9aad coding: fix doxygen docs for gsm0503_pdtch[_egprs]_decode() by Vadim Yanitskiy · 6 months ago
  52. 5ac8aa5 socket: Introduce API osmo_sock_multiaddr_get_name_buf() by Pau Espin Pedrol · 7 months ago
  53. 6a2975c socket: Introduce API osmo_sock_multiaddr_get_ip_and_port() by Pau Espin Pedrol · 7 months ago
  54. d71331b logging: fix nul octets in log output / use osmo_strbuf by Neels Hofmeyr · 6 months ago
  55. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 6 months ago
  56. 271baad util: add OSMO_STRBUF_REMAIN() by Neels Hofmeyr · 7 months ago
  57. cb5cec2 socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND flag set by Pau Espin Pedrol · 6 months ago
  58. 1c797fc socket: Reimplement osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 6 months ago
  59. 5b4135c tests/socket: Avoid keeping unneeded sockets open during next test cases by Pau Espin Pedrol · 6 months ago
  60. 75cc246 gsup: fix error log message by Alexander Couzens · 6 months ago
  61. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 7 months ago
  62. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 7 months ago
  63. 275c86e soft_uart: improve doxygen documentation by Vadim Yanitskiy · 7 months ago
  64. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 7 months ago
  65. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 7 months ago
  66. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  67. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 7 months ago
  68. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  69. be3c38c Add a GSM RLP decoder and encoder by Harald Welte · 7 months ago
  70. 285f369 Add flag to enable RTS based polling by Andreas Eversberg · 7 months ago
  71. 5560c04 Fix union abis_rsl_chan_nr and abis_rsl_link_id by Andreas Eversberg · 7 months ago
  72. d6e16de libosmosim: Support Microsoft smart card discovery process by Harald Welte · 7 months ago
  73. 42602ec sim/class_tables: Prevent out-of-bounds access by Harald Welte · 7 months ago
  74. 505f705 gsup: add message type for osmo-epdg CEAI interface by Alexander Couzens · 1 year, 3 months ago
  75. ebdf3dc coding: gsm0503_tch_{afs,ahs}_encode(): add ability to emit BFI by Andreas Eversberg · 7 months ago
  76. 6cc5301 LAPD: Indicate sequence error after indicating received data by Andreas Eversberg · 7 months ago
  77. bd2b897 LAPDm: Add a flag to enable suppression of subsequent REJ frame by Andreas Eversberg · 7 months ago
  78. f51f916 LAPDm: Add an extra queue for UI frames by Andreas Eversberg · 7 months ago
  79. 2d7119d LAPDm: Add support for RTS based polling by Andreas Eversberg · 7 months ago
  80. 49b7087 LAPD: Add support for RTS based polling and T200 by Andreas Eversberg · 7 months ago
  81. 0266b53 Disable uring when building for embedded by Daniel Willmann · 8 months ago
  82. d4b94ce soft_uart: fix spelling in doxygen docs by Vadim Yanitskiy · 7 months ago
  83. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  84. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  85. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  86. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 7 months ago
  87. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  88. 459cb06 soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  89. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 7 months ago
  90. dab6629 soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  91. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 7 months ago
  92. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 7 months ago
  93. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 7 months ago
  94. 9ef304d soft_uart: add unit tests for the receiver and transmitter by Vadim Yanitskiy · 7 months ago
  95. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 7 months ago
  96. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 7 months ago
  97. 1c2b8c1 soft_uart: implement parity checking for the receiver by Vadim Yanitskiy · 7 months ago
  98. 1a3b511 soft_uart: rework osmo_uart_rx_bit() to use flow state by Vadim Yanitskiy · 7 months ago
  99. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 7 months ago
  100. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 7 months ago