summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/mncc_sock.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-14layer23: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-1/+1
2022-12-01mobile: add missing TCH MNCC messages and handle themVadim Yanitskiy1-4/+10
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-6/+6
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte1-5/+1
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-9/+9
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2018-09-06layer23: Use osmo_sock_unix_init_ofd() from libosmocoreHarald Welte1-60/+3
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte1-1/+1
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-2/+2
2011-09-04[mobile] Adding socket application interface code from OpenBSC.Andreas Eversberg1-0/+347