aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Update header includesMax1-0/+1
2018-02-08TBF: move common test code into functionsMax1-109/+67
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 testMax1-1/+1
2018-01-24TBF: adjust test log levelsMax1-2/+3
2018-01-24TBF: make UL ack state internalMax1-3/+3
2018-01-24TBF: make UL/DL state internalMax1-5/+5
2018-01-17TBF: log source of state transitionsMax1-1/+1
2018-01-12TBF: move window parameters to UL/DL levelMax1-10/+10
2018-01-12Avoid code duplication in TBF testMax1-122/+75
2018-01-12TBF-UL: add simpler test helperMax1-4/+2
2018-01-04window: move encoding into functionsMax1-8/+8
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax1-6/+6
2017-12-20TBF: implement independent T31xx timersMax1-2/+2
2017-12-05TBF: fix compiler warning in testMax1-6/+3
2017-10-29tests: Don't use private version of log_info but global gprs_log_infoHarald Welte1-28/+4
2017-05-26Cleanup FN schedulingMax1-15/+1
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-2/+2
2017-02-08main, tests: use msgb_talloc_ctx_init() (new)Neels Hofmeyr1-1/+1
2017-02-08tests: edge, tbf: assert return valuesNeels Hofmeyr1-1/+10
2017-02-08Fix dozens of compiler warnings across the boardNeels Hofmeyr1-54/+22
2017-01-26BTS: accept also relative frame numbers with rach requstPhilipp1-1/+4
2017-01-24Handle packet access reject during packet resource requestaravind sirsikar1-0/+110
2017-01-24Add test case for testing PUANsivasankari1-0/+410
2016-12-09Sanitizer build fix for TbfTestaravind sirsikar1-0/+2
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar1-0/+24
2016-11-09Handle Immediate assignment rejectaravind sirsikar1-0/+83
2016-11-02EGPRS: fix for EPDAN out of windowaravind sirsikar1-10/+4
2016-10-30EGPRS: add test case to show EPDAN BSN out of window bugaravind sirsikar1-0/+102
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr1-1/+1
2016-09-15Fix EGPRS DL window calculation during tbf updateAravind Sirsikar1-5/+2
2016-09-15EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Rele...Aravind Sirsikar1-2/+1
2016-09-15EGPRS: add test case to show LI decoding bugAravind Sirsikar1-0/+152
2016-09-09Fix Timing Advance handlingMax1-0/+2
2016-08-30DL: add test case to show wrong window sizeAravind Sirsikar1-0/+60
2016-08-28TBF flow: unit test compilation error fixAravind Sirsikar1-1/+1
2016-08-27Change interface in osmo-pcu for 11 bit RACHbhargava1-4/+5
2016-08-25Fix EGPRS PUAN encoding: use correct urbb_lenAravind Sirsikar1-2/+1
2016-08-25EGPRS: PUAN encoding: add test case to show wrong urbb_len issueAravind Sirsikar1-0/+179
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar1-0/+235
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar1-0/+488
2016-07-26Remove useless ARFCN parameterMax1-5/+5
2016-07-13Add test cases to support ARQ-II for EGPRS DL RetxAravind Sirsikar1-0/+227
2016-02-08tbf/tests: Add tests for EGPRS TBF establishmentJacob Erlbeck1-16/+153
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck1-1/+1
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck1-2/+3
2016-02-08tbf: Do not reuse old TBF after RACH requestsJacob Erlbeck1-3/+2
2016-02-08edge: Make window size configurableJacob Erlbeck1-0/+56
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck1-0/+34