aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
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-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg1-0/+4
In order to use this feature, sysmoBTS requires option "-M", otherwise the traffic is forwarded through socket interface. This is essential, if PCU runs on processor of sysmoBTS. The reaction time and delay of PDTCH frames could heavily degrade proper packet flow.
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+1
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-0/+2
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-0/+1
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+68
The code corresponds to commit a9aa4777cc1144897a77dfb6c5c3d7325705251e in openbts-p2.8.git (Tue Jun 12 18:14:49 2012 +0400)