aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/osmux.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2022-11-21osmux: Use new osmux_xfrm_input API to set name on each linkPau Espin Pedrol1-0/+4
2022-11-15osmux: Rotate over available Osmux CID when allocating a new onePau Espin Pedrol1-8/+28
2022-10-29osmux: Fix null ptr dereference sending UL data before the remote is configuredPau Espin Pedrol1-0/+6
2022-10-04osmux: Close osmux socket when bts is freedPau Espin Pedrol1-3/+9
2022-10-03osmux: Skip lchans in lookup which still have no remote associatedPau Espin Pedrol1-0/+2
2022-10-03osmux: nullify osmux.rtpst after freeing itPau Espin Pedrol1-1/+3
2022-10-03osmux: Lower log level when osmux batch received for unknown CIDPau Espin Pedrol1-1/+1
2022-10-03osmux: Log remote address upon rx of osmux pktPau Espin Pedrol1-2/+4
2022-10-03osmux: Match remote address in osmux_lchan_find()Pau Espin Pedrol1-2/+7
2022-09-29osmux: Drop logging of osmux internal countersPau Espin Pedrol1-7/+0
2022-09-29Allocate struct osmux_in_handle through new libosmo-netif APIsPau Espin Pedrol1-12/+7
2022-09-20osmux: Log sendto() errorPau Espin Pedrol1-1/+8
2022-09-13Introduce Osmux supportPau Espin Pedrol1-0/+503