aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsup: add message type for osmo-epdg CEAI interfaceHEADmasterAlexander Couzens2023-11-282-0/+10
* coding: gsm0503_tch_{afs,ahs}_encode(): add ability to emit BFIAndreas Eversberg2023-11-271-62/+148
* LAPD: Indicate sequence error after indicating received dataAndreas Eversberg2023-11-271-5/+15
* LAPDm: Add a flag to enable suppression of subsequent REJ frameAndreas Eversberg2023-11-274-3/+6
* LAPDm: Add an extra queue for UI framesAndreas Eversberg2023-11-273-1/+38
* LAPDm: Add support for RTS based pollingAndreas Eversberg2023-11-274-11/+157
* LAPD: Add support for RTS based polling and T200Andreas Eversberg2023-11-274-14/+118
* Disable uring when building for embeddedDaniel Willmann2023-11-241-0/+1
* soft_uart: fix spelling in doxygen docsVadim Yanitskiy2023-11-241-3/+3
* osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup()Harald Welte2023-11-221-1/+12
* osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SENDHarald Welte2023-11-223-5/+5
* io_uring: add some more source code comments/docsHarald Welte2023-11-223-1/+21
* add new osmo_sockaddr_from_str_and_uint() functionHarald Welte2023-11-225-0/+39
* osmo_io: Assert that iofd mode is correct when calling *_write_msgbDaniel Willmann2023-11-211-0/+1
* soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits()Vadim Yanitskiy2023-11-211-0/+4
* soft_uart: fix pulling a small number of Tx bitsVadim Yanitskiy2023-11-212-73/+40
* soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits()Vadim Yanitskiy2023-11-212-0/+108
* soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE}Vadim Yanitskiy2023-11-214-0/+62
* soft_uart: fix handling of num_data_bits < 8Vadim Yanitskiy2023-11-212-4/+7
* soft_uart: fix Rx buffer flushing logic in suart_rx_ch()Vadim Yanitskiy2023-11-212-11/+19
* soft_uart: add unit tests for the receiver and transmitterVadim Yanitskiy2023-11-214-0/+450
* soft_uart: allow manually flushing the receive bufferVadim Yanitskiy2023-11-213-6/+9
* soft_uart: implement the transmitterVadim Yanitskiy2023-11-213-27/+85
* soft_uart: implement parity checking for the receiverVadim Yanitskiy2023-11-211-3/+21
* soft_uart: rework osmo_uart_rx_bit() to use flow stateVadim Yanitskiy2023-11-211-34/+41
* soft_uart: make osmo_soft_uart_alloc() accept *cfgVadim Yanitskiy2023-11-213-7/+12
* soft_uart: split osmo_soft_uart_enable()Vadim Yanitskiy2023-11-213-10/+20
* soft_uart: add doxygen documentationVadim Yanitskiy2023-11-211-6/+32
* soft_uart: add osmo_soft_uart_free()Vadim Yanitskiy2023-11-213-0/+16
* core: Add software UART implementationHarald Welte2023-11-215-0/+362
* tests/testsuite.at: remove copy-pasted 'touch experr'Vadim Yanitskiy2023-11-191-3/+0
* gmstap_util: Fix sending out gsmtap messagesarehbein2023-11-171-5/+10
* gsmtap_util: Simplify sinkarehbein2023-11-151-43/+7
* LAPD: Always update N(R) in pending TX frames if V(R) is incrementedAndreas Eversberg2023-11-152-8/+11
* LAPD: Flush TX queue, if remote peer enters busy condition or rejectsAndreas Eversberg2023-11-151-1/+16
* LAPD: Prepare lapd_send_i() for RTS supportAndreas Eversberg2023-11-151-20/+23
* coding: gsm0503_tch_a[fh]s_encode(): make *codec constVadim Yanitskiy2023-11-142-4/+4
* coding: gsm0503_tch_a[fh]s_encode(): improve cmr/ft checksVadim Yanitskiy2023-11-141-26/+10
* msgb: fix doxygen docs for msgb_pull_u{8,16,32): end -> frontVadim Yanitskiy2023-11-121-3/+3
* gsmtap_util: Use Osmo IO instead of Osmo write queuesarehbein2023-11-091-37/+40
* logging_gsmtap: Temporarily disable logging when sending the logsDaniel Willmann2023-11-091-0/+5
* logging: ensure ANSI color escape is sent in same line/before newlineManawyrm2023-11-072-4/+11
* ASCI: Add primitive to L1-SAP to switch uplink access detection on or offAndreas Eversberg2023-10-241-0/+8
* socket.c: Fix compilation with --disable-libsctpPau Espin Pedrol2023-10-231-0/+2
* LAPDm: Correctly count expiry of T200 during estabishment/releaseAndreas Eversberg2023-10-231-4/+4
* write_queue: Fix Doxygen commentarehbein2023-10-201-1/+1
* osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITEarehbein2023-10-201-0/+4
* gsm48_ie.c: change bearer cap structure in outgoing CSD callsManawyrm2023-10-172-2/+2
* gsm48_ie.c: add 3.1kHz audio bearer capability for CSD callsManawyrm2023-10-171-0/+2
* gsmtap: Hide implementation of gsmtap_instarehbein2023-10-134-16/+34