aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-29Add a GSM RLP decoder and encoderHarald Welte9-2/+595
2023-11-29Add flag to enable RTS based pollingAndreas Eversberg2-5/+6
2023-11-29Fix union abis_rsl_chan_nr and abis_rsl_link_idAndreas Eversberg1-2/+6
2023-11-28libosmosim: Support Microsoft smart card discovery processHarald Welte1-0/+18
2023-11-28sim/class_tables: Prevent out-of-bounds accessHarald Welte1-1/+1
2023-11-28gsup: add message type for osmo-epdg CEAI interfaceAlexander Couzens2-0/+10
2023-11-27coding: gsm0503_tch_{afs,ahs}_encode(): add ability to emit BFIAndreas Eversberg1-62/+148
2023-11-27LAPD: Indicate sequence error after indicating received dataAndreas Eversberg1-5/+15
2023-11-27LAPDm: Add a flag to enable suppression of subsequent REJ frameAndreas Eversberg4-3/+6
2023-11-27LAPDm: Add an extra queue for UI framesAndreas Eversberg3-1/+38
2023-11-27LAPDm: Add support for RTS based pollingAndreas Eversberg4-11/+157
2023-11-27LAPD: Add support for RTS based polling and T200Andreas Eversberg4-14/+118
2023-11-24Disable uring when building for embeddedDaniel Willmann1-0/+1
2023-11-24soft_uart: fix spelling in doxygen docsVadim Yanitskiy1-3/+3
2023-11-22osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup()Harald Welte1-1/+12
2023-11-22osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SENDHarald Welte3-5/+5
2023-11-22io_uring: add some more source code comments/docsHarald Welte3-1/+21
2023-11-22add new osmo_sockaddr_from_str_and_uint() functionHarald Welte5-0/+39
2023-11-21osmo_io: Assert that iofd mode is correct when calling *_write_msgbDaniel Willmann1-0/+1
2023-11-21soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits()Vadim Yanitskiy1-0/+4
2023-11-21soft_uart: fix pulling a small number of Tx bitsVadim Yanitskiy2-73/+40