aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_data.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbfHolger Hans Peter Freyther1-370/+0
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbfHolger Hans Peter Freyther1-144/+0
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbfHolger Hans Peter Freyther1-75/+0
2013-10-30tbf: Move gprs_rlcmac_send_uplink_ack into the tbfHolger Hans Peter Freyther1-56/+0
2013-10-30bts: Move gprs_rlcmac_rcv_rach into the BTS classHolger Hans Peter Freyther1-83/+0
2013-10-30tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbfHolger Hans Peter Freyther1-92/+0
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther1-40/+1
2013-10-30debug_dl_ass_idle: Remove the feature as it is obviously brokenHolger Hans Peter Freyther1-16/+0
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther1-130/+1
2013-10-30bts: Move rcv_imm_ass_cnf into the bts codeHolger Hans Peter Freyther1-40/+0
2013-10-30tbf: kill the indirection and invoke the right methodHolger Hans Peter Freyther1-9/+4
2013-10-30tbf/bts: Move the tfi_find_free into the btsHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Move the timer routine into the classHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: Move the updating of the data into the tbf classHolger Hans Peter Freyther1-1/+1
2013-10-30pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther1-267/+0
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-464/+1
2013-10-30misc: Remove the bts parameter from calls that take a tbfHolger Hans Peter Freyther1-22/+26
2013-10-30tbf: First round of removing llc handling from the rlcmac_dataHolger Hans Peter Freyther1-53/+5
2013-10-30data: Move gprs_rlcmac_cs to the place it is used and make staticHolger Hans Peter Freyther1-0/+10
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-38/+38
2013-10-30tbf: Keep a pointer from the tbf to the BTSHolger Hans Peter Freyther1-1/+1
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther1-7/+7
2013-10-30sba: Move the sba code to a dedicated fileHolger Hans Peter Freyther1-9/+0
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther1-4/+4
2013-10-30encoding: Move the functions into the encoding classHolger Hans Peter Freyther1-6/+7
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-1/+1
2013-10-30bts: Remove global state from write_immediate_assignmentHolger Hans Peter Freyther1-3/+3
2013-10-30bts: Remove global state from write_packet_uplink_assignmentHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state from gprs_rlcmac_send_packet_uplink_assignmentHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state frm gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state from gprs_rlcmac_send_data_block_acknowledgedHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state from gprs_rlcmac_send_packet_downlink_assignmentHolger Hans Peter Freyther1-3/+1
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_rachHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledgedHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove the global state from write_packet_uplink_ackHolger Hans Peter Freyther1-8/+3
2013-10-30bts: Remove the global state gprs_rlcmac_trigger_downlink_assignmentHolger Hans Peter Freyther1-12/+13
2013-10-30bts: Remove global state and the usage of the gprs_rlcmac_btsHolger Hans Peter Freyther1-1/+1
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther1-5/+5
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-71/+1
2013-10-18tbf: Move the alloc_ul_tbf into tbf.c and change signatureHolger Hans Peter Freyther1-38/+3
2013-10-18tbf: Warn about copy and paste between different tbf alloc routinesHolger Hans Peter Freyther1-0/+2
2013-10-02tbf: constify the IMSI argument for the downlink assignmentHolger Hans Peter Freyther1-3/+3
2013-10-02tfi: The tfi_alloc doesn't allocate anything, rename the functionHolger Hans Peter Freyther1-2/+2
2013-09-04rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variableHolger Hans Peter Freyther1-7/+8
2013-07-30misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcuHolger Hans Peter Freyther1-1/+2
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-2/+42
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-44/+40
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-1/+1