aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-13/+13
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-7/+7
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-2/+2
2021-05-12ul_tbf: Fix accessing zeroed block when checking if transfer is completePau Espin Pedrol1-2/+3
2021-05-12ul_tbf: Simplify function rcv_data_block_acknowledgedPau Espin Pedrol1-14/+6
2021-05-12Drop existing tbf->ms() check conditionPau Espin Pedrol1-2/+1
2021-05-11tbf_ul: Use is_tlli_valid() APIPau Espin Pedrol1-1/+1
2021-05-11Implement T3141Pau Espin Pedrol1-3/+41
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol1-0/+18
2021-05-11Rename function s/tbf_alloc_ul/tbf_alloc_ul_pacch/Pau Espin Pedrol1-1/+1
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol1-18/+15
2021-04-26Stop abusing T3169Pau Espin Pedrol1-4/+0
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol1-1/+1
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-3/+3
2021-03-24Properly implement N3101Pau Espin Pedrol1-0/+14
2021-03-24Set matching USF if available when polling a UL TBFPau Espin Pedrol1-1/+1
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol1-4/+3
2021-01-21Get rid of singleton gprs_bssgp_pcu_current_bctx()Pau Espin Pedrol1-1/+1
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-27/+27
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-11/+19
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-4/+5
2020-11-06tbf_ul: Log mismatching TLLI on log messagePau Espin Pedrol1-2/+2
2020-11-04tbf_ul: Allow non-egprs phones if EGPRS is enabledPau Espin Pedrol1-6/+0
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol1-0/+158
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-2/+2
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-1/+1
2020-10-24Move gprs_rlcmac_ul_tbf::window to correct filePau Espin Pedrol1-0/+5
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-1/+1
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-3/+2
2020-05-19tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lostPau Espin Pedrol1-14/+18
2020-05-15pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack()Pau Espin Pedrol1-28/+33
2020-05-14bts: Drop specific functions to add values to countersPau Espin Pedrol1-2/+2
2020-05-14bts: Drop specific functions to increase countersPau Espin Pedrol1-16/+16
2020-04-20TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLIVadim Yanitskiy1-1/+1
2019-09-26Move tbf_{dl,ul} child constructors to respective .cpp filesPau Espin Pedrol1-0/+11
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-09-25cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-1/+1
2019-06-24Encoding: drop struct gprs_rlcmac_bts* from all functionsAlexander Couzens1-1/+1
2019-04-08cosmetic: use const pointer for bts_dataMax1-2/+3
2019-03-27TBF: update MCS countersMax1-62/+57
2019-03-26MCS: add mcs_is_*() helpersMax1-1/+1
2019-03-19MCS: use value_string for conversionMax1-4/+5
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax1-21/+21
2019-02-19Add define for dummy burst stringMax1-2/+1
2018-02-20TBF: make network counters internalMax1-1/+1
2018-02-19Update header includesMax1-1/+10
2018-02-03TBF: decrease logging verbosity for trafficMax1-1/+1
2018-01-24TBF: make poll state internalMax1-2/+1