aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-01WIP: Support ANR procedures on MS with active TBFpespin/anrnextPau Espin Pedrol1-1/+15
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-15/+15
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-12/+12
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-1/+1
2021-05-11Implement T3141Pau Espin Pedrol1-0/+4
2021-04-26Clarify, document Assignment related timersPau Espin Pedrol1-1/+1
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol1-1/+1
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-2/+2
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol1-1/+1
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol1-1/+0
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol1-3/+0
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-1/+1
2021-03-02tbf_dl: fix FBI not set upon X2031 = 0Pau Espin Pedrol1-0/+10
2021-03-02tbf_dl: Fix m_last_dl_drained_fn not set under some conditionsPau Espin Pedrol1-4/+4
2021-03-02tbf: log keep_open condition statusPau Espin Pedrol1-1/+9
2021-03-02tbd_dl: Don't re-initialize class field twicePau Espin Pedrol1-5/+2
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol1-4/+3
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol1-26/+18
2021-01-21Get rid of singleton gprs_bssgp_pcu_current_bctx()Pau Espin Pedrol1-1/+1
2021-01-19Convert gprs_bssgp_pcu.cpp to CPau Espin Pedrol1-5/+5
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-39/+39
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol1-4/+4
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-2/+2
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-2/+2
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-38/+48
2020-12-01Dl TBF: Get rid of LLC UI dummy blocks following other dataPau Espin Pedrol1-5/+25
2020-12-01Implement downgrade to DL MCS1-4 when USF for GPRS_only MSPau Espin Pedrol1-11/+25
2020-11-04tbf_dl: Don't fake EGPRS MS class when no related info is availablePau Espin Pedrol1-9/+0
2020-10-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol1-23/+11
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-31/+9
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol1-0/+112
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-3/+3
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-1/+1
2020-10-24Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct filePau Espin Pedrol1-0/+10
2020-07-07tbf_dl: uint8_t is enough to store a TA valuePau Espin Pedrol1-1/+1
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-2/+0
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-19/+18
2020-05-18rlc: Move prepare() function out of gprs_rlc_data structPau Espin Pedrol1-1/+1
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-25/+25
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-5/+7
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol1-11/+11
2020-03-02llc_queue::{dequeue,enqueue}() refactorPau Espin Pedrol1-4/+5
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-1/+4
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol1-1/+1
2019-09-26tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAI...Pau Espin Pedrol1-1/+0
2019-09-26tbf_dl: Setup m_llc_timer in constructor using osmocom APIPau Espin Pedrol1-5/+1