aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19TBF: add dedicated log categoriesMax1-0/+3
Previously all TBF-related events were logged as part of DRLCMAC which is too broad to make it practically useful due to excessive amount of log messages generated. Introduce dedicated log categories for TBF-related events. Adjust test output as necessary. Change-Id: I64d660e5971263d5c63d2ba95d50625c16a594aa
2017-12-18Remove unused includes and forward declarationsMax1-9/+0
Change-Id: I59da04edd1b8ff965bbfbe00ccae1f7c9b6e5301
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-6/+6
In libosmocore, my patch was merged to master a bit too soon. To accomodate the request for naming that matches the general "LOG" prefix instead of "LOGGING", a fixup was committed to libosmocore. Adjust for that. Original patch: change-id I5c343630020f4b108099696fd96c2111614c8067 The fixup: change-id I424fe3f12ea620338902b2bb8230544bde3f1a93 Change-Id: I4db4a668f2be07f3d55f848d38d1b490d8a7a685
2017-02-17logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr1-13/+6
Change-Id: I7b41a5a26527864177c63403ad171d2987f0ff6a Depends: libosmocore change-id I5c343630020f4b108099696fd96c2111614c8067
2015-08-17ns: Add logging supportJacob Erlbeck1-0/+1
Currently there is not support for Network Service (NS) logging. This commit adds the missing definitions and sets the default level to INFO. Further configuration can now be done with the 'logging level ns' VTY command. Sponsored-by: On-Waves ehf
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-1/+1
The measurements include: - DL bandwidth usage - DL packet loss rate - DL measurements by mobile - UL measurements by BTS In order to receive DL measurements from mobile, it must be enabled via system information message at BSC.
2012-12-18Fix of debug names and initial log levelsAndreas Eversberg1-7/+7
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+1
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg1-8/+8
Only when using LOGL_DEBUG, every detailled information is displayed. When using LOGL_INFO, a summary of the process is displayed. When using LOGL_NOTICE, only errors and warnings like timeouts or invalid received informations are displayed. When using LOGL_ERROR, only local error like software errorss are displayed.
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte1-7/+0
...and link against libosmogb (part of libosmocore.git)
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-2/+4
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-3/+4
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+81
The code corresponds to commit a9aa4777cc1144897a77dfb6c5c3d7325705251e in openbts-p2.8.git (Tue Jun 12 18:14:49 2012 +0400)