1. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libcommon/debug.c]
  2. b4999b6 pcu_sock: add basic pcu interface support by Philipp Maier · 8 years ago
  3. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  4. 89a8e72 logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  5. 94f49a4 debug.h/c: remove unused cruft / cosmetic tweaks by Neels Hofmeyr · 7 years ago
  6. f13b3c9 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  7. 3adb23c add DSUA debug constant by Daniel Willmann · 8 years ago
  8. 35a65ed add DRANAP debug constant by Daniel Willmann · 8 years ago
  9. 06a88fa filter: Move from DNAT to DFILTER category by Holger Hans Peter Freyther · 9 years ago
  10. a677047 Revert "debug.c: use new libosmocore features to print and save log filter" by Harald Welte · 9 years ago
  11. c598e6e debug.c: use new libosmocore features to print and save log filter by Harald Welte · 11 years ago
  12. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 9 years ago
  13. 30a3d2f debug: Fix typo in the debug category by Holger Hans Peter Freyther · 11 years ago
  14. eff40949 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  15. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  16. e6599ee libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  17. 68d85d5 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  18. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  19. 1c33d4c libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  20. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  21. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/common/debug.c]
  22. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/debug.c]
  23. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  24. 3d73e0d nat: Register a debug region for the nat. by Holger Hans Peter Freyther · 14 years ago
  25. d92f9af debug: Make GPRS params non-const to avoid compiler warning by Holger Hans Peter Freyther · 14 years ago
  26. d9a55f6 [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  27. 8be8c8f [GPRS] NS: Allow filtering of log messages by NSVC / NSEI by Harald Welte · 14 years ago
  28. 3bac9a8 VTY / logging: Fix subscriber context / imsi filtering by Harald Welte · 14 years ago
  29. b2e4918 [GPRS] Add debug sections for LLC and SNDCP by Harald Welte · 14 years ago
  30. f171a6e debug/logging: more verbose descriptions by Harald Welte · 14 years ago
  31. 6b72cdf [gprs] Add new 'NS' and 'BSSGP' logging categories by Harald Welte · 14 years ago
  32. 2977d67 GPRS: add DGPRS to new debug api by Harald Welte · 14 years ago
  33. 332442d debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI by Harald Welte · 14 years ago
  34. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  35. bb7bc11 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  36. 8e9559d debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  37. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  38. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  39. f6f2ef9 move get_string_value() und get_value_string() into debug.c by Harald Welte · 14 years ago
  40. b79bdd9 [debug] add new 'logging level' command to set loglevel more user friendly by Harald Welte (local) · 14 years ago
  41. 8410597 [debug] Change the default log level to LOGL_NOTICE by Harald Welte · 14 years ago
  42. d0c1914 [debug] Introduce DREF debug category for reference counting by Harald Welte · 14 years ago
  43. ae1f159 Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 14 years ago
  44. 7ed2529 debug: add missing va_end() by Harald Welte · 14 years ago
  45. aa8989c debug: workaround for strange va_list corruption bug by Harald Welte · 14 years ago
  46. aa6c9ca debug: make sure we always zero-terminate after snprintf() by Harald Welte · 14 years ago
  47. 61cc306 debug: Fix typo DMM -> DNM (we don't need DMM twice) by Harald Welte · 14 years ago
  48. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 14 years ago
  49. 5e68183 handover: disable default-printing of every measurement report by Harald Welte · 15 years ago
  50. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  51. ff5fa4e [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  52. 32201c5 [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  53. ed0a47b [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  54. e78074e [debug] Make the hexdump parameter const by Holger Hans Peter Freyther · 15 years ago
  55. 10d0e67 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  56. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/debug.c]
  57. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  58. 3770b76 debug: Fix the definition on DMM (Andreas Eversberg) by Holger Freyther · 15 years ago
  59. c1d2aae RSL should not be called RSSL in the debug definition (Andreas Eversberg) by Harald Welte · 15 years ago
  60. c125a68 A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network Call by Harald Welte · 15 years ago
  61. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  62. 3cc4bf5 make hexdump return a 'char *' rather than printing by itself by Harald Welte · 15 years ago
  63. ba59baf remove subchan_demux debug statements, add DMUX commandline parsing by Harald Welte · 15 years ago
  64. 6ddd168 introduce new "DEBUGPC" macro for continuing on the same line without prefix of file/line/time by Harald Welte · 15 years ago
  65. b60fa59 add DMI and DMIB debug= commandline option parsing by Harald Welte · 15 years ago
  66. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  67. b0f4793 export debug_flags by Harald Welte · 15 years ago
  68. d35b6a7 debug: Create a region for Paging Command by Harald Welte · 15 years ago
  69. 10d06f6 Add coloring for SMS debug messages by Daniel Willmann · 15 years ago
  70. e9a8261 hack to write TS2 frames to a file by Harald Welte · 15 years ago
  71. b332f61 Use getopt in the bsc_hack to parse options by Holger Freyther · 15 years ago
  72. 5ee72ee Prefix debug symbols with debug_ to reduce the namesapce pollution by Holger Freyther · 15 years ago
  73. 7c03e4c Assign colors to the different categories by Holger Freyther · 15 years ago
  74. d546e31 Add code to parse a debug category string by Holger Freyther · 15 years ago
  75. 32636e8 Move the debug code to a separate debug.c by Holger Freyther · 15 years ago