aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-30tbf/bts: Move the tfi_find_free into the btsHolger Hans Peter Freyther1-0/+55
2013-10-30tbf/pdch/bts: Move the tbf look-up by tfi into the BTSHolger Hans Peter Freyther1-3/+25
2013-10-30pdch/tbf: Add another todo item for badly placed code...Holger Hans Peter Freyther1-0/+1
2013-10-30sba/pdch: Use thepdch to look up a sba for a frame numberHolger Hans Peter Freyther1-2/+2
2013-10-30pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demandHolger Hans Peter Freyther1-20/+16
2013-10-30pdch: Remove the bts argument from rcv_control_blockHolger Hans Peter Freyther1-22/+21
2013-10-30pdch: Remove the the bts parameter from rcv_data_block_acknowledgedHolger Hans Peter Freyther1-7/+7
2013-10-30tbf: Move the timer routine into the classHolger Hans Peter Freyther1-3/+2
2013-10-30pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther1-1/+253
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-2/+233
2013-10-30pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdchHolger Hans Peter Freyther1-2/+29
2013-10-30pdch: Instead of passing bts, trx, ts use the pdchHolger Hans Peter Freyther1-0/+6
2013-10-30pdch: Simplify the reset code, rename variables to XYZ_noHolger Hans Peter Freyther1-2/+2
2013-10-30bts: Add backpointers to the PDCH and TRX structuresHolger Hans Peter Freyther1-0/+13
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-8/+54
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther1-8/+4
2013-10-30encoding: Move the functions into the encoding classHolger Hans Peter Freyther1-2/+3
2013-10-30pdch: Only say we have paged when this has actually been doneHolger Hans Peter Freyther1-1/+1
2013-10-30bts/pdch: Move the adding of paging to the BTS/PDCH objectsHolger Hans Peter Freyther1-0/+88
2013-10-30pdch: Move paging dequeue into the PDCH objectHolger Hans Peter Freyther1-1/+99
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther1-0/+44
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther1-0/+4
2013-10-30bts: Move the frame_number into the BTS sructureHolger Hans Peter Freyther1-0/+6
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-0/+45