aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Get rid of tbf tsc fieldPau Espin Pedrol1-2/+0
2021-10-12Return void in tbf_assign_control_ts()Pau Espin Pedrol1-1/+1
2021-10-12tbf: Use define to flag control_ts unset special valuePau Espin Pedrol1-0/+2
2021-09-17Add stats: pcu.bts.N.pdch.occupied.gprs/egprsOliver Smith1-6/+0
2021-08-23tbf: Move T3193 to tbf_state FSMPau Espin Pedrol1-4/+0
2021-08-23Move tbf ul_ack_state to osmocom FSMPau Espin Pedrol1-28/+1
2021-08-23tbf.h: Improve documentation on several flagsPau Espin Pedrol1-3/+3
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol1-3/+2
2021-08-23tbf: Use type bool for upgrade_to_multislotPau Espin Pedrol1-1/+1
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_UL_DATAPau Espin Pedrol1-4/+3
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_DL_ASSPau Espin Pedrol1-1/+0
2021-08-23replace dl_ass_state with osmocom FSMPau Espin Pedrol1-28/+7
2021-08-23tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_UL_ASSPau Espin Pedrol1-2/+1
2021-08-23tbf: Reimplement rlcmac_diag() and make it available from CPau Espin Pedrol1-2/+1
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol1-26/+8
2021-08-23Move T3169 and T3195 to tbf_fsmPau Espin Pedrol1-6/+0
2021-08-23Move RELEASING tbf_state transition to tbf_fsmPau Espin Pedrol1-1/+0
2021-08-23Move NULL and ASSIGN tbf_state transition to tbf_fsmPau Espin Pedrol1-66/+3
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-34/+17
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-2/+2
2021-05-11Implement T3141Pau Espin Pedrol1-0/+3
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol1-5/+2
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-3/+2
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol1-24/+0
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol1-6/+0
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol1-12/+5
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-0/+1
2021-02-03nacc: Implement Pkt Cell Change Continue retransmissionPau Espin Pedrol1-0/+3
2021-02-01tbf: Constify some methodsPau Espin Pedrol1-2/+2
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+1
2021-01-29tbf: Make tbf_ms() param constPau Espin Pedrol1-1/+1
2021-01-19Move tbf::free_all static methods to proper object filesPau Espin Pedrol1-3/+0
2021-01-19Get rid of unused gsm_timer.{cpp,h}Pau Espin Pedrol1-2/+0
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol1-2/+1
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-16/+4
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-16/+0
2021-01-11tbf: add virtual destructorEric1-0/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-18/+36
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-1/+2
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-1/+0
2020-10-25tbf: Drop unused function disable_egprs()Pau Espin Pedrol1-6/+0
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol1-2/+0
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol1-9/+3
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-8/+3
2020-10-24tbf: Implement enable_egprs() oncePau Espin Pedrol1-1/+2
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-0/+2
2020-09-22cosmetic: Fix typo in commentPau Espin Pedrol1-2/+2
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol1-1/+3
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-1/+0
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-5/+7