aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-02WIP: port ctrl over to osmo_iolaforge/ctrl_osmo_ioHarald Welte2-70/+58
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
2024-01-31utils/conv_codes_gsm.py: fix inconsistent formattingVadim Yanitskiy1-2/+2
2024-01-30ctrl: Add lchan nodeMatan Perelman1-0/+1
2024-01-30Prevent poll() in select.c to timeout too earlyAndreas Eversberg1-0/+9
2024-01-29tests/Makefile.am: do not add files to EXTRA_DIST conditionallyVadim Yanitskiy1-1/+1
2024-01-28osmo-release.sh: make it a bit more user friendlyVadim Yanitskiy1-1/+3
2024-01-26tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORTVadim Yanitskiy2-39/+41
2024-01-26tests/sockaddr_str: fix dead code, print some errno valuesVadim Yanitskiy2-87/+82
2024-01-25tests/a5: fix bit-wise vs logical and in test_a5[34]()Vadim Yanitskiy1-2/+2
2024-01-25tests/iuup: fix duplicate assignment in def_configure_reqVadim Yanitskiy1-1/+0
2024-01-25gsm: add more definitions from Table 10.5.112/3GPP TS 24.008Vadim Yanitskiy1-0/+22
2024-01-25isdn/v110_ta: avoid redundant .status_update_cb() callsVadim Yanitskiy2-36/+31
2024-01-22tests/gsm0408: add two more samples to bcap_tests[]Vadim Yanitskiy3-0/+53
2024-01-22tests/gsm0408: cosmetic: adjust coding style (make linter happy)Vadim Yanitskiy1-23/+23
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol6-15/+110
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol3-7/+25
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol2-1/+3
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 Yanitskiy3-27/+42
2024-01-09Revert "logging: add log level cache"Hoernchen5-123/+2
2024-01-09logging: add log level cacheEric5-2/+123
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy10-1/+1758
2024-01-09fsm: fix OSMO_T_FMT_ARGS: add missing bracesVadim Yanitskiy1-1/+1
2024-01-09tests/tdef: improve test output (use OSMO_T_FMT[_ARGS])Vadim Yanitskiy2-15/+16
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy5-19/+34
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