aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
3 daysosmo_io: Dont use __linux__ but !EMBEDDEDHEADmasterHarald Welte2-4/+4
5 daysFix file descriptor that is passed to io_uring_register_eventfd()jolly/testingAndreas Eversberg1-1/+1
5 dayscore: fix missing '\n' in iofd_uring_connected_cb()Vadim Yanitskiy1-1/+1
5 daysio_uring: check all operations in osmo_iofd_uring_init()Harald Welte1-4/+17
5 daysio_uring: more verbose error messages if io_uring setup failsHarald Welte1-2/+2
7 dayssocket: Add remote PID and local FD to AF_UNIX socknamepespin/unixPau Espin Pedrol1-3/+28
7 dayssocket: Support AF_UNIX in osmo_sock_get_name_buf()Pau Espin Pedrol1-7/+46
11 daysosmo_io_poll: Use -errno as result on write errorAndreas Eversberg1-1/+1
12 daysosmo_io: Avoid implementing non-existant situationsHarald Welte1-7/+4
12 daysosmo_io: avoid OSMO_ASSERT one each API callHarald Welte1-2/+7
12 daysosmo_io: Don't pretend to support backends without close_cbHarald Welte1-2/+2
12 daysosmo_io: Log error message in case call-backs incompatible with modeHarald Welte2-2/+16
12 daysosmo_io: Guard osmo_iofd_register() with invalid file descriptorHarald Welte1-0/+5
2024-03-04osmo_io: do check_mode_callback_compat() only if ioops is set at osmo_iofd_se...Andreas Eversberg1-1/+1
2024-03-02cbsp: Add osmo_cbsp_segmentation_cb for message segmentationlaforge/cbspHarald Welte2-0/+21
2024-03-02ctrl: Don't expose write_queue in ctrl_cmd_send() apiHarald Welte3-5/+17
2024-03-02osmo_io_uring: Check if osmo_fd_register fails at iofd_uring_notify_connected()Andreas Eversberg1-2/+4
2024-02-29osmo_io: Assign const name when stealing TX msg from iofd ctxAndreas Eversberg1-3/+1
2024-02-29osmo_io: Add osmo_io_get_ioops() functionHarald Welte2-0/+9
2024-02-29osmo_io_poll: Declare local functions "static"Andreas Eversberg1-8/+8
2024-02-29osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_comple...Andreas Eversberg1-1/+9
2024-02-28osmo_io_uring: Cancel pending request, free msghdr on completionAndreas Eversberg1-4/+19
2024-02-28osmo_io_poll: Use -errno as result on read errorAndreas Eversberg2-1/+2
2024-02-28osmo_io: Reject writing messages with length of 0Andreas Eversberg1-0/+15
2024-02-28osmo_io: Use poll/select to notify socket connection at osmo_io_uring.cAndreas Eversberg2-1/+76
2024-02-28osmo_io: sendmsg/recvmsg supportHarald Welte5-18/+155
2024-02-28osmo_io: Move notify_connected function to backendAndreas Eversberg4-2/+29
2024-02-27gsup.h: define newly added PCO IEAlexander Couzens1-0/+10
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte2-5/+43
2024-02-23Make socket.c compile without libsctp support (--disable-libsctp)Andreas Eversberg1-0/+4
2024-01-31coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3Vadim Yanitskiy1-3/+12
2024-01-31coding: fix artificial bit errors for PDTCH CS2 and CS3Vadim Yanitskiy1-4/+7
2024-01-31coding: improve readability in osmo_conv_decode_ber_punctured()Vadim Yanitskiy1-6/+10
2024-01-31coding: fix a typo in docs for gsm0503_pdtch_decode()Vadim Yanitskiy1-1/+1
2024-01-30Prevent poll() in select.c to timeout too earlyAndreas Eversberg1-0/+9
2024-01-25isdn/v110_ta: avoid redundant .status_update_cb() callsVadim Yanitskiy1-22/+31
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol2-9/+96
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol1-5/+9
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol1-0/+2
2024-01-16isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110Vadim Yanitskiy2-27/+35
2024-01-09Revert "logging: add log level cache"Hoernchen3-121/+0
2024-01-09logging: add log level cacheEric3-0/+121
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy3-1/+887
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy1-6/+17
2024-01-08gsm: fix osmo_mobile_identity_decode(): init *mi on errorVadim Yanitskiy1-2/+4
2024-01-07gsm48_ie: fix various issues in doxygen docsVadim Yanitskiy1-7/+8
2024-01-05vty: suppress warnings about len being set but not usedVadim Yanitskiy1-0/+1
2024-01-05gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U}Vadim Yanitskiy1-31/+16
2024-01-04ecu: fix alignment of fr_ecu_statePhilipp Maier1-13/+13
2024-01-03pseudotalloc: add talloc_memdup(), use it in talloc_strdup()Vadim Yanitskiy2-12/+13