aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging_gsmtap.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-161/+0
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-02-17logging: gsmtap: Store TID instead of PID in pkt hdrPau Espin Pedrol1-5/+5
2021-02-17logging: gsmtap: Fix fill PID field not stored in network byte orderPau Espin Pedrol1-1/+1
2021-02-16logging: gsmtap: Fill PID field for each messagePau Espin Pedrol1-0/+7
2019-03-27logging_gsmtap.c: document all params of log_target_create_gsmtap()Vadim Yanitskiy1-0/+4
2018-12-28logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()Vadim Yanitskiy1-0/+6
2018-02-16memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr1-1/+3
2018-02-16memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr1-1/+3
2018-02-05utils: add helper wrapper for osmo_strlcpy()Max1-4/+3
2018-01-12logging-gsmtap: send only basename of source fileNeels Hofmeyr1-0/+5
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-12/+10
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-2/+2
2017-06-12update/extend doxygen documentationHarald Welte1-1/+7
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-4/+4
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+134