aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-10-23socket.c: Fix compilation with --disable-libsctpPau Espin Pedrol1-0/+2
2023-10-23LAPDm: Correctly count expiry of T200 during estabishment/releaseAndreas Eversberg1-4/+4
2023-10-20write_queue: Fix Doxygen commentarehbein1-1/+1
2023-10-20osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITEarehbein1-0/+4
2023-10-17gsm48_ie.c: change bearer cap structure in outgoing CSD callsManawyrm1-1/+1
2023-10-17gsm48_ie.c: add 3.1kHz audio bearer capability for CSD callsManawyrm1-0/+2
2023-10-13gsmtap: Hide implementation of gsmtap_instarehbein2-2/+26
2023-10-05Fix typo in libosmocore.mapPau Espin Pedrol1-1/+1
2023-10-03socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr()Pau Espin Pedrol2-0/+154
2023-09-28osmo_io: Only allow reading/writing if the relevant callback is setDaniel Willmann1-1/+30
2023-09-27osmo_io: Init struct msghdr to zeroDaniel Willmann1-4/+6
2023-09-24APDU parsing support for GlobalPlatform GET RESPONSEKarsten Ohme1-0/+1
2023-09-19write_queue: Enable updating max_length fieldarehbein2-0/+21
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol8-8/+8
2023-09-12LAPDM: Use correct offset to short header on recevied frameAndreas Eversberg1-1/+1
2023-09-12ASCI: Add BCC call state definitionsAndreas Eversberg1-2/+2
2023-09-12gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHFVadim Yanitskiy1-1/+1
2023-09-08socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-0/+54
2023-09-08socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiad...Pau Espin Pedrol2-9/+51
2023-09-05gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2-0/+102
2023-08-31osmo_io: Use local variable to reference msghdr->msgDaniel Willmann1-7/+8
2023-08-31osmo_io: Change parent of msghdr to iofd (instead of msg)Daniel Willmann1-1/+1
2023-08-30ns2: Add VTY option to change the max write queue size for UDPDaniel Willmann4-0/+43
2023-08-28socket: Avoid aborting socket creation if setsockopt for ASCONF failsPau Espin Pedrol1-2/+4
2023-08-24osmo_io: Add io_uring backendDaniel Willmann4-3/+454
2023-08-24osmo_io: Avoid potential double free when sending msgbDaniel Willmann1-8/+15
2023-08-24osmo_io: Add iofd_handle_recv()Daniel Willmann3-12/+18
2023-08-24lapdm: Update public lapdm_msg_ctx upon CCCH data indPau Espin Pedrol1-0/+2
2023-08-23Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER"Pau Espin Pedrol1-1/+0
2023-08-23Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards uppe...Pau Espin Pedrol2-41/+1
2023-08-23select: Prevent negative index lookup on osmo_fd_lookup.tablearehbein1-1/+1
2023-08-21lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layersPau Espin Pedrol2-1/+41
2023-08-21rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBERPau Espin Pedrol1-0/+1
2023-08-21socket: Add osmo_sock_init flag to enable SCTP ASCONF featuresPau Espin Pedrol1-0/+53
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol2-0/+41
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol1-2/+3
2023-08-10gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESSPhilipp Maier2-13/+35
2023-08-10gprs_bssgp_rim: allow sending of encoded RIM messagesPhilipp Maier2-0/+20
2023-08-10gprs_bssgp_rim: also print NSEI when sending RIM messagesPhilipp Maier1-2/+2
2023-08-09cosmetic: lapdm: Fix typo in commentPau Espin Pedrol1-1/+1
2023-08-08osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on writeDaniel Willmann1-1/+1
2023-08-08osmo_io: Ensure correct ownership of msgb when sendingDaniel Willmann1-0/+2
2023-07-28isdn: mux_timeslot_provide_bits(): remove unused 'count'Vadim Yanitskiy1-3/+1
2023-07-26ASCI: Add missing check for return value of gsm0808_enc_speech_codec_list2()Andreas Eversberg1-2/+8
2023-07-26gsm48_ie: fix gsm48_encode_bearer_cap(): encode bcap->data.transpVadim Yanitskiy1-1/+3
2023-07-25exec: osmo_system_nowait2(): Improve logging and error checksPau Espin Pedrol1-2/+13
2023-07-25gsm_08_08: define GSM0808_SCT_EXT (separately)Vadim Yanitskiy2-3/+4
2023-07-18osmo_io: Fix length calculation in iofd_handle_segmentation()Daniel Willmann1-1/+1
2023-07-18Revert "gsm/ipa: Add segmentation callback"arehbein2-30/+0
2023-07-18osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEFDaniel Willmann1-24/+24