aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-15tbf: Don't multiplex one timer per tbfsysmocom/tbf-final-ackDaniel Willmann6-102/+177
2014-09-15bts: Poll for DL ACK/NACK again if MS answered with different messageDaniel Willmann1-0/+7
2014-09-10poll_controller: Be stricter with the timeout handlingDaniel Willmann1-4/+10
2014-09-10tbf: Handle DL ACK/NACK poll timeout correctlyDaniel Willmann1-1/+11
2014-09-10tests/tbf: Test for final ack issueDaniel Willmann2-0/+142
2014-09-10tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbfDaniel Willmann4-35/+83
2014-08-15tbf: Include TBF state in tbf_name outputDaniel Willmann3-6/+14
2014-08-15TbfTest: Make logging more verboseDaniel Willmann2-1/+40
2014-08-12Merge branch 'sysmocom/tbf-split'Holger Hans Peter Freyther8-1073/+1152
2014-08-12tbf: Split out UL/DL TBF methods into separate filesDaniel Willmann4-1011/+1092
2014-08-08tbf, bts: Use tbf set_state method instead of tbf_new_state functionDaniel Willmann3-31/+24
2014-08-08tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBFDaniel Willmann4-28/+33
2014-08-08tbf: Make llc_dequeue a method of DL TBFDaniel Willmann2-4/+4
2014-08-08tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBFDaniel Willmann2-6/+6
2014-08-08Merge remote-tracking branch 'origin/sysmocom/tbf-split'Holger Hans Peter Freyther13-270/+287
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann9-85/+86
2014-08-07tbf: Move the dir.dl/ul members out of the base class into DL/UL TBFDaniel Willmann1-21/+29
2014-08-07tbf: Remove unused function sns()Daniel Willmann1-8/+0
2014-08-07gprs_rlcmac_ts_alloc: Be explicit about which TBF is usedDaniel Willmann1-9/+13
2014-08-07encoding: Change function signature to use UL TBFs where it makes senseDaniel Willmann2-4/+4
2014-08-07tbf: Move UL TBF methods from base class into UL TBFDaniel Willmann2-9/+12
2014-08-07gprs_rlcmac_sched: Use UL/DL TBFs in schedulerDaniel Willmann1-28/+32
2014-08-07tbf: Split UL and DL TBFs up in create_dl_ass()Daniel Willmann1-10/+12
2014-08-07poll_controller: Use DL/UL TBFs in PollController::expireTimedout()Daniel Willmann1-9/+10
2014-08-07tbf: Use DL/UL TBFs in poll_timeout codepaths that deal only with one typeDaniel Willmann1-17/+20
2014-08-07tests/alloc: Use the specific UL/DL TBF classes instead of the baseDaniel Willmann1-2/+4
2014-08-07tbf, gprs_bssgp_pcu: Move some methods to DL TBFDaniel Willmann3-16/+15
2014-08-07bts: Change parameter in BTS::trigger_dl_ass() to DL TBFDaniel Willmann3-45/+47
2014-08-07bts: Make use of DL TBF explicit in rcv_imm_ass_cnf()Daniel Willmann1-5/+5
2014-08-07tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBFDaniel Willmann3-8/+10
2014-08-07bts, tbf: Make rcvd_dl_ack a method of the DL TBFDaniel Willmann3-3/+3
2014-08-07tbf: Make append_data a function of DL TBFsDaniel Willmann2-5/+5
2014-08-07tbf: Make tbf_lookup_dl() return and handle() use a dl_tbfDaniel Willmann1-6/+6
2014-08-07bts: Remove the OSMO_ASSERTs for TBF directionDaniel Willmann1-6/+0
2014-07-30tbf: Use plain old data structure (PODS) for llist managementDaniel Willmann5-18/+50
2014-07-22Merge branch 'sysmocom/tbf-split'Holger Hans Peter Freyther6-94/+182
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann5-46/+106
2014-07-22bts, tbf: Change the TBF return type of functions to the ul/dl versionDaniel Willmann3-23/+30
2014-07-16bts: Return the special type for {ul,dl}_tbf_by_* functionsDaniel Willmann2-26/+26
2014-07-16tbf: Add ul and dl TBF types and allocate them in tbf_alloc()Daniel Willmann2-1/+11
2014-07-16bts: Ensure tbf direction with OSMO_ASSERT()Daniel Willmann2-7/+18
2014-07-03bts: Split tbf_by_poll_fn into separate dl and ul functionsDaniel Willmann2-6/+18
2014-07-03bts: Separate functions for dl/ul tbf_by_tfi lookupDaniel Willmann2-4/+18
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann4-23/+35
2014-07-02misc: Add missing include for the rate counterHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add missing include for atoiHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add {} to avoid nested if/if/else ambigioutyHolger Hans Peter Freyther1-1/+2
2014-07-02misc: Do not mix struct/class in the forward declarationHolger Hans Peter Freyther3-3/+3
2014-06-16sysmobts: Add a hot-fix to avoid dumping -1 amount of dataHolger Hans Peter Freyther1-5/+16
2014-06-15Always exit and don't try to recoverDaniel Willmann6-26/+10