aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysadd utils/osmo-gsm-sharkneels/wipNeels Hofmeyr3-0/+3596
3 daysfuNeels Hofmeyr1-2/+2
3 daysctrl: counters: list all possible names in not-found responseNeels Hofmeyr1-2/+22
3 daystest timestamp formatsNeels Hofmeyr1-0/+4
3 dayslogging: test timestamp formatsNeels Hofmeyr2-0/+58
3 dayslogging: add 'logging timezone (localtime|utc)'Neels Hofmeyr6-3/+83
3 dayslogging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681Neels Hofmeyr4-3/+12
3 daystest new timestamp vtyNeels Hofmeyr1-23/+47
3 dayslogging vty: add 'logging print timestamp', deprecate other timestamp cmdsNeels Hofmeyr5-18/+67
3 dayslogging: use enum to set timestamp formatNeels Hofmeyr13-55/+110
3 dayslogging_vty.c: rename static functionNeels Hofmeyr1-4/+4
3 daysadd API logging_vty_subsys_strip_leading_char()Neels Hofmeyr3-1/+24
3 daysformalize log subsys stripping for vtyNeels Hofmeyr4-5/+14
3 dayssockaddr_str: add conversion to,from osmo_sockaddrNeels Hofmeyr3-0/+27
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
6 dayssocket: Add remote PID and local FD to AF_UNIX socknamepespin/unixPau Espin Pedrol1-3/+28
6 dayssocket: Support AF_UNIX in osmo_sock_get_name_buf()Pau Espin Pedrol1-7/+46
7 daysctrl: re-introduce duplicate declaration of ctrl_cmd_send()Harald Welte1-0/+2
11 daysosmo_io_poll: Use -errno as result on write errorAndreas Eversberg1-1/+1
11 daysosmo_io: Avoid implementing non-existant situationsHarald Welte1-7/+4
11 daysosmo_io: avoid OSMO_ASSERT one each API callHarald Welte1-2/+7
11 daysosmo_io: Don't pretend to support backends without close_cbHarald Welte1-2/+2
11 daysosmo_io: Log error message in case call-backs incompatible with modeHarald Welte3-2/+20
11 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 Welte3-0/+22
2024-03-02ctrl: Don't expose write_queue in ctrl_cmd_send() apiHarald Welte5-7/+19
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 Welte3-0/+10
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 Welte6-20/+169
2024-02-28osmo_io: Move notify_connected function to backendAndreas Eversberg4-2/+29
2024-02-27gsup.h: define newly added PCO IEAlexander Couzens3-0/+19
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte4-37/+75
2024-02-23Make socket.c compile without libsctp support (--disable-libsctp)Andreas Eversberg1-0/+4
2024-02-12cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct placePau Espin Pedrol1-10/+10
2024-02-06comment: gsm_04_08.h: add a spec hintNeels Hofmeyr1-1/+2
2024-01-31coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3Vadim Yanitskiy2-7/+16
2024-01-31coding: fix artificial bit errors for PDTCH CS2 and CS3Vadim Yanitskiy2-8/+11
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