aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add utils/osmo-gsm-sharkneels/gsm-sharkNeels Hofmeyr2023-10-253-0/+3596
* socket.c: Fix compilation with --disable-libsctpPau Espin Pedrol2023-10-231-0/+2
* LAPDm: Correctly count expiry of T200 during estabishment/releaseAndreas Eversberg2023-10-231-4/+4
* write_queue: Fix Doxygen commentarehbein2023-10-201-1/+1
* osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITEarehbein2023-10-201-0/+4
* gsm48_ie.c: change bearer cap structure in outgoing CSD callsManawyrm2023-10-172-2/+2
* gsm48_ie.c: add 3.1kHz audio bearer capability for CSD callsManawyrm2023-10-171-0/+2
* gsmtap: Hide implementation of gsmtap_instarehbein2023-10-134-16/+34
* Fix typo in libosmocore.mapPau Espin Pedrol2023-10-051-1/+1
* socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr()Pau Espin Pedrol2023-10-034-1/+157
* osmo_io: Clean up codearehbein2023-09-291-1/+1
* osmo_io: Only allow reading/writing if the relevant callback is setDaniel Willmann2023-09-281-1/+30
* osmo_io: Init struct msghdr to zeroDaniel Willmann2023-09-271-4/+6
* gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/Vadim Yanitskiy2023-09-262-14/+14
* sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax errorPau Espin Pedrol2023-09-261-1/+1
* gsm: add gsm0502_fn_compare() for comparing TDMA FNsVadim Yanitskiy2023-09-252-0/+39
* APDU parsing support for GlobalPlatform GET RESPONSEKarsten Ohme2023-09-241-0/+1
* gsmtap.h: Add definitions for ISDN PPP sub-typeManawyrm2023-09-201-0/+1
* write_queue: Enable updating max_length fieldarehbein2023-09-194-0/+74
* gsm/protocol/gsm_04_11.h: add SMSC-address length limit definitionsMychaela N. Falconia2023-09-181-0/+10
* Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol2023-09-1216-60/+335
* ASCI: Add definition for TALKER INDICATION and UPLINK RELEASEAndreas Eversberg2023-09-121-0/+12
* LAPDM: Use correct offset to short header on recevied frameAndreas Eversberg2023-09-121-1/+1
* ASCI: Add BCC call state definitionsAndreas Eversberg2023-09-122-4/+4
* gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHFVadim Yanitskiy2023-09-122-2/+2
* socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2()Pau Espin Pedrol2023-09-082-0/+66
* socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2()Pau Espin Pedrol2023-09-084-13/+79
* gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2023-09-053-0/+194
* tests/{v110,gsm44021}: change naming: 'test_' -> '_test'Vadim Yanitskiy2023-09-048-30/+30
* .gitignore: add include/osmocom/core/socket_compat.hVadim Yanitskiy2023-09-041-0/+1
* gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG valuesPau Espin Pedrol2023-09-021-0/+11
* gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG valuesPau Espin Pedrol2023-09-021-0/+15
* gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} valuesPau Espin Pedrol2023-09-021-0/+30
* osmo_io: Use local variable to reference msghdr->msgDaniel Willmann2023-08-311-7/+8
* osmo_io: Change parent of msghdr to iofd (instead of msg)Daniel Willmann2023-08-311-1/+1
* debian: fix build on ubuntu 20.04 without liburingOliver Smith2023-08-312-4/+5
* ns2: Add VTY option to change the max write queue size for UDPDaniel Willmann2023-08-304-0/+43
* contrib/libosmocore.spec: centos7: disable uringOliver Smith2023-08-291-1/+13
* socket: Avoid aborting socket creation if setsockopt for ASCONF failsPau Espin Pedrol2023-08-281-2/+4
* osmo_io: Add io_uring backendDaniel Willmann2023-08-248-3/+476
* debian: depend on liburing-dev for debian >= 11Oliver Smith2023-08-242-1/+13
* osmo_io: Avoid potential double free when sending msgbDaniel Willmann2023-08-241-8/+15
* osmo_io: Add iofd_handle_recv()Daniel Willmann2023-08-243-12/+18
* lapdm: Update public lapdm_msg_ctx upon CCCH data indPau Espin Pedrol2023-08-241-0/+2
* Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER"Pau Espin Pedrol2023-08-232-2/+0
* Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers"Pau Espin Pedrol2023-08-235-55/+13
* select: Prevent negative index lookup on osmo_fd_lookup.tablearehbein2023-08-231-1/+1
* lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layersPau Espin Pedrol2023-08-215-13/+55
* rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBERPau Espin Pedrol2023-08-212-0/+2
* socket: Add osmo_sock_init flag to enable SCTP ASCONF featuresPau Espin Pedrol2023-08-212-0/+55