aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol2-477/+537
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol1-5/+0
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-12-01Dl TBF: Get rid of LLC UI dummy blocks following other dataPau Espin Pedrol1-138/+78
2020-12-01Implement downgrade to DL MCS1-4 when USF for GPRS_only MSPau Espin Pedrol1-411/+411
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-671/+671
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 Pedrol2-4/+22
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol1-40/+39
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol2-249/+50
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 Pedrol2-90/+46
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol2-231/+233
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-176/+176
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol1-11/+15
2020-10-23Fix several calls to LOGPALPau Espin Pedrol1-1/+1
2020-10-23Improve debug logging for alloc algosPau Espin Pedrol1-108/+112
2020-10-06Use the new NS2 libAlexander Couzens1-24/+25
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol1-3/+1
2020-08-18Introduce log macro helper LOGPMSPau Espin Pedrol1-12/+12
2020-07-09pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_requestPau Espin Pedrol1-90/+90
2020-07-09pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq receivedPau Espin Pedrol1-1/+1
2020-07-09pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS Radi...Pau Espin Pedrol1-6/+0
2020-07-09pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_requestPau Espin Pedrol1-28/+0
2020-06-26tbf: Drop unneeded method set_tlli_from_ulPau Espin Pedrol1-2/+1
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy2-170/+111
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 Pedrol2-0/+4
2020-05-15pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack()Pau Espin Pedrol1-12/+12
2020-05-14Drop unneeded arg 'ta' in tbf_alloc_ul()Pau Espin Pedrol1-11/+11
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol2-165/+173
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol2-51/+48
2020-04-20TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLIVadim Yanitskiy1-2/+2
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-12-31fix typo in log messagePau Espin Pedrol1-12/+12
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol1-124/+124
2019-11-08GprsMs::update_cs_ul(): clarify the meaning of old_link_qualVadim Yanitskiy1-10/+10
2019-11-08tests/tbf: suspend warnings about the link quality measurementsVadim Yanitskiy2-34/+17
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
2019-09-16tests: TbfTest: Unify stderr and stdout to ease debuggingPau Espin Pedrol3-151/+151
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-265/+265
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-06-07gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instanceAlexander Couzens1-0/+30
2019-03-28TS alloc: expand tests logMax1-225/+225
2019-03-27Fix Channel Coding Command for MCSMax1-2/+2