aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbfHolger Hans Peter Freyther5-149/+142
2013-10-30tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbfHolger Hans Peter Freyther5-79/+75
2013-10-30tbf: Fix typo in thecommentHolger Hans Peter Freyther1-1/+1
2013-10-30tbf: Move gprs_rlcmac_send_uplink_ack into the tbfHolger Hans Peter Freyther5-61/+55
2013-10-30bts: Move gprs_rlcmac_rcv_rach into the BTS classHolger Hans Peter Freyther5-86/+83
2013-10-30tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbfHolger Hans Peter Freyther5-96/+97
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther5-46/+42
2013-10-30debug_dl_ass_idle: Remove the feature as it is obviously brokenHolger Hans Peter Freyther2-21/+0
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther7-134/+133
2013-10-30bts: Move rcv_imm_ass_cnf into the bts codeHolger Hans Peter Freyther5-44/+42
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 Freyther6-61/+60
2013-10-30tbf/pdch/bts: Move the tbf look-up by tfi into the BTSHolger Hans Peter Freyther4-29/+26
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 Freyther3-2/+9
2013-10-30pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demandHolger Hans Peter Freyther2-25/+24
2013-10-30pdch: Remove the bts argument from rcv_control_blockHolger Hans Peter Freyther2-24/+22
2013-10-30pdch: Remove the the bts parameter from rcv_data_block_acknowledgedHolger Hans Peter Freyther2-8/+21
2013-10-30tbf: Fix typo in the debug messageHolger Hans Peter Freyther1-2/+2
2013-10-30tbf: Add todo item tht could help improving debuggingHolger Hans Peter Freyther1-0/+1
2013-10-30tbf: Move the timer routine into the classHolger Hans Peter Freyther4-13/+16
2013-10-30tbf: Move the handle tineout into the tbf classHolger Hans Peter Freyther2-23/+25
2013-10-30tbf: Move the updating of the data into the tbf classHolger Hans Peter Freyther3-11/+11
2013-10-30pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_blockHolger Hans Peter Freyther6-272/+274
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther10-472/+571
2013-10-30pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdchHolger Hans Peter Freyther3-39/+29
2013-10-30pdch: Instead of passing bts, trx, ts use the pdchHolger Hans Peter Freyther3-3/+14
2013-10-30misc: Remove the bts parameter from calls that take a tbfHolger Hans Peter Freyther4-35/+35
2013-10-30sched: Add another warning about trx->arfcn and arfcn..Holger Hans Peter Freyther1-0/+2
2013-10-30alloc: Remove the ts parameter from the internal interfaceHolger Hans Peter Freyther1-13/+11
2013-10-30pdch: Simplify the reset code, rename variables to XYZ_noHolger Hans Peter Freyther5-14/+15
2013-10-30bts: Add backpointers to the PDCH and TRX structuresHolger Hans Peter Freyther2-0/+21
2013-10-30tbf: First round of removing llc handling from the rlcmac_dataHolger Hans Peter Freyther3-53/+60
2013-10-30data: Move gprs_rlcmac_cs to the place it is used and make staticHolger Hans Peter Freyther3-11/+10
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther13-134/+141
2013-10-30tbf: Keep a pointer from the tbf to the BTSHolger Hans Peter Freyther3-5/+9
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther11-51/+117
2013-10-30sba: Move the sba code to a dedicated fileHolger Hans Peter Freyther6-89/+125
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther8-30/+76
2013-10-30ta: Move timing advance related code into the ta.cpp fileHolger Hans Peter Freyther3-103/+135
2013-10-30encoding: Move the functions into the encoding classHolger Hans Peter Freyther7-48/+88
2013-10-30encoding: Move encoding routines into a separate fileHolger Hans Peter Freyther4-432/+460
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 Freyther5-88/+93
2013-10-30pdch: Move paging dequeue into the PDCH objectHolger Hans Peter Freyther5-103/+104
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther7-42/+76
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther6-33/+124
2013-10-30bts: Move the frame_number into the BTS sructureHolger Hans Peter Freyther5-16/+30
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther8-33/+112
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther13-50/+96