aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Remove global state from gprs_rlcmac_add_pagingHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state from write_immediate_assignmentHolger Hans Peter Freyther1-2/+3
2013-10-30bts: Remove global state from write_packet_uplink_assignmentHolger Hans Peter Freyther1-2/+3
2013-10-30bts: Remove global state frm gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledgedHolger Hans Peter Freyther1-2/+3
2013-10-30bts: Remove the global state from write_packet_uplink_ackHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Remove global state and the usage of the gprs_rlcmac_btsHolger Hans Peter Freyther1-2/+2
2013-10-30alloc: Call it trx_no and not trx as it is not trx objectHolger Hans Peter Freyther1-4/+4
2013-10-30alloc: Move the two timeslot alloc algorithms to a dedicated fileHolger Hans Peter Freyther1-561/+0
2013-10-30alloc: Move the "assignment" of the slot into a common functionHolger Hans Peter Freyther1-11/+16
2013-10-28tbf: Move the tbf_timer_cb into the tbf classHolger Hans Peter Freyther1-150/+0
2013-10-28tbf: Remove dead code that called tbf_freeHolger Hans Peter Freyther1-48/+0
2013-10-28tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.cHolger Hans Peter Freyther1-153/+0
2013-10-28tbf: Move the struct to the tbf.h header fileHolger Hans Peter Freyther1-0/+1
2013-10-17sba: Fix memory leak when all PDCHs are disabledHolger Hans Peter Freyther1-0/+1
2013-10-16misc: Print the payload that is not knownHolger Hans Peter Freyther1-1/+1
2013-10-16rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPTHolger Hans Peter Freyther1-0/+1
2013-10-16misc: Fix some typos sed -i s,ressources,resources,gHolger Hans Peter Freyther1-1/+1
2013-10-16misc: Fix format and typos in the codeHolger Hans Peter Freyther1-2/+2
2013-10-02tbf: Make multislot lookup tables static/constHolger Hans Peter Freyther1-3/+3
2013-10-02tfi: The tfi_alloc doesn't allocate anything, rename the functionHolger Hans Peter Freyther1-1/+2
2013-09-04rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variableHolger Hans Peter Freyther1-14/+13
2013-07-30misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcuHolger Hans Peter Freyther1-0/+1
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-0/+104
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-1/+7
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-2/+2
2013-01-15Various fixes for multi slot allocation algotihmAndreas Eversberg1-19/+44
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-18/+20
2012-12-18Rework on multislot allocation algorithmAndreas Eversberg1-27/+63
2012-12-18Added paging PS support by Ivan KluchnikovAndreas Eversberg1-0/+50
2012-12-18Fix: Don't use TIMING_ADVANCE_INDEX in assignment messages, if not usedAndreas Eversberg1-10/+30
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-0/+114
2012-12-18Fix: Free CS paging messagesAndreas Eversberg1-3/+8
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-3/+3
2012-10-03Replace switch/case construct by a structure, to define coding schemesAndreas Eversberg1-0/+9
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-14/+34
2012-09-23Fix: Send correct QOS profile and DL-UNITDATA IE to SGSNAndreas Eversberg1-3/+7
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-56/+25
2012-08-07Adding single block allocationAndreas Eversberg1-22/+95
2012-08-07Fix: tfi_alloc() has some signed attributesAndreas Eversberg1-1/+1
2012-07-25Fixed two issues found by clang, pointed out by HolgerAndreas Eversberg1-1/+1
2012-07-25Replaced malloc() by talloc_zero() to be able to track memeory leaksAndreas Eversberg1-4/+5
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg1-0/+3
2012-07-20Fixed Paging RR on PACCHAndreas Eversberg1-8/+14
2012-07-19Added paging for RR connection on PACCH of active TBFsAndreas Eversberg1-0/+209
2012-07-15Only select TLLI, if it is valid (and not unset)Andreas Eversberg1-3/+2
2012-07-15Set coding scheme on Packet Uplink Ack/Nack messageAndreas Eversberg1-1/+2
2012-07-15Minor fixes of debug output of channel allocationAndreas Eversberg1-4/+10