aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2010-06-15nat: Register a debug region for the nat.Holger Hans Peter Freyther1-0/+1
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-3/+0
2010-05-23debug: Make GPRS params non-const to avoid compiler warningHolger Hans Peter Freyther1-2/+2
Make log_set_nsvc_filter, log_set_bvc_filter take a non-const parameter as we are going to assign it to a non-const pointer.
2010-05-17[GPRS] BSSGP: Add VTY for configuration and inpectionHarald Welte1-0/+5
This also includes log filtering based on NSEI/BVCI tuple
2010-05-16VTY: Context-sensitive help for logging related commandsHarald Welte1-0/+1
2010-05-15[GPRS] NS: Allow filtering of log messages by NSVC / NSEIHarald Welte1-0/+9
2010-05-13[GPRS] Add debug sections for LLC and SNDCPHarald Welte1-0/+2
2010-05-11[gprs] Add new 'NS' and 'BSSGP' logging categoriesHarald Welte1-0/+2
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte1-0/+1
This branch contains the partial SGSN/GGSN implementation that was originally developed as part of the gprs branch.
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-84/+5
The logging/debugging code is generic enough to move it into libosmocore while keeping OpenBSC specific definitions in openbsc itself. This commit uses the logging support present in libosmocore-0.1.2, you will have to update your library to this version.
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2009-12-28vty: replace'logging level' numeric value with human readable stringHarald Welte (local)1-0/+2
2009-12-24[debug] Introduce DREF debug category for reference countingHarald Welte1-0/+1
2009-12-24Converrt the database later to use DEBUGP/LOGP instead of stderrHarald Welte1-0/+1
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-30/+99
This is the new logging architecture, including * support for multiuple logging targets like stderr and vty * log levels in addition to categories/subsystems * filtering based on imsi, i.e. only see events for one subscriber * dynamically change log level for each category for each vty
2009-12-17logging: introduce log levels at caller siteHarald Welte1-0/+11
This introduces a new LOGP() macro together with LOGL_* definition to support multiple log levels (severities) throughout the codebase. Please note that the actual logging system does not use them yet, in this patch we simply introduce the new macros at the caller site.
2009-12-17[handover] first functional handover implementationHarald Welte1-0/+2
With this commit, we can successfully hand over a channel from one cell to another cell. We implement asynchronous intra-BSC (but inter-BTS) handover. Changes: * introduce new DHO log category * extend rsl_chan_activate_lchan() with argument for HO reference * introduce actual minimal handover decision making in handover_decision.c * various fixes to bsc_handover_start() in handover_logic.c
2009-11-20[debug] Add a debug area for the MGCP code of On WavesHolger Hans Peter Freyther1-0/+2
2009-11-20[debug] Add a debug area for MSCHolger Hans Peter Freyther1-0/+1
2009-11-20[debug] Add a debug area for SCCPHolger Hans Peter Freyther1-0/+2
2009-10-21[debug] Use gcc attribute to enable printf checkingHolger Hans Peter Freyther1-1/+1
Inform the compiler that the same rules as printf apply to the debugp method. This will check if the arguments match the format string.
2009-08-20[debug] Make the hexdump parameter constHolger Hans Peter Freyther1-1/+1
This way it can be used from values coming TLVP_VAL.
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte1-0/+1
disable it by default
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+39