aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-30tbf: Move the updating of the data into the tbf classHolger Hans Peter Freyther1-8/+8
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-0/+167
2013-10-30misc: Remove the bts parameter from calls that take a tbfHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: First round of removing llc handling from the rlcmac_dataHolger Hans Peter Freyther1-0/+49
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-61/+18
2013-10-30tbf: Keep a pointer from the tbf to the BTSHolger Hans Peter Freyther1-3/+4
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Remove the global state from the tbfHolger Hans Peter Freyther1-3/+3
2013-10-30bts: Remove the global state gprs_rlcmac_trigger_downlink_assignmentHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state and the usage of the gprs_rlcmac_btsHolger Hans Peter Freyther1-3/+2
2013-10-30alloc: Introduce a backpointer from the tbf to the trx and simplify codeHolger Hans Peter Freyther1-0/+1
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther1-6/+6
2013-10-28tbf: Prepare to make thing things private in the tbf, start with the stateHolger Hans Peter Freyther1-9/+9
2013-10-28tbf: Move the tbf_timer_cb into the tbf classHolger Hans Peter Freyther1-0/+227
2013-10-28tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.cHolger Hans Peter Freyther1-0/+153
2013-10-28tbf: Add another variant of the free_all now by pdchHolger Hans Peter Freyther1-0/+14