aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
7 daysctrl: re-introduce duplicate declaration of ctrl_cmd_send()Harald Welte1-0/+2
12 daysosmo_io: Log error message in case call-backs incompatible with modeHarald Welte1-0/+4
2024-03-02cbsp: Add osmo_cbsp_segmentation_cb for message segmentationlaforge/cbspHarald Welte1-0/+1
2024-03-02ctrl: Don't expose write_queue in ctrl_cmd_send() apiHarald Welte2-2/+2
2024-02-29osmo_io: Add osmo_io_get_ioops() functionHarald Welte1-0/+1
2024-02-28osmo_io: sendmsg/recvmsg supportHarald Welte1-2/+14
2024-02-27gsup.h: define newly added PCO IEAlexander Couzens1-0/+8
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte1-32/+30
2024-02-06comment: gsm_04_08.h: add a spec hintNeels Hofmeyr1-1/+2
2024-01-30ctrl: Add lchan nodeMatan Perelman1-0/+1
2024-01-25gsm: add more definitions from Table 10.5.112/3GPP TS 24.008Vadim Yanitskiy1-0/+22
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol1-3/+6
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol1-2/+15
2024-01-20gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_addressPau Espin Pedrol1-1/+35
2024-01-18cosmetic: gsup.h: fix whitespace formattingPau Espin Pedrol1-1/+1
2024-01-16isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110Vadim Yanitskiy1-0/+7
2024-01-09Revert "logging: add log level cache"Hoernchen1-1/+1
2024-01-09logging: add log level cacheEric1-1/+1
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy2-0/+114
2024-01-09fsm: fix OSMO_T_FMT_ARGS: add missing bracesVadim Yanitskiy1-1/+1
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy1-7/+10
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 Yanitskiy1-1/+14
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol1-3/+11
2023-12-11socket: Introduce API osmo_sock_sctp_get_peer_addr_info()pespin/multiaddrPau Espin Pedrol1-0/+3
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_name_buf()Pau Espin Pedrol1-0/+4
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_ip_and_port()Pau Espin Pedrol1-0/+2
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr1-0/+16
2023-12-07util: add OSMO_STRBUF_REMAIN()Neels Hofmeyr1-2/+5
2023-12-04soft_uart: implement modem status lines and flow controlVadim Yanitskiy1-8/+35
2023-12-04soft_uart: improve doxygen documentationVadim Yanitskiy1-24/+45
2023-12-03soft_uart: add osmo_soft_uart_{get,set}_name()Vadim Yanitskiy1-0/+4
2023-11-29Add a GSM RLP decoder and encoderHarald Welte2-0/+82
2023-11-29Add flag to enable RTS based pollingAndreas Eversberg1-0/+1
2023-11-29Fix union abis_rsl_chan_nr and abis_rsl_link_idAndreas Eversberg1-2/+6
2023-11-28gsup: add message type for osmo-epdg CEAI interfaceAlexander Couzens1-0/+5
2023-11-27LAPDm: Add a flag to enable suppression of subsequent REJ frameAndreas Eversberg2-0/+2
2023-11-27LAPDm: Add an extra queue for UI framesAndreas Eversberg1-0/+1
2023-11-27LAPDm: Add support for RTS based pollingAndreas Eversberg1-0/+8
2023-11-27LAPD: Add support for RTS based polling and T200Andreas Eversberg1-0/+15
2023-11-24soft_uart: fix spelling in doxygen docsVadim Yanitskiy1-3/+3
2023-11-22osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SENDHarald Welte1-2/+2
2023-11-22add new osmo_sockaddr_from_str_and_uint() functionHarald Welte1-0/+1
2023-11-21soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE}Vadim Yanitskiy1-0/+2
2023-11-21soft_uart: allow manually flushing the receive bufferVadim Yanitskiy1-0/+1
2023-11-21soft_uart: implement the transmitterVadim Yanitskiy1-1/+5
2023-11-21soft_uart: make osmo_soft_uart_alloc() accept *cfgVadim Yanitskiy1-1/+4
2023-11-21soft_uart: split osmo_soft_uart_enable()Vadim Yanitskiy1-1/+2
2023-11-21soft_uart: add osmo_soft_uart_free()Vadim Yanitskiy1-0/+1