aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Revert "tbf: Add state WAIT_ASSIGN"sysmocom/revert_WAIT_ASSIGNNeels 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
2016-02-05tbf/test: Add missing function name printfsJacob Erlbeck1-0/+8
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-5/+5
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-3/+3
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck1-3/+2
2015-09-01tbf: Keep the old MS object alive in extract_tlliJacob Erlbeck1-2/+2
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck1-4/+4
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-0/+2
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-3/+1
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck1-0/+101
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck1-19/+26
2015-08-24tbf/test: Rename send_rlc_block to request_dl_rlc_blockJacob Erlbeck1-9/+9
2015-08-24tbf/test: Simplify RLC block number handlingJacob Erlbeck1-14/+14
2015-08-24tbf/test: Add send_rlc_block function with a TBF as parameterJacob Erlbeck1-10/+14
2015-08-21tbf/test: Move UL MAC block encoding into a separate functionJacob Erlbeck1-12/+24
2015-08-21tbf: Move pending LLC frames when merging MS objectsJacob Erlbeck1-1/+1
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck1-3/+3
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck1-0/+204
2015-08-21tbf/test: Fix existing testsJacob Erlbeck1-3/+60
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck1-53/+92
2015-08-17ns: Add logging supportJacob Erlbeck1-0/+1
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-7/+12
2015-08-13tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASEJacob Erlbeck1-0/+4
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-2/+2
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-3/+3
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+12
2015-07-03tbf/test: Add assertionsJacob Erlbeck1-0/+2
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck1-1/+1
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-3/+0
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck1-2/+2
2015-06-22tbf/test: Add test for DL LLC packet lossJacob Erlbeck1-0/+70