aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-13rlc: Begin to move the rlc block handling into a separate objectHolger Hans Peter Freyther2-11/+20
2013-11-13rlc: Count the sent and resent RLC blocksHolger Hans Peter Freyther3-0/+12
2013-11-13tbf: Re-use the code that is re-using the tbfHolger Hans Peter Freyther2-24/+26
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther3-4/+11
2013-11-13llc: Make the index 'private' by appending a m_ to it.Holger Hans Peter Freyther2-11/+11
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther3-26/+57
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther4-6/+14
2013-11-13llc: Use timeradd and timercmp and fix for < 1s PDU llc timeoutsHolger Hans Peter Freyther2-11/+11
2013-11-13llc: Change the flow. Exit early for the special case and initialize the tvHolger Hans Peter Freyther1-9/+12
2013-11-13llc: Move the timeout calculation into the TBFHolger Hans Peter Freyther3-17/+25
2013-11-13tbf: Count how often we re-use a TBF that was already being deactivatedHolger Hans Peter Freyther3-0/+5
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther3-11/+8
2013-11-11misc: Fix coverity warning about indentionHolger Hans Peter Freyther1-1/+0
2013-11-11misc: Fix a potential leak on config parsingHolger Hans Peter Freyther1-1/+2
2013-11-11pcu: Address the return without valueHolger Hans Peter Freyther1-0/+1
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 Freyther3-12/+22
2013-11-07llc: Move the llc structure to a new header fileHolger Hans Peter Freyther3-23/+48
2013-11-07tbf: Split create_dl_acked_block into two methodsHolger Hans Peter Freyther2-9/+20
2013-11-07tbf: Move the tbf_handle and tbf_append_data into the classHolger Hans Peter Freyther3-26/+27
2013-11-07llc: Move the llc code out of the tbf.cpp into a new dedicated oneHolger Hans Peter Freyther4-50/+82
2013-11-07llc: First routines moved from the TBF into the LLCHolger Hans Peter Freyther2-29/+73
2013-11-06llc: Begin creating a LLC class and move counts into it.Holger Hans Peter Freyther3-45/+52
2013-11-06tbf: Move the tx part into the tbf as it accesses internal dataHolger Hans Peter Freyther3-29/+30
2013-11-06tbf: Move the llc handling into the tbf (from the bts)Holger Hans Peter Freyther3-186/+199
2013-10-30tbf: Update the timing advance for the new tlli based on the old oneHolger Hans Peter Freyther3-0/+9
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 Freyther4-15/+23
2013-10-30tbf: Make tfi private and update the codeHolger Hans Peter Freyther6-64/+71
2013-10-30tbf: Make the tlli "private" and update the updating codeHolger Hans Peter Freyther6-46/+80
2013-10-30tbf: Create tbf_name and use it in log statementsHolger Hans Peter Freyther4-79/+84
2013-10-30tbf: TODO:Mark TLLI changes as todo item in the codeHolger Hans Peter Freyther1-0/+2
2013-10-30bts: Simplify rcv_resource_request, remove logically dead codeHolger Hans Peter Freyther1-57/+57
2013-10-30bts: Kill dead stores of the tlli/tfi, fix the log message againHolger Hans Peter Freyther1-9/+5
2013-10-30tbf: Remove the trx_no field from the tbf, go through the trx objectHolger Hans Peter Freyther5-18/+16
2013-10-30tbf: Go through the trx to get the ARFCNHolger Hans Peter Freyther4-6/+4
2013-10-30bts: Further logging improvements for TFI/TLLI outputHolger Hans Peter Freyther2-3/+4
2013-10-30bts: Pass the Packet_Control_Acknowledgement_t into the recv methodHolger Hans Peter Freyther2-4/+4
2013-10-30bts: Log the TLLI inside the report we getHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Log the TFI and TLLI so we can try to figure out more from logsHolger Hans Peter Freyther2-11/+13
2013-10-30misc: Change the logging for the tbf and what to logHolger Hans Peter Freyther4-51/+51
2013-10-30bts: Use Packet_Downlink_Ack_Nack_t as parameterHolger Hans Peter Freyther2-8/+8
2013-10-30bts: Simplify the code and use Packet_Resource_Request_t*Holger Hans Peter Freyther2-10/+10
2013-10-30bts: Work with the Packet_Measurement_Report_tHolger Hans Peter Freyther2-5/+5
2013-10-30bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new methodHolger Hans Peter Freyther2-14/+19
2013-10-30bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a methodHolger Hans Peter Freyther2-80/+89
2013-10-30bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate functionHolger Hans Peter Freyther2-43/+52
2013-10-30pdch: Move handling of control_ack to a separate methodHolger Hans Peter Freyther2-86/+95
2013-10-30bts: Count the rach frames we receiveHolger Hans Peter Freyther2-0/+9