aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-30Handle packet access reject during packet resource requestaravind sirsikar1-0/+4
2016-12-29Add compression support in EGPRS PUANPravin Kumarvel1-0/+2
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-0/+22
2016-12-09Add statistics in the ms and tbf level.sivasankari1-0/+29
2016-11-14Add BTS level countersMrinal Mishra1-0/+3
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar1-0/+2
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr1-4/+6
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens1-2/+4
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar1-0/+2
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar1-0/+5
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar1-0/+15
2016-02-08edge: Compare len instead of using cs.isCombinableJacob Erlbeck1-1/+1
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck1-1/+4
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck1-1/+1
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck1-6/+4
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck1-0/+11
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-0/+3
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck1-0/+1
2016-02-08tbf: Use is_control_ts() instead of comparing TS values directlyJacob Erlbeck1-4/+2
2016-02-08sched: Pass the current TS to the control create functionsJacob Erlbeck1-3/+3
2016-02-08tbf: Add abort method for downlink TBFJacob Erlbeck1-0/+1
2016-02-08tbf: Add gprs_rlcmac_tbf::window() methodJacob Erlbeck1-0/+12
2016-02-08edge: Add bitvec based DL window updating methodsJacob Erlbeck1-0/+2
2016-02-05tbf: Remove obsolete TLLI functionsJacob Erlbeck1-1/+0
2016-02-05edge: Fix RLC message sizeJacob Erlbeck1-1/+1
2016-02-05edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_infoJacob Erlbeck1-2/+2
2016-02-01tbf: Remove bogus gprs_rlcmac_dl_tbf::enable_egprsJacob Erlbeck1-1/+0
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck1-1/+1
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-23/+14
2016-02-01tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cppJacob Erlbeck1-11/+0
2016-02-01tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbfJacob Erlbeck1-0/+17
2015-12-16edge: Remove unused GPRS functionsJacob Erlbeck1-4/+0
2015-12-16edge: Add methods for unified GPRS/EGPRS UL data block handlingJacob Erlbeck1-0/+6
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck1-0/+1
2015-12-15edge: Rename rcv_data_block_acknowledgedJacob Erlbeck1-1/+1
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-1/+2
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-3/+3
2015-12-15edge: Add m_egprs_enabled and related methods to TBFJacob Erlbeck1-0/+22
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck1-1/+8
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-0/+2
2015-08-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck1-5/+9
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-0/+6
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck1-0/+5
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-0/+1
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-3/+2
2015-07-03Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf"Jacob Erlbeck1-1/+1
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck1-0/+2
2015-07-03tbf: Add GprsMs* argument to update() and use it in reuse_tbfJacob Erlbeck1-1/+1
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+5
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck1-4/+3