aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-23debugjolly/workAndreas Eversberg4-9/+71
2024-02-23Make osmo-io compile without libsctp support (--disable-libsctp)Andreas Eversberg4-2/+15
2024-02-23Make socket.c compile without libsctp support (--disable-libsctp)Andreas Eversberg1-0/+4
2024-02-23osmo_io_uring: Run check of tests/osmo_io with io_uring alsoAndreas Eversberg2-2/+10
2024-02-23osmo_io_poll: Declare local functions "static"Andreas Eversberg1-8/+8
2024-02-23osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_comple...Andreas Eversberg1-1/+7
2024-02-23osmo_io_uring: Cancel pending request, free msghdr on completionAndreas Eversberg1-4/+19
2024-02-23osmo_io_poll: Use -errno as result on read errorAndreas Eversberg2-1/+2
2024-02-23osmo_io: Reject writing messages with length of 0Andreas Eversberg1-0/+15
2024-02-23osmo_io: Use poll/select to notify socket connection at osmo_io_uring.cAndreas Eversberg2-1/+66
2024-02-23osmo_io: SCTP supportHarald Welte6-8/+128
2024-02-22osmo_io: Move notify_connected function to backendAndreas Eversberg4-2/+29
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
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
2024-01-03tests/tdef: tune logging, also match stderrVadim Yanitskiy4-2/+37