aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Implemented estimated C/I algorithm for link adaptation.link_adaptationIvan Kluchnikov1-7/+114
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-0/+104
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-1/+7
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-2/+2
2013-01-15Various fixes for multi slot allocation algotihmAndreas Eversberg1-19/+44
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-18/+20
2012-12-18Rework on multislot allocation algorithmAndreas Eversberg1-27/+63
2012-12-18Added paging PS support by Ivan KluchnikovAndreas Eversberg1-0/+50
2012-12-18Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not usedAndreas Eversberg1-10/+30
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-0/+114
2012-12-18Fix: Free CS paging messagesAndreas Eversberg1-3/+8
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-3/+3
2012-10-03Replace switch/case construct by a structure, to define coding schemesAndreas Eversberg1-0/+9
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-14/+34
2012-09-23Fix: Send correct QOS profile and DL-UNITDATA IE to SGSNAndreas Eversberg1-3/+7
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-56/+25
2012-08-07Adding single block allocationAndreas Eversberg1-22/+95
2012-08-07Fix: tfi_alloc() has some signed attributesAndreas Eversberg1-1/+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