aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-0/+8
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-2/+28
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-2/+2
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-3/+3
2012-12-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg1-0/+2
2012-12-18Rework on multislot allocation algorithmAndreas Eversberg1-3/+3
2012-12-18Added paging PS support by Ivan KluchnikovAndreas Eversberg1-0/+3
2012-12-18Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not usedAndreas Eversberg1-3/+4
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-0/+14
2012-10-05Merge branch 'jolly'Ivan Kluchnikov1-31/+149
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-0/+13
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg1-1/+6
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-3/+6
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg1-0/+1
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-1/+3
2012-08-07Adding single block allocationAndreas Eversberg1-2/+19
2012-08-07Fix: Add timer for downlink TBF in assignment stateAndreas Eversberg1-1/+2
2012-08-07Fix: tfi_alloc() has some signed attributesAndreas Eversberg1-1/+1
2012-08-06Adding flags for debugging assignment and polling timeoutAndreas Eversberg1-0/+10
2012-08-06Adding polling for packet control ack at packet downlink/uplink assignmentAndreas Eversberg1-1/+2
2012-07-26Use final_ack_sent and contention_resolution_done to define ongoing UL TBFAndreas Eversberg1-1/+2
2012-07-24misc: Fix typos in the commentsHolger Hans Peter Freyther1-1/+1
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+3
2012-07-23Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channelAndreas Eversberg1-2/+2
2012-07-23Fix: We don't use timer to define when assignment is complete on PACCHAndreas Eversberg1-2/+1
2012-07-23VTY: Select timeslot allocation algorithm via VTYAndreas Eversberg1-6/+10
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg1-0/+1
2012-07-20VTY: Added option to force given CS and ignore the scheme given by BTSAndreas Eversberg1-1/+6
2012-07-19Added paging for RR connection on PACCH of active TBFsAndreas Eversberg1-0/+23
2012-07-15Fixed contention resolution issueAndreas Eversberg1-0/+1
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg1-7/+20
2012-07-13multislot: Extracted "slot allocation algorithm" from tbf allocatorAndreas Eversberg1-1/+5
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-22/+33
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-68/+180
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg1-1/+1
2012-07-06Cleanup of BSSGP code.Andreas Eversberg1-1/+1
2012-07-06RLC/MAC process makes use from attributes, received from PCU socketAndreas Eversberg1-8/+0
2012-07-06Receive cell informations via PCU socket interfaceAndreas Eversberg1-2/+13
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-29/+101
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov1-0/+2
2012-06-29Fixed DL TBF establishment on CCCH.Ivan Kluchnikov1-2/+1
2012-06-27Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack me...Ivan Kluchnikov1-1/+1
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-11/+92
2012-06-26Merge branch 'jolly'Ivan Kluchnikov1-3/+10
2012-06-25Packet Downlink Assigment now uses ARFCN/TN of current BTS layoutAndreas Eversberg1-0/+2
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-5/+10
2012-06-17Improvement of TBF management.Ivan Kluchnikov1-18/+61
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+108