summaryrefslogtreecommitdiffstats
path: root/src/logging_gsmtap.c
Commit message (Collapse)AuthorAgeFilesLines
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-4/+4
| | | | | | This gets us one step closer to fixing the embedded build Change-Id: I3fc2639b6ade9ab138766987eceab7ec9498fdc7
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+134
This target wraps the to-be-logged string (With metadata) into a GSMTAP packet and sends it to the configured destination address. Change-Id: I9a7e72b8c9c6f6f2d76d1ea2332dcdee12394625