aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-qcdiag-log.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21Add support for DIAG EVENT reportingHarald Welte1-1/+1
2017-01-21fix various compilation warnings all over the codeHarald Welte1-1/+0
2017-01-08Generate GSMTAP messages from raw received DIAG framesHarald Welte1-0/+1
This forwards the raw DIAG messages via GSMTAP, so the receiver (e.g. wireshark) will have to do a full DIAG protocol decode. I currently prefer this idea to that of converting only the protocol payload to "native" GSMTAP messages like GSMTAP_UM. One of the problems is that the LAPDm headers are alrady stripped, and we would have to re-add fake LAPDm headers to generate GSMTAP_UM. So let's rather forward all information we have and let wireshark deal with it. I'm not entirely sure if this is the best strategy, but we can always implement both modes and switch between them at runtime.
2017-01-07WIP: Enable PCAP generation in modemHarald Welte1-3/+35
2017-01-01don't use magic numbers if we have #definesHarald Welte1-4/+4
2017-01-01diag_msgc: Parse responsesHarald Welte1-1/+7
2017-01-01restructuring: Introduce _transceive_ functions for Tx-then-RxHarald Welte1-34/+9
2017-01-01WIP: gsmtapHarald Welte1-0/+9
2017-01-01fix typosHarald Welte1-1/+1
2016-12-28Fix no-return-in-nonvoid-functions in osmo-qcdiag-log.cMartin Hauke1-0/+2
[ 4s] E: osmo-qcdiag no-return-in-nonvoid-function osmo-qcdiag-log.c:170 [hfreyther: Changed exit to return EXIT_SUCCESS]
2016-12-24Add GPLv2-or-later license text + headers + rename to osmo-qcdiag-logHarald Welte1-0/+170