aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Changes RLC/MAC code from C++ to Cjolly/outdated_cAndreas Eversberg1-1067/+0
2012-07-26Moved all bitvector code to seperate fileAndreas Eversberg1-422/+1
2012-07-25Fixed two issues found by clang, pointed out by HolgerAndreas Eversberg1-1/+1
2012-07-25Replaced malloc() by talloc_zero() to be able to track memeory leaksAndreas Eversberg1-4/+5
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+3
2012-07-20Fixed Paging RR on PACCHAndreas Eversberg1-8/+14
2012-07-19Added paging for RR connection on PACCH of active TBFsAndreas Eversberg1-0/+209
2012-07-15Only select TLLI, if it is valid (and not unset)Andreas Eversberg1-3/+2
2012-07-15Set coding scheme on Packet Uplink Ack/Nack messageAndreas Eversberg1-1/+2
2012-07-15Minor fixes of debug output of channel allocationAndreas Eversberg1-4/+10
2012-07-15Adding multislot allocation algorithmAndreas Eversberg1-0/+429
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg1-55/+111
2012-07-13multislot: Extracted "slot allocation algorithm" from tbf allocatorAndreas Eversberg1-54/+79
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-90/+213
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-948/+380
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg1-7/+4
2012-07-06Fixed pseudo length of IMMEDIATE ASSIGNMENT message.Andreas Eversberg1-4/+9
2012-07-06Cleanup of BSSGP code.Andreas Eversberg1-9/+7
2012-07-06RLC/MAC process makes use from attributes, received from PCU socketAndreas Eversberg1-5/+7
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-604/+246
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov1-0/+38
2012-06-29Fixed DL TBF establishment on CCCH.Ivan Kluchnikov1-12/+4
2012-06-27Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack me...Ivan Kluchnikov1-144/+79
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-124/+193
2012-06-26Fixed Downlink TBF Establishment on CCCH.Ivan Kluchnikov1-2/+16
2012-06-26Merge branch 'jolly'Ivan Kluchnikov1-38/+126
2012-06-25Packet Downlink Assigment now uses ARFCN/TN of current BTS layoutAndreas Eversberg1-13/+9
2012-06-24Fixed IMM.ASS messageAndreas Eversberg1-2/+2
2012-06-23Hack to slow down uplink transferAndreas Eversberg1-5/+9
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-21/+87
2012-06-17Improvement of TBF management.Ivan Kluchnikov1-190/+484
2012-06-15Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore.Ivan Kluchnikov1-10/+7
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+840