aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-28logging: ensure ANSI color escape is sent in same line/before newlineManawyrm2-4/+11
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol16-60/+335
2023-09-12ASCI: Add definition for TALKER INDICATION and UPLINK RELEASEAndreas Eversberg1-0/+12
2023-09-12LAPDM: Use correct offset to short header on recevied frameAndreas Eversberg1-1/+1
2023-09-12ASCI: Add BCC call state definitionsAndreas Eversberg2-4/+4
2023-09-12gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHFVadim Yanitskiy2-2/+2
2023-09-08socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2()Pau Espin Pedrol2-0/+66
2023-09-08socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiad...Pau Espin Pedrol4-13/+79
2023-09-05gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy3-0/+194
2023-09-04tests/{v110,gsm44021}: change naming: 'test_' -> '_test'Vadim Yanitskiy8-30/+30
2023-09-04.gitignore: add include/osmocom/core/socket_compat.hVadim Yanitskiy1-0/+1
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG valuesPau Espin Pedrol1-0/+11
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG valuesPau Espin Pedrol1-0/+15
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} valuesPau Espin Pedrol1-0/+30
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-31debian: fix build on ubuntu 20.04 without liburingOliver Smith2-4/+5
2023-08-30ns2: Add VTY option to change the max write queue size for UDPDaniel Willmann4-0/+43
2023-08-29contrib/libosmocore.spec: centos7: disable uringOliver Smith1-1/+13
2023-08-28socket: Avoid aborting socket creation if setsockopt for ASCONF failsPau Espin Pedrol1-2/+4
2023-08-24osmo_io: Add io_uring backendDaniel Willmann8-3/+476
2023-08-24debian: depend on liburing-dev for debian >= 11Oliver Smith2-1/+13
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 Pedrol2-2/+0
2023-08-23Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards uppe...Pau Espin Pedrol5-55/+13
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 Pedrol5-13/+55
2023-08-21rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBERPau Espin Pedrol2-0/+2
2023-08-21socket: Add osmo_sock_init flag to enable SCTP ASCONF featuresPau Espin Pedrol2-0/+55
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol4-0/+75
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol3-2/+6
2023-08-11tlv: Introduce API msgb_tv32_push()Pau Espin Pedrol2-0/+11
2023-08-10gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESSPhilipp Maier3-13/+36
2023-08-10gprs_bssgp_rim: allow sending of encoded RIM messagesPhilipp Maier3-0/+21
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-08-01sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULLPau Espin Pedrol1-4/+9
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 Yanitskiy3-3/+10
2023-07-18gsm: Add missing IE definition for GMM Receive N-PDU Number listPau Espin Pedrol1-0/+1
2023-07-18osmo_io: Fix length calculation in iofd_handle_segmentation()Daniel Willmann1-1/+1
2023-07-18Revert "gsm/ipa: Add segmentation callback"arehbein3-33/+0
2023-07-18osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEFDaniel Willmann1-24/+24