aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-01diag_msg: endian fixesHarald Welte1-5/+13
2017-01-01diag_msg: Include subsys_id in printed messageHarald Welte1-1/+1
2017-01-01diag_log: rough verification if response matches requestHarald Welte1-1/+3
2017-01-01remove Tx/Rx debugging from diag_io.cHarald Welte1-2/+0
2017-01-01diag_msgc: Parse responsesHarald Welte2-3/+19
2017-01-01add ability to hexdump all received and transmitted messagesHarald Welte2-0/+10
2017-01-01restructuring: Introduce _transceive_ functions for Tx-then-RxHarald Welte10-73/+208
2017-01-01fixup dplHarald Welte2-5/+6
2017-01-01fix DIAG timestamp conversion routines + add commentsHarald Welte1-3/+8
2017-01-01WIP: gsmtapHarald Welte7-0/+244
2017-01-01fix typosHarald Welte1-1/+1
2016-12-28Fix typosMartin Hauke1-2/+2
2016-12-28Fix no-return-in-nonvoid-functions in osmo-qcdiag-log.cMartin Hauke1-0/+2
2016-12-26Modernize README, move the old information to HISTORYHolger Hans Peter Freyther2-1/+21
2016-12-24Add TODO fileHarald Welte1-0/+11
2016-12-24Add GPLv2-or-later license text + headers + rename to osmo-qcdiag-logHarald Welte13-3/+543
2016-12-24Makefile: use pkg-config to get libosmocore cflags/libsHarald Welte1-2/+2
2016-12-24add missing #pragma once to header filesHarald Welte2-0/+4
2016-12-24header file restructuringHarald Welte22-154/+148
2016-12-24introduce API for MSG SSID runtime mask configurationHarald Welte4-17/+600
2016-12-24move DIAG MSG handling to separate file diag_msg.cHarald Welte4-41/+64
2016-12-24diag_io: print error messsage to stderrHarald Welte1-1/+1
2016-12-24re-structure the LOG dispatcherHarald Welte13-377/+498
2016-12-24better formatting of output, incldue LOG/MSG prefix, timestamp, ...Harald Welte3-6/+42
2016-12-24cosmetic: some more commentsHarald Welte2-0/+14
2016-12-23rename dump_log() to diag_rx_ext_msg_f()Harald Welte1-3/+4
2016-12-23fix various compiler warningsHarald Welte4-4/+6
2016-12-23rename Makefile to more usual nameHarald Welte1-0/+0
2016-12-23split the I/O part into diag_io.cHarald Welte5-133/+162
2016-12-23remove our own framing.c implemmentation in favor of Linux oneHarald Welte6-286/+128
2016-12-23remove local serial.[ch] code and use libosmocore for thatHarald Welte4-66/+4
2016-12-23diagchar_hdlc.c: Adopt to work outside of the Linux kernelHarald Welte1-15/+13
2016-12-23import diagchar.[ch] from linux kernel of Quectel EC25 moduleHarald Welte2-0/+333
2016-12-23framing.c: Unify coding styleHarald Welte1-14/+12
2016-12-23cosmetic change: transmit function renaming for more clarityHarald Welte1-10/+12
2016-12-23remove private DumpBYTEs function and use osmo_hexdump()Harald Welte1-51/+1
2016-12-23dump_log: better understanding of "ext_msg" log headerHarald Welte2-51/+35
2016-12-22decode QMUX logs using libqmi-glibHarald Welte4-3/+55
2016-12-22Enable QMUX loggingHarald Welte1-0/+8
2016-12-19gprs_mac: add decode of TBF RELEASE for UL and DLHarald Welte1-0/+18
2016-01-13Activate + interpret many more DIAG LOG messages for GPRSHarald Welte14-43/+649
2016-01-13add file containing GPRS related log codesHarald Welte1-0/+81
2016-01-13introduce new API for configuring the diag loggingHarald Welte4-28/+106
2016-01-12add lg_diagcmd.h fileHarald Welte1-0/+532
2016-01-08add GPRS/EGPRS MAC + RLC layer DIAG related definitionsHarald Welte4-0/+410
2013-12-24add .gitignoreHarald Welte1-0/+2
2013-12-24add script (for piping sysmo-qxdm output) to colorize rxqual >= 3Harald Welte2-0/+86
2013-12-23Add missing filesHolger Hans Peter Freyther2-0/+26
2013-05-31time: Show the time with two digits..Holger Hans Peter Freyther1-1/+1
2013-05-31Parse the log message and print the result to the consoleHolger Hans Peter Freyther1-5/+80