aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck1-0/+2
2015-07-03ms: Add support for slot reservationJacob Erlbeck1-0/+23
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+2
2015-07-03ms: Add first_common_ts method to GprsMsJacob Erlbeck1-0/+2
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck1-5/+0
2015-06-22ms: Store the NACK rate in the MS objectJacob Erlbeck1-0/+7
2015-06-22ms: Store the L1 measurement values in the MS objectsJacob Erlbeck1-0/+6
2015-06-08ms: Add blocking period for CS upgradeJacob Erlbeck1-0/+2
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck1-0/+2
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck1-0/+17
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-1/+4
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck1-0/+8
2015-06-08tbf: Move the LLC queue to GprsMsJacob Erlbeck1-0/+16
2015-05-28ms: Add timerJacob Erlbeck1-1/+20
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck1-0/+9
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck1-0/+12
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-1/+3
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-1/+16
2015-05-20ms: Add MS storage classJacob Erlbeck1-0/+5
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck1-0/+79