aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-27MCS: add Channel Coding Command encoderMax1-2/+2
2019-03-19TBF-DL: log MCS as stringMax1-23/+23
2019-03-14Use unique NSEI/BVCI/NSVCI in TBF testsMax2-14/+5
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax1-27/+27
2019-03-07Log (M)CS UL update errorsMax1-0/+17
2019-03-07Enable LGLOBAL logging for TBF testsMax2-1/+5
2019-03-06Use msgb_eq_data_print() in testsMax1-10/+33
2018-06-05change log level of "DL packet loss" log messagesStefan Sperling1-1/+0
2018-04-12tbf: add frame number to log outputPhilipp Maier1-282/+282
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-5/+6
2018-02-21Simplify TS alloc: move slot assignmentMax1-1/+1
2018-02-19Simplify TS alloc: split off RX mask computationMax1-3/+3
2018-02-19Update header includesMax1-0/+1
2018-02-08TBF: move common test code into functionsMax1-109/+67
2018-02-03TBF: add helpers for assignment type handlingMax1-1/+32
2018-01-26Simplify TS alloc: fix allocation callsMax1-6/+7
2018-01-25TBF: override send function via linker optionMax1-1/+3
2018-01-25TBF: decrease L1 logging verbosity in testMax2-290/+1
2018-01-24TBF: adjust test log levelsMax2-1186/+4796
2018-01-24TBF: make UL ack state internalMax1-3/+3