aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_data.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Implemented estimated C/I algorithm for link adaptation.link_adaptationIvan Kluchnikov1-3/+75
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-2/+42
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-44/+40
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-1/+1
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-11/+10
2012-12-18Fix: Align TLLI to 32 bit margin, before converting itAndreas Eversberg1-1/+3
2012-12-18Rework on multislot allocation algorithmAndreas Eversberg1-1/+3
2012-12-18Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not usedAndreas Eversberg1-5/+5
2012-12-18Fix: Drop ongoing UL TBF, if another UL TBF is established for same TLLIAndreas Eversberg1-2/+12
2012-12-18Fix: Handling of final acknowledge on downlink TBFsAndreas Eversberg1-10/+11
2012-12-18Fix: Be sure to check if the PACKET DOWNLINK ACK belongs to the polled MSAndreas Eversberg1-2/+8
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-4/+45
2012-10-05Merge branch 'jolly'Ivan Kluchnikov1-210/+631
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-1/+1
2012-10-03Replace switch/case construct by a structure, to define coding schemesAndreas Eversberg1-16/+6
2012-10-03Fix: Poll correctly for downlink acknowlege, to prevent window stallingAndreas Eversberg1-8/+7
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg1-7/+60
2012-09-27Free existing UL/DL TBF, if RACH has been received from MSAndreas Eversberg1-0/+17
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-5/+16
2012-09-24Fix: T3193 is now started with the correct valueAndreas Eversberg1-1/+1
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-3/+3
2012-08-07Adding single block allocationAndreas Eversberg1-57/+156
2012-08-07Fix: Add timer for downlink TBF in assignment stateAndreas Eversberg1-7/+25
2012-08-06Adding flags for debugging assignment and polling timeoutAndreas Eversberg1-8/+77
2012-08-06Adding polling for packet control ack at packet downlink/uplink assignmentAndreas Eversberg1-32/+59
2012-07-26Use final_ack_sent and contention_resolution_done to define ongoing UL TBFAndreas Eversberg1-3/+4
2012-07-25Replaced malloc() by talloc_zero() to be able to track memeory leaksAndreas Eversberg1-7/+10
2012-07-24misc: Fix typos in the commentsHolger Hans Peter Freyther1-5/+5
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+24
2012-07-23Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channelAndreas Eversberg1-15/+8
2012-07-23Fix: Kill pending downlink TBF, if mobile requests uplink TBF on RACHAndreas Eversberg1-0/+9
2012-07-23Fix: Send downlink assignment on PCH twice to make reception more safeAndreas Eversberg1-2/+4
2012-07-23Fix: We don't use timer to define when assignment is complete on PACCHAndreas Eversberg1-3/+25
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg1-2/+45
2012-07-16Changed log levels, to indicate abnormal eventsAndreas Eversberg1-15/+16
2012-07-16Check for downlink sequence is out of rangeAndreas Eversberg1-3/+15
2012-07-16Change polling interval for Packet Downlink Ack/NackAndreas Eversberg1-13/+17
2012-07-15If we already sent final Packet Uplink Ack/Nack, request DL TBF on PCHAndreas Eversberg1-1/+2
2012-07-15No content resolution is required when UL TBF is requested during DL TBFAndreas Eversberg1-0/+1
2012-07-15Ignore Packet Resource RequestAndreas Eversberg1-6/+2
2012-07-15Fixed contention resolution issueAndreas Eversberg1-3/+17
2012-07-15Downlink transfer is finished if all packets are acknowlegedAndreas Eversberg1-4/+8
2012-07-15Polling for downlink ack/nack is performed only on suitable slotAndreas Eversberg1-8/+20
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg1-12/+12
2012-07-13multislot: Extracted "slot allocation algorithm" from tbf allocatorAndreas Eversberg1-5/+5
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-53/+50
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-0/+1409
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg1-8/+17
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg1-53/+63
2012-07-06Fixed pseudo length of IMMEDIATE ASSIGNMENT message.Andreas Eversberg1-9/+9