aboutsummaryrefslogtreecommitdiffstats
path: root/tests/alloc
AgeCommit message (Expand)AuthorFilesLines
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2-2/+2
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol2-11/+11
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol2-74/+58
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol2-18/+26
2021-01-15gprs_rlc_ts_alloc: ensure no rolling slots are allocatedAlexander Couzens2-15675/+15675
2021-01-12AllocTest: Avoid queuing tons of to-be-freed msPau Espin Pedrol1-0/+6
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-34/+41
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-100948/+100948
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol1-6/+6
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol1-12773/+12773
2020-10-23Fix several calls to LOGPALPau Espin Pedrol1-24/+24
2020-05-13gprs_debug: Use only LOGL_NOTICE as default loglevelPhilipp Maier1-0/+1
2020-05-12Expect ms object to exist before calling tbf_alloc_dl_tbf()Pau Espin Pedrol1-32/+28
2020-05-12Expect ms object to exist before calling tbf_alloc_ul_tbf()Pau Espin Pedrol1-8/+20
2020-01-29tests/alloc: fix implicit conversion from 'double' to 'int8_t'Vadim Yanitskiy1-1/+1
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-03-28TS alloc: expand tests logMax1-49/+49
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2-2/+2
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr2-0/+2
2018-02-21Simplify TS alloc: move slot check into functionsMax2-0/+523
2018-01-31TS alloc: print suggested TRX on allocation errorsMax1-824/+824
2018-01-26Simplify TS alloc: use defines for constantsMax1-3/+3
2018-01-26Simplify TS alloc: fix allocation callsMax1-10/+15
2018-01-26Simplify TS alloc: adjust allocator signaturesMax1-5/+3
2018-01-25Add multislot classes from latest specMax4-3161/+72574
2018-01-25AllocTest: remove assumption on max MS classMax3-2732/+4072
2018-01-25AllocTest: expand test outputMax2-101/+85
2018-01-25AllocTest: adjust test_alloc_b()Max1-199/+156
2018-01-25Add tests for find_multi_slots()Max2-0/+1333
2018-01-19TBF: add dedicated log categoriesMax1-732/+137087
2017-09-12TS alloc: properly count UL slotsMax1-0/+4
2017-02-08main, tests: use msgb_talloc_ctx_init() (new)Neels Hofmeyr1-1/+1
2017-02-08Fix dozens of compiler warnings across the boardNeels Hofmeyr1-1/+1
2016-09-14DL TS allocation: add test case to show TS allocation bug for 2nd DL TBFAravind Sirsikar2-0/+54
2016-02-22alloc: Fix UBSAN for accessing the array at -16Holger Hans Peter Freyther1-3/+3
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-6/+6
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-17/+19
2015-07-16alloc: Make alloc_algorithm_dynamic statefulJacob Erlbeck3-893/+423
2015-07-16alloc/test: Fix trx_no assertionJacob Erlbeck1-1/+2
2015-07-16alloc/test: Free the TBF if the recursion has failedJacob Erlbeck1-0/+4
2015-07-16alloc/test: Use lower case for slots with TFI shortageJacob Erlbeck1-16/+39
2015-07-16alloc: Use a separate usage computation for algo AJacob Erlbeck1-56/+56
2015-07-16alloc/test: Show expectation before failureJacob Erlbeck1-1/+10
2015-07-16alloc: Add 'dynamic' allocation algorithmJacob Erlbeck3-0/+1703
2015-07-16alloc: Refactor alloc algorithms to only apply changes on successJacob Erlbeck1-7/+7
2015-07-16alloc/test: Add test for interleaved TBF chainsJacob Erlbeck3-0/+1104
2015-07-16alloc/test: Put TBF allocation loop into alloc_many_tbfsJacob Erlbeck1-22/+43
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-10/+4
2015-07-16alloc: Allocate TFI per slot (algorithm A)Jacob Erlbeck3-143/+408