aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-04bts: Remove outdated commentDaniel Willmann1-1/+0
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann1-8/+18
2014-06-04gprs_rlcmac_pdch: Don't access private membersDaniel Willmann1-0/+14
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann1-0/+2
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann1-1/+1
2014-01-16tbf: Make finding use-after-free more easy and set to NULL or returnHolger Hans Peter Freyther1-0/+1
2014-01-15bts: Rename ts and trx to ts_no and trx_no as we operate on numberHolger Hans Peter Freyther1-6/+6
2014-01-15tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther1-2/+2
2013-11-26debug_diagram: Remove the special debug_diagram compilation modeHolger Hans Peter Freyther1-6/+0
2013-11-24tbf: Count how often we re-start a BSN in the send routineHolger Hans Peter Freyther1-0/+1
2013-11-23rlc: Count nacked frames in the statistics tooHolger Hans Peter Freyther1-0/+1
2013-11-19rlc: Count the window stalls on the RLC levelHolger Hans Peter Freyther1-0/+1
2013-11-13rlc: Count the sent and resent RLC blocksHolger Hans Peter Freyther1-0/+2
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther1-0/+1
2013-11-13tbf: Count how often we re-use a TBF that was already being deactivatedHolger Hans Peter Freyther1-0/+1
2013-11-06tbf: Move the llc handling into the tbf (from the bts)Holger Hans Peter Freyther1-186/+1
2013-10-30tbf: Have one imsi field and assign it through a functionHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Make tfi private and update the codeHolger Hans Peter Freyther1-17/+18
2013-10-30tbf: Make the tlli "private" and update the updating codeHolger Hans Peter Freyther1-25/+21
2013-10-30tbf: Create tbf_name and use it in log statementsHolger Hans Peter Freyther1-21/+17
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 Freyther1-7/+7
2013-10-30tbf: Go through the trx to get the ARFCNHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Further logging improvements for TFI/TLLI outputHolger Hans Peter Freyther1-1/+2
2013-10-30bts: Pass the Packet_Control_Acknowledgement_t into the recv methodHolger Hans Peter Freyther1-3/+3
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 Freyther1-1/+1
2013-10-30misc: Change the logging for the tbf and what to logHolger Hans Peter Freyther1-22/+22
2013-10-30bts: Use Packet_Downlink_Ack_Nack_t as parameterHolger Hans Peter Freyther1-7/+7
2013-10-30bts: Simplify the code and use Packet_Resource_Request_t*Holger Hans Peter Freyther1-9/+9
2013-10-30bts: Work with the Packet_Measurement_Report_tHolger Hans Peter Freyther1-4/+4
2013-10-30bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new methodHolger Hans Peter Freyther1-14/+18
2013-10-30bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a methodHolger Hans Peter Freyther1-80/+88
2013-10-30bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate functionHolger Hans Peter Freyther1-43/+51
2013-10-30pdch: Move handling of control_ack to a separate methodHolger Hans Peter Freyther1-86/+94
2013-10-30bts: Count the rach frames we receiveHolger Hans Peter Freyther1-0/+6
2013-10-30misc: Fix typo.. resource in english only has one 's'Holger Hans Peter Freyther1-6/+6
2013-10-30bts: Print the kind of message type not known.Holger Hans Peter Freyther1-1/+3
2013-10-30llc: Count timedout and silently dropped framesHolger Hans Peter Freyther1-0/+2
2013-10-30sba: Move freeing a sba into a central placeHolger Hans Peter Freyther1-8/+2
2013-10-30sba: Count SBA allocation, frees and timeoutsHolger Hans Peter Freyther1-0/+7
2013-10-30bts: Provide the first set of countersHolger Hans Peter Freyther1-0/+3
2013-10-30bts: Start creating statistics inside the BTS codeHolger Hans Peter Freyther1-0/+33
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbfHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Move gprs_rlcmac_rcv_rach into the BTS classHolger Hans Peter Freyther1-0/+81
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther1-0/+38
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther1-0/+19
2013-10-30bts: Move rcv_imm_ass_cnf into the bts codeHolger Hans Peter Freyther1-0/+39