aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-13rlc: Put a block and the length into a separate objectHolger Hans Peter Freyther1-9/+9
2013-11-13rlc: Begin to move the rlc block handling into a separate objectHolger Hans Peter Freyther1-9/+9
2013-11-13rlc: Count the sent and resent RLC blocksHolger Hans Peter Freyther1-0/+4
2013-11-13tbf: Re-use the code that is re-using the tbfHolger Hans Peter Freyther1-24/+25
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther1-4/+1
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther1-20/+20
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther1-1/+5
2013-11-13llc: Use timeradd and timercmp and fix for < 1s PDU llc timeoutsHolger Hans Peter Freyther1-4/+5
2013-11-13llc: Move the timeout calculation into the TBFHolger Hans Peter Freyther1-17/+1
2013-11-13tbf: Count how often we re-use a TBF that was already being deactivatedHolger Hans Peter Freyther1-0/+1
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther1-2/+2
2013-11-11llc: Add another warning for me to take a lookHolger Hans Peter Freyther1-0/+1
2013-11-11tbf: Make sure that tfi is signed so we can make a < 0 checkHolger Hans Peter Freyther1-1/+1
2013-11-07llc: Move all direct accesses to the frame into the llc structureHolger Hans Peter Freyther1-10/+6
2013-11-07tbf: Split create_dl_acked_block into two methodsHolger Hans Peter Freyther1-9/+17
2013-11-07tbf: Move the tbf_handle and tbf_append_data into the classHolger Hans Peter Freyther1-20/+17
2013-11-07llc: Move the llc code out of the tbf.cpp into a new dedicated oneHolger Hans Peter Freyther1-49/+0
2013-11-07llc: First routines moved from the TBF into the LLCHolger Hans Peter Freyther1-28/+62
2013-11-06llc: Begin creating a LLC class and move counts into it.Holger Hans Peter Freyther1-40/+39
2013-11-06tbf: Move the tx part into the tbf as it accesses internal dataHolger Hans Peter Freyther1-4/+29
2013-11-06tbf: Move the llc handling into the tbf (from the bts)Holger Hans Peter Freyther1-0/+194
2013-10-30tbf: Update the timing advance for the new tlli based on the old oneHolger Hans Peter Freyther1-0/+3
2013-10-30tbf: Learn and propagate the TLLI changes due a new P-TMSIHolger Hans Peter Freyther1-3/+26
2013-10-30tbf: Have one imsi field and assign it through a functionHolger Hans Peter Freyther1-9/+9
2013-10-30tbf: Make tfi private and update the codeHolger Hans Peter Freyther1-31/+32
2013-10-30tbf: Make the tlli "private" and update the updating codeHolger Hans Peter Freyther1-13/+29
2013-10-30tbf: Create tbf_name and use it in log statementsHolger Hans Peter Freyther1-57/+64
2013-10-30tbf: Remove the trx_no field from the tbf, go through the trx objectHolger Hans Peter Freyther1-6/+5
2013-10-30tbf: Go through the trx to get the ARFCNHolger Hans Peter Freyther1-1/+0
2013-10-30bts: Further logging improvements for TFI/TLLI outputHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: Log the TFI and TLLI so we can try to figure out more from logsHolger Hans Peter Freyther1-10/+12
2013-10-30misc: Change the logging for the tbf and what to logHolger Hans Peter Freyther1-25/+25
2013-10-30misc: Fix typo.. resource in english only has one 's'Holger Hans Peter Freyther1-7/+7
2013-10-30llc: Count timedout and silently dropped framesHolger Hans Peter Freyther1-1/+4
2013-10-30bts: Provide the first set of countersHolger Hans Peter Freyther1-2/+11
2013-10-30tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbfHolger Hans Peter Freyther1-0/+331
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbfHolger Hans Peter Freyther1-0/+140
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbfHolger Hans Peter Freyther1-0/+73
2013-10-30tbf: Fix typo in thecommentHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Move gprs_rlcmac_send_uplink_ack into the tbfHolger Hans Peter Freyther1-0/+53
2013-10-30tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbfHolger Hans Peter Freyther1-0/+94
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther1-2/+2
2013-10-30debug_dl_ass_idle: Remove the feature as it is obviously brokenHolger Hans Peter Freyther1-5/+0
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther1-0/+104
2013-10-30tbf/bts: Move the tfi_find_free into the btsHolger Hans Peter Freyther1-2/+2
2013-10-30tbf/pdch/bts: Move the tbf look-up by tfi into the BTSHolger Hans Peter Freyther1-22/+0
2013-10-30tbf: Fix typo in the debug messageHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: Add todo item tht could help improving debuggingHolger Hans Peter Freyther1-0/+1
2013-10-30tbf: Move the timer routine into the classHolger Hans Peter Freyther1-6/+10
2013-10-30tbf: Move the handle tineout into the tbf classHolger Hans Peter Freyther1-20/+24