aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10move openbsc into its own subdirectoryHarald Welte1-161/+0
2009-06-09don't prefix every line with timestamp, this saves some screen real estateHarald Welte1-6/+17
2009-06-02debug: Fix the definition on DMM (Andreas Eversberg)Holger Freyther1-1/+1
Now MM can be specified on the command line with the debug option.
2009-05-23RSL should not be called RSSL in the debug definition (Andreas Eversberg)Harald Welte1-1/+1
2009-05-23A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network CallHarald Welte1-0/+1
Control. This is required for later patches, that extract the call control from gsm_04_08.c. (Andreas Eversberg)
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte1-0/+1
* keep track of site_id/bts_id in struct gsm_bts * dynamically match incoming OML/RSL over TCP connections by BTS Unit ID * introduce new debug category DINP (separate from DMI for hexdumps) * remove ia_config() as it is no longer needed * * ensure that signalling links / E1 line information is correctly printed * when bootstrapping RSL or OML, tell us for which BTS it is being doen * separate bootstrap_bts() out from bootstrap_network() * statically configure two ip.access BTS, one with unit id's 1800/0/0 and 1801/0/0
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte1-3/+13
2009-02-23remove subchan_demux debug statements, add DMUX commandline parsingHarald Welte1-0/+1
2009-02-06introduce new "DEBUGPC" macro for continuing on the same line without prefix ↵Harald Welte1-7/+11
of file/line/time
2009-02-06add DMI and DMIB debug= commandline option parsingHarald Welte1-0/+2
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-1/+10
Remove the callbacks from gsm_network for now. A set of different callbacks will be back. E.g. when the paging is completed, when the Q.931 like call handling is there... Remove var's or move them into #if 0, remove unused stuff that looks like we do not need it anytime soon or #if 0 them, move stuff around.
2008-12-30export debug_flagsHarald Welte1-1/+1
2008-12-29debug: Create a region for Paging CommandHarald Welte1-0/+1
2008-12-28Add coloring for SMS debug messagesDaniel Willmann1-0/+1
2008-12-27hack to write TS2 frames to a file Harald Welte1-1/+1
2008-12-27Use getopt in the bsc_hack to parse optionsHolger Freyther1-0/+5
Current options include a draft of the help screen, an option to disable the colors and to specify the debug categories to show.
2008-12-27Prefix debug symbols with debug_ to reduce the namesapce pollutionHolger Freyther1-1/+1
2008-12-27Assign colors to the different categoriesHolger Freyther1-7/+22
Let there be colors. I have no idea if this will be appreciated. It can be disabled by an option.
2008-12-27Add code to parse a debug category stringHolger Freyther1-0/+48
Use strdup to be able to use strtok on the category string and add a test case. Also safe some more information to be able to use color in the print statement.
2008-12-27Move the debug code to a separate debug.cHolger Freyther1-0/+52