aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-24TBF: make UL ack state internalMax1-6/+6
2018-01-19TBF: add dedicated log categoriesMax1-92/+69
2018-01-17TBF: log source of state transitionsMax1-1/+1
2018-01-12TBF: unify EGPRS window calculationMax1-15/+4
2018-01-12TBF: cleanup state flag handlingMax1-3/+1
2018-01-02TBF: log timer invocation sourceMax1-1/+1
2017-12-20TBF: implement independent T31xx timersMax1-1/+1
2017-12-20Introduce LOGTBF* for consistent loggingMax1-5/+3
2017-12-05TBF: expand timer loggingMax1-1/+1
2017-08-14Simplify polling troubleshootingMax1-2/+1
2017-08-14Encapsulate handling of UL ACK timeoutMax1-0/+21
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-1/+1
2017-01-23Add compression support in EGPRS PUANsivasankari1-0/+21
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-0/+17
2016-11-14Add BTS level countersMrinal Mishra1-1/+54
2016-09-15EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Rele...Aravind Sirsikar1-6/+10
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar1-22/+142