aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.cpp
AgeCommit message (Collapse)AuthorFilesLines
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)