aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge: Work-around to not use MCS-6 with paddingJacob Erlbeck1-4/+6
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck1-139/+91
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck1-58/+252
2016-02-08tbf/tests: Add tests for EGPRS TBF establishmentJacob Erlbeck3-16/+1897
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck2-105/+144
2016-02-08encoding: Redesign Encoding::write_immediate_assignment APIJacob Erlbeck1-7/+7
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck1-0/+3
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-8/+24
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck2-16/+17
2016-02-08tbf: Do not reuse old TBF after RACH requestsJacob Erlbeck2-13/+21
2016-02-08tbf: Add abort method for downlink TBFJacob Erlbeck1-51/+58
2016-02-08tbf: Refactor calls to write_immediate_assignmentJacob Erlbeck1-0/+44
2016-02-08tbf: Low prio for BSSPG values for GPRS/EGPRS MS classJacob Erlbeck1-10/+10
2016-02-08edge: Make window size configurableJacob Erlbeck3-0/+133
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck3-0/+38
2016-02-08edge: Call update_window even if FINAL_ACK_INDICATION is setJacob Erlbeck1-0/+31
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck1-0/+1
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck1-14/+14
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck1-71/+142
2016-02-05tbf/test: Add missing function name printfsJacob Erlbeck2-0/+14
2016-02-05edge: Enable EGPRS in downlink TBFsJacob Erlbeck1-51/+51
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck1-70/+70
2016-02-01rlc: Dump RLC data for debuggingJacob Erlbeck1-0/+18
2015-12-16edge: Use a single PDCH rcv_data_block method for GPRS and EGPRSJacob Erlbeck1-37/+44
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck1-2/+2
2015-12-15edge: Use GprsCodingScheme to adjust the UL RLC block sizeJacob Erlbeck1-0/+27
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 Erlbeck2-13/+13
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck1-0/+2
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck2-3/+21
2015-09-01bts: Release DL TBF instead of killing in rcv_resource_requestJacob Erlbeck1-6/+3
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-5/+8
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 Erlbeck2-10/+12
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-0/+2
2015-08-28poll: Use the data_ind FN as time source for current frameJacob Erlbeck1-0/+4
2015-08-28tbf: Add logging for pollingJacob Erlbeck1-0/+16
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck2-23/+220
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck3-0/+790
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck2-49/+78
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 Erlbeck2-26/+26
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 Erlbeck2-2/+2
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck2-11/+9
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck3-0/+639
2015-08-21tbf/test: Fix existing testsJacob Erlbeck2-11/+114
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck2-56/+95
2015-08-18ms: Move MS information merging to GprsMSJacob Erlbeck1-3/+2