aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_data.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-11/+10
2012-12-18Fix: Align TLLI to 32 bit margin, before converting itAndreas Eversberg1-1/+3
2012-12-18Rework on multislot allocation algorithmAndreas Eversberg1-1/+3
2012-12-18Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not usedAndreas Eversberg1-5/+5
2012-12-18Fix: Drop ongoing UL TBF, if another UL TBF is established for same TLLIAndreas Eversberg1-2/+12
2012-12-18Fix: Handling of final acknowledge on downlink TBFsAndreas Eversberg1-10/+11
2012-12-18Fix: Be sure to check if the PACKET DOWNLINK ACK belongs to the polled MSAndreas Eversberg1-2/+8
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-4/+45
2012-10-05Merge branch 'jolly'Ivan Kluchnikov1-210/+631
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-1/+1
2012-10-03Replace switch/case construct by a structure, to define coding schemesAndreas Eversberg1-16/+6
2012-10-03Fix: Poll correctly for downlink acknowlege, to prevent window stallingAndreas Eversberg1-8/+7
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg1-7/+60
2012-09-27Free existing UL/DL TBF, if RACH has been received from MSAndreas Eversberg1-0/+17
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-5/+16
2012-09-24Fix: T3193 is now started with the correct valueAndreas Eversberg1-1/+1
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-3/+3
2012-08-07Adding single block allocationAndreas Eversberg1-57/+156
2012-08-07Fix: Add timer for downlink TBF in assignment stateAndreas Eversberg1-7/+25
2012-08-06Adding flags for debugging assignment and polling timeoutAndreas Eversberg1-8/+77
2012-08-06Adding polling for packet control ack at packet downlink/uplink assignmentAndreas Eversberg1-32/+59
2012-07-26Use final_ack_sent and contention_resolution_done to define ongoing UL TBFAndreas Eversberg1-3/+4
2012-07-25Replaced malloc() by talloc_zero() to be able to track memeory leaksAndreas Eversberg1-7/+10