1. 35f20b1 osmo_io_uring: Run check of tests/osmo_io with io_uring also by Andreas Eversberg · 3 months ago
  2. 9d73503 cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct place by Pau Espin Pedrol · 3 months ago
  3. 3f4c6a8 coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3 by Vadim Yanitskiy · 4 months ago
  4. 6c4be02 coding: fix artificial bit errors for PDTCH CS2 and CS3 by Vadim Yanitskiy · 4 months ago
  5. 22790c5 tests/Makefile.am: do not add files to EXTRA_DIST conditionally by Vadim Yanitskiy · 4 months ago
  6. 911d487 tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORT by Vadim Yanitskiy · 4 months ago
  7. cd7de91 tests/sockaddr_str: fix dead code, print some errno values by Vadim Yanitskiy · 4 months ago
  8. 9cce346 tests/a5: fix bit-wise vs logical and in test_a5[34]() by Vadim Yanitskiy · 4 months ago
  9. 8e129b7 tests/iuup: fix duplicate assignment in def_configure_req by Vadim Yanitskiy · 4 months ago
  10. 0042b25 isdn/v110_ta: avoid redundant .status_update_cb() calls by Vadim Yanitskiy · 4 months ago
  11. defda4c tests/gsm0408: add two more samples to bcap_tests[] by Vadim Yanitskiy · 4 months ago
  12. bfb11d8 tests/gsm0408: cosmetic: adjust coding style (make linter happy) by Vadim Yanitskiy · 4 months ago
  13. 74ee024 gsup: Convert PDP-Type IE to PDP-Address IE by Pau Espin Pedrol · 4 months ago
  14. f2be74b gsup: Fail decoding if len of PDP Type IE is less than 2 bytes by Pau Espin Pedrol · 4 months ago
  15. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 4 months ago
  16. 7dc6d4a logging: add log level cache by Eric · 1 year, 5 months ago
  17. 85554db isdn: initial implementation of the V.110 TA by Vadim Yanitskiy · 1 year, 2 months ago
  18. 19b07c3 tests/tdef: improve test output (use OSMO_T_FMT[_ARGS]) by Vadim Yanitskiy · 5 months ago
  19. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 5 months ago
  20. 3c5518c tests/tdef: tune logging, also match stderr by Vadim Yanitskiy · 5 months ago
  21. e30d22a tests/tdef: also test OSMO_TDEF_US and negative T values by Vadim Yanitskiy · 5 months ago
  22. 4d94434 tests/{gb,iuup}: also match stderr by Vadim Yanitskiy · 5 months ago
  23. 653c31e tests/utils: do not test strbuf_example2() with buf=NULL by Vadim Yanitskiy · 5 months ago
  24. 9df820b utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctly by Vadim Yanitskiy · 5 months ago
  25. b8f3bba tests: fix update-exp: soft_uart_test overwrites rlp_test.ok by Vadim Yanitskiy · 5 months ago
  26. 477d99f tests/fsm: also test .onenter and .onleave callbacks by Vadim Yanitskiy · 5 months ago
  27. 1cfce70 tests: Test gsmtap logging if write queue fills up by Daniel Willmann · 7 months ago
  28. 9f5ddc4 tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis() by Vadim Yanitskiy · 5 months ago
  29. a7570af tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc() by Vadim Yanitskiy · 5 months ago
  30. 7000a25 tests/lapd: fix wrong size passed in test_lapdm_contention_resolution() by Vadim Yanitskiy · 5 months ago
  31. d8070f5 soft_uart: demonstrate a problem with inefficient polling by Vadim Yanitskiy · 5 months ago
  32. b392099 soft_uart: demonstrate a problem with manual flush()ing by Vadim Yanitskiy · 5 months ago
  33. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 5 months ago
  34. d0b575c tests/soft_uart: cosmetic: improve readability of the test output by Vadim Yanitskiy · 5 months ago
  35. c460deb tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0 by Vadim Yanitskiy · 5 months ago
  36. 9c97293 core: fix wrong logic in _osmo_it_q_dequeue() by Vadim Yanitskiy · 5 months ago
  37. 09c8bfc tests/it_q: add tc_enqueue/dequeue testcase by Vadim Yanitskiy · 5 months ago
  38. 74b31ac tests/coding: fix -Wmaybe-uninitialized in test_pdtch() by Vadim Yanitskiy · 5 months ago
  39. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 6 months ago
  40. 5b4135c tests/socket: Avoid keeping unneeded sockets open during next test cases by Pau Espin Pedrol · 6 months ago
  41. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 6 months ago
  42. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 6 months ago
  43. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 6 months ago
  44. be3c38c Add a GSM RLP decoder and encoder by Harald Welte · 6 months ago
  45. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 6 months ago
  46. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 6 months ago
  47. dab6629 soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 6 months ago
  48. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 6 months ago
  49. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 6 months ago
  50. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 6 months ago
  51. 9ef304d soft_uart: add unit tests for the receiver and transmitter by Vadim Yanitskiy · 6 months ago
  52. 259a0b7 tests/testsuite.at: remove copy-pasted 'touch experr' by Vadim Yanitskiy · 6 months ago
  53. 11a4168 logging: ensure ANSI color escape is sent in same line/before newline by Manawyrm · 7 months ago
  54. 714843a gsm48_ie.c: change bearer cap structure in outgoing CSD calls by Manawyrm · 7 months ago
  55. 15b76f0 gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/ by Vadim Yanitskiy · 8 months ago
  56. 5285d47 gsm: add gsm0502_fn_compare() for comparing TDMA FNs by Vadim Yanitskiy · 8 months ago
  57. ae07127 write_queue: Enable updating max_length field by arehbein · 8 months ago
  58. d0cb0d5 tests/{v110,gsm44021}: change naming: 'test_' -> '_test' by Vadim Yanitskiy · 9 months ago
  59. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 5 months ago
  60. 06da40b Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" by Pau Espin Pedrol · 9 months ago
  61. d981794 lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers by Pau Espin Pedrol · 10 months ago
  62. aea78a2 gsm: Introduce functions to convert between FN and RFN (Reduced FN) by Pau Espin Pedrol · 9 months ago
  63. 1247aa1 lapdm: Track fn of primitives in struct lapdm_msg_ctx by Pau Espin Pedrol · 10 months ago
  64. fadda01 coding: implement encoding/decoding API for TCH/F2.4 by Vadim Yanitskiy · 11 months ago
  65. c87c6a3 gsm: Improve the TCH/H2.4 coding routines by Sylvain Munaut · 11 months ago
  66. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 11 months ago
  67. 181eaa4 osmo_io: Make the test more deterministic between backends by Daniel Willmann · 11 months ago
  68. 8d42394 improve API for osmo_routing_area_id by Neels Hofmeyr · 12 months ago
  69. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 12 months ago
  70. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 12 months ago
  71. 8bd9d5d libosmogsm: Add support for TUAK authentication algorithm by Harald Welte · 12 months ago
  72. d8e5309 libosmogsm: Allow auth API caller to specify RES length by Harald Welte · 12 months ago
  73. b04d59e coding: fix _tch_csd_burst_map(): do not overwrite FACCH by Vadim Yanitskiy · 12 months ago
  74. 31f761f coding: test FACCH/[FH] bitstealing in test_csd() by Vadim Yanitskiy · 12 months ago
  75. b334022 coding: implement dedicated codec API for FACCH/[FH] by Vadim Yanitskiy · 12 months ago
  76. 9a22827 coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4 by Vadim Yanitskiy · 1 year ago
  77. ce484eb gsm: fix convolutional code definition for TCH/F4.8 by Vadim Yanitskiy · 12 months ago
  78. e677fcc coding: use gsm0503_tch_hr_decode2() in coding_test by Vadim Yanitskiy · 12 months ago
  79. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year ago arehbein/osmo_io_ipa
  80. 03590fc copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year ago
  81. 5eb356b codec: replace GSM-FR ECU with new implementation by Mychaela N. Falconia · 1 year ago
  82. 37b2ebf tests: Add initial osmo_io tests by Daniel Willmann · 1 year, 2 months ago
  83. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 6 months ago
  84. 67d84d2 vty: fix vty->index for implicit go_parent_node by Neels Hofmeyr · 1 year, 1 month ago
  85. cc9b699 vty: show bug in implicit go_parent_node by Neels Hofmeyr · 1 year, 1 month ago
  86. beb7c17 Fix 'Fix parsing of TLV_TYPE_SINGLE_TV' by Pau Espin Pedrol · 1 year, 1 month ago
  87. e2217ee tlv: Show bug in decoded tlv_parsed for type TLV_TYPE_SINGLE_TV by Pau Espin Pedrol · 1 year, 1 month ago
  88. 91f5eee logging vty: probe 'print' and 'logging timestamp' cmds by Neels Hofmeyr · 1 year, 2 months ago
  89. 0288134 logging: print talloc report on exit from vty test by Max · 1 year, 2 months ago
  90. 89a3fc9 tests: make VTY tests depend on the respective binaries by Vadim Yanitskiy · 1 year, 2 months ago
  91. 8f6d2f3 tests/v110: assert(user_data_chunk_bits) in test_ra1() by Vadim Yanitskiy · 1 year, 2 months ago
  92. 5761c44 error log: osmo_sock_init2_multiaddr() v4/v6 mix by Neels Hofmeyr · 3 years, 8 months ago
  93. 439ffc2 fix 'make vty-test' for --disable-gb by Neels Hofmeyr · 1 year, 2 months ago
  94. ff66699 tests/Makefile.am: Move LDADD to right position by Pau Espin Pedrol · 1 year, 2 months ago
  95. 34537d4 tests/Makefile.am: Drop duplicated libosmogb.la in LDADD by Pau Espin Pedrol · 1 year, 2 months ago
  96. 6020d13 tests/Makefile.am: Move system libs at the end of list by Pau Espin Pedrol · 1 year, 2 months ago
  97. c4cfb80 gsm: TS 44.021 modified V.110 frame encoding/decoding support by Harald Welte · 1 year, 6 months ago
  98. 065dab8 isdn: Add V.110 encoder/decoder by Harald Welte · 1 year, 6 months ago
  99. 1447100 gsm0808: make CSD enum values consistent with RSL by Oliver Smith · 1 year, 3 months ago
  100. f2c0fcc improve test output for gsm0808_sc_cfg_from_gsm48_mr_cfg() by Neels Hofmeyr · 1 year, 9 months ago