aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18Doc: Update on README and tbf.txtAndreas Eversberg1-1/+1
2012-10-05Merge branch 'jolly'Ivan Kluchnikov1-0/+50
Conflicts: src/gprs_bssgp_pcu.cpp src/gprs_rlcmac.cpp src/gprs_rlcmac_data.cpp src/gprs_rlcmac_sched.cpp
2012-07-24misc: Fix typos in the commentsHolger Hans Peter Freyther1-1/+1
ressource -> resorce
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg1-0/+20
In order to send control blocks to MS and receive control blocks from MS (polling), it is required to select one timeslot that the MS must be able to send and receive. The allocation algorithm must take care of selecting that slot.
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-0/+30
The new data structure is required to define slot/TFI assigment for MS with multislot capability. Now there are two lists for TBFs: uplink and downlink. It is possible to have different TBFs with same TFI in the same direction, as long as they are assigned on different timeslots. See tbf.txt for description. Note: This does not implement any multislot support. It defines the new data structure. Currently only the first slot is assigned.
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-0/+111