1. cf854ca diag_msg: Don't replace second character of every msg with 'p' by Harald Welte · 7 years ago
  2. 70ff72d fix various compilation warnings all over the code by Harald Welte · 7 years ago
  3. 1570b9f decode L2 channel type by Harald Welte · 7 years ago
  4. 0512d9d decoder for RLC-EPDAN, MDSP-CMD, L2-STATE and L2-TRANSM-STATUS by Harald Welte · 7 years ago
  5. 0442fea Enable + Interpret more GPRS related logging by Harald Welte · 7 years ago
  6. fe53544 gprs: handle RLC uplink/downlink ack/nack params by Harald Welte · 7 years ago
  7. 7b113a2 WIP: More WCDMA/RRC decoding by Harald Welte · 7 years ago
  8. 280bb05 diag_log_gprs_rlc.h: More log message definitions by Harald Welte · 7 years ago
  9. 5162dd5 Add (E)GPRS MAC ACK/NACK log support by Harald Welte · 7 years ago
  10. 65dd71c diag_log_gprs: Cosmetic change in re-ordering the log_dispatch_tbl by Harald Welte · 7 years ago
  11. 0074951 add LLC XID information decode by Harald Welte · 7 years ago
  12. da5dd03 update .gitignore by Harald Welte · 7 years ago
  13. 35d5f5b add missing diag_dpl.h to repo by Harald Welte · 7 years ago
  14. 4e5338b WIP: SIM Card logging by Harald Welte · 7 years ago
  15. 9e02b55 fix diag_umts_rrc_chtype and add more diag_log_code_wcdma by Harald Welte · 7 years ago
  16. 78b8bda fix gen_log_config_set_mask() by Harald Welte · 7 years ago
  17. 7e6d71e also log config request/response messages via GSMTAP by Harald Welte · 7 years ago
  18. b8a7098 patch %s out of format strings received from phone by Harald Welte · 7 years ago
  19. 5fa552c separate diag_log_umts to diag_log_wcdma by Harald Welte · 7 years ago
  20. a32c769 Generate GSMTAP messages from raw received DIAG frames by Harald Welte · 7 years ago
  21. a115fbb diag_read_msg(): Discard any messages shorter than 3 bytes by Harald Welte · 7 years ago
  22. 4ae0936 WIP: Enable PCAP generation in modem by Harald Welte · 7 years ago
  23. 6ec7abf Genreate GSMTAP messages from raw received DIAG frames by Harald Welte · 7 years ago
  24. 651d4d8 replace old magic numbers with proper #defines by Harald Welte · 7 years ago
  25. 02f7f3a diag_io.c: remove left-over 'rc=%d' print by Harald Welte · 7 years ago
  26. 0eb2ef1 DPL: consequently use struct dpl_iid rather than uint32_t by Harald Welte · 7 years ago
  27. 3b144a2 DPL: add parsing of results from modem by Harald Welte · 7 years ago
  28. f727edc diag_push_subsys_hdr(): subsystem code is 16bits by Harald Welte · 7 years ago
  29. ddd6a0d diag_cmd: Print error messages for bad {command, length, parameter} by Harald Welte · 7 years ago
  30. 89c159c add printing of DIAG_QSR_EXT_MSG_TERSE_F by Harald Welte · 7 years ago
  31. 022c45a register diag_msg via the diag_cmd dispatch table by Harald Welte · 7 years ago
  32. 95fdb6e don't use magic numbers if we have #defines by Harald Welte · 7 years ago
  33. 58185e6 fixup dpl by Harald Welte · 7 years ago
  34. 7af93aa diag_msg: endian fixes by Harald Welte · 7 years ago
  35. f6bd58c diag_msg: Include subsys_id in printed message by Harald Welte · 7 years ago
  36. e420463 diag_log: rough verification if response matches request by Harald Welte · 7 years ago
  37. c265c12 remove Tx/Rx debugging from diag_io.c by Harald Welte · 7 years ago
  38. f180199 diag_msgc: Parse responses by Harald Welte · 7 years ago
  39. efb3eca add ability to hexdump all received and transmitted messages by Harald Welte · 7 years ago
  40. dc2cafc restructuring: Introduce _transceive_ functions for Tx-then-Rx by Harald Welte · 7 years ago
  41. 9a3cd09 fixup dpl by Harald Welte · 7 years ago
  42. 035e146 fix DIAG timestamp conversion routines + add comments by Harald Welte · 7 years ago
  43. ce2f396 WIP: gsmtap by Harald Welte · 7 years ago
  44. 8ca17c6 fix typos by Harald Welte · 7 years ago
  45. af23515 Fix typos by Martin Hauke · 7 years ago
  46. b236aa7 Fix no-return-in-nonvoid-functions in osmo-qcdiag-log.c by Martin Hauke · 7 years ago
  47. 1d53544 Modernize README, move the old information to HISTORY by Holger Hans Peter Freyther · 7 years ago
  48. 9fe15e0 Add TODO file by Harald Welte · 7 years ago
  49. ccea8dd Add GPLv2-or-later license text + headers + rename to osmo-qcdiag-log by Harald Welte · 7 years ago
  50. 634d57a Makefile: use pkg-config to get libosmocore cflags/libs by Harald Welte · 7 years ago
  51. 97de170 add missing #pragma once to header files by Harald Welte · 7 years ago
  52. 84ec50f header file restructuring by Harald Welte · 7 years ago
  53. 6fc7f68 introduce API for MSG SSID runtime mask configuration by Harald Welte · 7 years ago
  54. 0e50916 move DIAG MSG handling to separate file diag_msg.c by Harald Welte · 7 years ago
  55. 98f6fad diag_io: print error messsage to stderr by Harald Welte · 7 years ago
  56. faea754 re-structure the LOG dispatcher by Harald Welte · 7 years ago
  57. 2c36375 better formatting of output, incldue LOG/MSG prefix, timestamp, ... by Harald Welte · 7 years ago
  58. 654f117 cosmetic: some more comments by Harald Welte · 7 years ago
  59. 4359a48 rename dump_log() to diag_rx_ext_msg_f() by Harald Welte · 7 years ago
  60. 234b56b fix various compiler warnings by Harald Welte · 7 years ago
  61. b506ce8 rename Makefile to more usual name by Harald Welte · 7 years ago
  62. bd44858 split the I/O part into diag_io.c by Harald Welte · 7 years ago
  63. 272b4ae remove our own framing.c implemmentation in favor of Linux one by Harald Welte · 7 years ago
  64. 4e06b5c remove local serial.[ch] code and use libosmocore for that by Harald Welte · 7 years ago
  65. 6a50b96 diagchar_hdlc.c: Adopt to work outside of the Linux kernel by Harald Welte · 7 years ago
  66. 99ac1f3 import diagchar.[ch] from linux kernel of Quectel EC25 module by Harald Welte · 7 years ago
  67. 7e8d96f framing.c: Unify coding style by Harald Welte · 7 years ago
  68. 2d371ed cosmetic change: transmit function renaming for more clarity by Harald Welte · 7 years ago
  69. 9e7b32b remove private DumpBYTEs function and use osmo_hexdump() by Harald Welte · 7 years ago
  70. cd877f1 dump_log: better understanding of "ext_msg" log header by Harald Welte · 7 years ago
  71. e1d8ef9 decode QMUX logs using libqmi-glib by Harald Welte · 7 years ago
  72. 45a5f83 Enable QMUX logging by Harald Welte · 7 years ago
  73. 97d3042 gprs_mac: add decode of TBF RELEASE for UL and DL by Harald Welte · 7 years ago
  74. f5d6fee Activate + interpret many more DIAG LOG messages for GPRS by Harald Welte · 8 years ago
  75. 9ef16df add file containing GPRS related log codes by Harald Welte · 8 years ago
  76. 211dd6c introduce new API for configuring the diag logging by Harald Welte · 8 years ago
  77. 9e38c65 add lg_diagcmd.h file by Harald Welte · 8 years ago
  78. 1cd1e73 add GPRS/EGPRS MAC + RLC layer DIAG related definitions by Harald Welte · 8 years ago
  79. 5b722eb add .gitignore by Harald Welte · 10 years ago
  80. f9e7444 add script (for piping sysmo-qxdm output) to colorize rxqual >= 3 by Harald Welte · 10 years ago
  81. a7d50bf Add missing files by Holger Hans Peter Freyther · 10 years ago
  82. 3b4e2e5 time: Show the time with two digits.. by Holger Hans Peter Freyther · 11 years ago
  83. 93b625b Parse the log message and print the result to the console by Holger Hans Peter Freyther · 11 years ago
  84. ae73a05 Initial version to dump receives messages in hex by Holger Hans Peter Freyther · 11 years ago
  85. f4b09b3 Add some notes and examples on the protocol by Holger Hans Peter Freyther · 11 years ago