aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-01-03tests/tdef: also test OSMO_TDEF_US and negative T valuesVadim Yanitskiy2-20/+28
2024-01-03tests/{gb,iuup}: also match stderrVadim Yanitskiy5-7/+358
2024-01-03bitvec: bitvec_to_string_r(): drop unused variableVadim Yanitskiy1-3/+1
2024-01-03tests/utils: do not test strbuf_example2() with buf=NULLVadim Yanitskiy2-4/+0
2024-01-03utils: osmo_bcd2str(): fix applying non-zero offset to null pointerVadim Yanitskiy1-1/+3
2023-12-31utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-1/+1
2023-12-30utils: improve readability of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-4/+14
2023-12-30utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctlyVadim Yanitskiy3-1/+39
2023-12-29tests: fix update-exp: soft_uart_test overwrites rlp_test.okVadim Yanitskiy1-1/+1
2023-12-27tests/fsm: also test .onenter and .onleave callbacksVadim Yanitskiy2-0/+42
2023-12-18tests: Test gsmtap logging if write queue fills upDaniel Willmann4-0/+276
2023-12-17rlp: Add support for 576bit RLP framesHarald Welte1-21/+26
2023-12-14ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating ...Pau Espin Pedrol1-12/+21
2023-12-14ns2: Improve code consistencyarehbein2-13/+28
2023-12-12tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis()Vadim Yanitskiy1-2/+6
2023-12-12tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc()Vadim Yanitskiy1-2/+2
2023-12-12tests/lapd: fix wrong size passed in test_lapdm_contention_resolution()Vadim Yanitskiy1-1/+1
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol2-6/+14
2023-12-11soft_uart: demonstrate a problem with inefficient pollingVadim Yanitskiy2-0/+39
2023-12-11soft_uart: demonstrate a problem with manual flush()ingVadim Yanitskiy2-0/+24
2023-12-11soft_uart: fix the Rx flushing logic, add a unit testVadim Yanitskiy3-3/+28
2023-12-11socket: Introduce API osmo_sock_sctp_get_peer_addr_info()pespin/multiaddrPau Espin Pedrol4-0/+82
2023-12-11logging: fix NULL pointer dereference in _output_buf()Vadim Yanitskiy1-1/+1
2023-12-10socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-1/+1
2023-12-10soft_uart: cosmetic: use consistent naming for the Rx buffer msgbVadim Yanitskiy1-1/+1
2023-12-10tests/soft_uart: cosmetic: improve readability of the test outputVadim Yanitskiy2-61/+93
2023-12-10tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0Vadim Yanitskiy1-1/+3
2023-12-09core: fix wrong logic in _osmo_it_q_dequeue()Vadim Yanitskiy3-11/+6
2023-12-09tests/it_q: add tc_enqueue/dequeue testcaseVadim Yanitskiy2-0/+48
2023-12-08tests/coding: fix -Wmaybe-uninitialized in test_pdtch()Vadim Yanitskiy1-2/+2
2023-12-08coding: gsm0503_pdtch_decode(): implement USF decoding for CS1Vadim Yanitskiy1-0/+4
2023-12-08coding: clarify the USF decoding for PDCH blocksVadim Yanitskiy1-2/+5
2023-12-08coding: fix doxygen docs for gsm0503_pdtch[_egprs]_decode()Vadim Yanitskiy1-2/+2
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_name_buf()Pau Espin Pedrol4-1/+113
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_ip_and_port()Pau Espin Pedrol4-0/+93
2023-12-07logging: fix nul octets in log output / use osmo_strbufNeels Hofmeyr1-84/+44
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr5-0/+163
2023-12-07util: add OSMO_STRBUF_REMAIN()Neels Hofmeyr1-2/+5
2023-12-06socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND...Pau Espin Pedrol1-19/+21
2023-12-06socket: Reimplement osmo_sock_init2_multiaddr()Pau Espin Pedrol1-44/+103
2023-12-05tests/socket: Avoid keeping unneeded sockets open during next test casesPau Espin Pedrol1-0/+3
2023-12-05gsup: fix error log messageAlexander Couzens1-1/+1
2023-12-04soft_uart: implement modem status lines and flow controlVadim Yanitskiy5-14/+363
2023-12-04soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulledVadim Yanitskiy2-4/+4
2023-12-04soft_uart: improve doxygen documentationVadim Yanitskiy1-24/+45
2023-12-04soft_uart: cosmetic: do not use 'osmo_' prefix for static symbolsVadim Yanitskiy1-4/+4
2023-12-03soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits()Vadim Yanitskiy2-8/+18
2023-12-03soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits()Vadim Yanitskiy1-1/+1
2023-12-03soft_uart: add osmo_soft_uart_{get,set}_name()Vadim Yanitskiy3-0/+22
2023-11-30osmo_io: Factor out and use common send function from backendDaniel Willmann4-60/+47