aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol1-1/+2
2021-08-23tests: tbf: Fix dl_tbf polled for data without being in FLOW statePau Espin Pedrol1-0/+6
2021-08-23Move FLOW tbf_state transition to tbf_fsm.Pau Espin Pedrol1-1/+2
2021-07-26tests/tbf: Fix null pointer access if slowly stepping with gdbPau Espin Pedrol1-29/+41
2021-07-01pdch: Fix heap-use-after-free in pdch->ulcPau Espin Pedrol1-2/+2
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-24/+26
2021-05-11encoding: Encode TA in UL ACK/NACK if availablePau Espin Pedrol1-4/+4
2021-04-26Make WaitIndication T3172 configurablePau Espin Pedrol1-1/+1
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol1-3/+5
2021-04-22pdch: rcv_resource_request: Improve robustnessPau Espin Pedrol1-33/+33
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol1-10/+8
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-4/+19
2021-03-17sysmo: fix wrong FN jumps in rx RA.indPau Espin Pedrol1-1/+1
2021-03-15bts: Detect FN jumpsPau Espin Pedrol1-5/+0
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-6/+31
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-1/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-58/+29
2021-01-19Convert osmo_bts_sock.cpp to CPau Espin Pedrol1-1/+1
2021-01-19Convert gprs_bssgp_pcu.cpp to CPau Espin Pedrol1-6/+6
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-291/+265
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-10/+8
2021-01-18tests/tbf: Allocate PCU per test instead of globallyPau Espin Pedrol1-33/+58
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol1-6/+2
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-10/+4
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-12/+9
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-195/+255
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-81/+74
2020-12-12migrate to DLBSSGP as log sub-system for BSSGPHarald Welte1-2/+1
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol1-12/+0
2020-11-04tbf_dl: Don't fake EGPRS MS class when no related info is availablePau Espin Pedrol1-1/+1
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol1-2/+2
2020-10-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol1-7/+7
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol1-12/+12
2020-10-29alloc_algo_b: Select TRX with least assigned TFIs during TBF allocPau Espin Pedrol1-0/+1
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol1-4/+4
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-11/+15
2020-10-06Use the new NS2 libAlexander Couzens1-24/+25
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy1-38/+37
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-26/+6
2020-05-19tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lostPau Espin Pedrol1-0/+1
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-14/+19
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol1-2/+1
2020-03-23rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bitsPau Espin Pedrol1-32/+32
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol1-2/+4
2019-11-08tests/tbf: suspend warnings about the link quality measurementsVadim Yanitskiy1-17/+7
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol1-6/+9
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol1-1/+3