aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmobts_sock.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-08pcu_sock: cosmetic: fix typo in a comment messageVadim Yanitskiy1-1/+1
2020-02-08pcu_sock: fix memleak, allocate pcu_sock_state on stackVadim Yanitskiy1-52/+26
2019-08-27osmobts_sock.cpp: do not print the same debug message twiceVadim Yanitskiy1-2/+0
2019-08-27osmobts_sock.cpp: pcu_sock_read(): further simplify the codeVadim Yanitskiy1-14/+6
2019-08-23osmobts_sock.cpp: pcu_sock_read(): use stack buffer, not heapVadim Yanitskiy1-15/+3
2019-08-23osmobts_sock.cpp: pcu_sock_cb(): use libosmocore's socket APIVadim Yanitskiy1-50/+8
2018-09-20check for overlong unix socket pathsStefan Sperling1-2/+5
2018-02-19Move PDCH-related functions into separate filesMax1-0/+1
2018-02-19Update header includesMax1-1/+3
2018-02-14Make osmo-pcu wait for BTS to become available at start-up time.Stefan Sperling1-7/+22
2017-12-05Print error cause of pcu socket connect failurePau Espin Pedrol1-1/+2
2017-09-04cosmetic: convert explicit warnings to fixme/todoMax1-1/+2
2017-08-09Add pcu-socket vty configPau Espin Pedrol1-1/+2
2017-03-17Support sending OML Alerts via BTSMax1-0/+3
2017-01-06Log socket path on connectionMax1-1/+2
2016-11-17Install the pcuif_proto.h header fileHarald Welte1-1/+1
2016-04-22Rename define for direct hw accessMax1-1/+1
2015-11-12osmobts_sock.cpp: Add missing space in log statement.Harald Welte1-1/+1
2015-11-12print/log OpenBTS / OsmoBTS variant in PCU startupHarald Welte1-0/+2
2015-11-12rename sysmo_sock.cpp to osmobts_sock.cppHarald Welte1-0/+310