aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-05-20ms: Add MS storage classJacob Erlbeck3-0/+64
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck6-3/+115
2015-05-20tbf/test: Optionally show talloc reportJacob Erlbeck1-0/+3
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+72
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck5-2/+333
2015-05-04tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbfJacob Erlbeck1-1/+1
2015-05-04pcu_emu/test: Initialise current_testJacob Erlbeck1-1/+3
2015-05-04pcu: Fix non-critical warningsJacob Erlbeck5-17/+9
2015-04-09tbf: Send BSSGP LLC discarded on TBI exhaustionJacob Erlbeck1-0/+1
2015-04-09tbf/test: Add test for DL TBF exhaustionJacob Erlbeck3-0/+601
2015-03-25tbf: Poll MS on idle DL TBFsJacob Erlbeck1-27/+27
2015-03-25tbf/test: Add test for delayed releaseJacob Erlbeck3-0/+293
2015-03-25tbf: Use put_frame in append_data if the TBF has no dataJacob Erlbeck1-18/+12
2015-03-25tbf/test: Fix fn/block_nr in test_tbf_final_ackJacob Erlbeck2-8/+25
2015-03-25tbf/test: Put BTS setup and DL TBF creation into helper functionsJacob Erlbeck1-23/+45
2015-03-06tbf: Reduce m_new_tbf logging messagesJacob Erlbeck1-2/+0
2015-03-06tbf: Add name() method and put the buf into the tbfJacob Erlbeck1-4/+4
2015-02-23tbf: Fix dangling m_new_tbf pointerJacob Erlbeck2-6/+19
2015-02-23tbf/test: Modify test to create a dangling TBF pointerJacob Erlbeck2-4/+86
2015-02-23tests: Fix library link orderJacob Erlbeck1-4/+4
2014-09-19tests/tbf: Commit TbfTest.err *with* whitespace "errors"Daniel Willmann1-4/+4
2014-09-19tests/tbf: Use correct function to enqueue llc dataDaniel Willmann2-14/+11
2014-09-10tests/tbf: Test for final ack issueDaniel Willmann2-0/+142
2014-08-15tbf: Include TBF state in tbf_name outputDaniel Willmann1-3/+3
2014-08-15TbfTest: Make logging more verboseDaniel Willmann2-1/+40
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann1-2/+2
2014-08-07tests/alloc: Use the specific UL/DL TBF classes instead of the baseDaniel Willmann1-2/+4
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann2-14/+25
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann1-6/+6
2014-01-15rlc: Use an enum for the state array instead of charsDaniel Willmann1-3/+3
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-3/+2
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann1-27/+9
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-40/+39
2014-01-15alloc: Update the test result now that everything is back to working againHolger Hans Peter Freyther1-0/+7650
2014-01-15misc: Allow to cross-execute the tests using qemuHolger Hans Peter Freyther1-4/+4
2014-01-15alloc/test: Add a crazy test that tests each possible combinationHolger Hans Peter Freyther1-0/+130
2014-01-15alloc/test: Go through all possible ms_classes for the allocationHolger Hans Peter Freyther2-9/+955
2014-01-15alloc/tests: Create an allocation test for various scenariousHolger Hans Peter Freyther2-0/+173
2013-12-12test: Remove the side-effect from the assertionHolger Hans Peter Freyther1-1/+2
2013-12-12tests/TypesTest: Check rbb handling in DLDaniel Willmann2-0/+37
2013-12-12tests/TypesTest: Ensure that extract_rbb(encode_rbb(x)) == xDaniel Willmann1-0/+11
2013-12-12tests/TypesTest: Print the result of Encoding::encode_rbb()Daniel Willmann2-0/+17
2013-12-12tests/TypesTest: Add OSMO_ASSERT_STR_EQ which prints out the parametersDaniel Willmann1-6/+15
2013-12-12tests/TypesTest: Test ssn() and update_rbb() uplink window methods in TypesTestDaniel Willmann1-0/+27
2013-12-04rlc: Create a testcase for the uplink windowHolger Hans Peter Freyther1-1/+99
2013-11-26rlc: Add a basic test for the DL Window and moving the windowHolger Hans Peter Freyther1-0/+49
2013-11-26rlc: Test the basic of the gprs_rlc_v_n code for remembering the stateHolger Hans Peter Freyther1-0/+20
2013-11-23rlc: Create a basic test that mark/is is talking about the sameHolger Hans Peter Freyther1-0/+27
2013-11-21rlc: Add a simple test for the RLC data structure for the initHolger Hans Peter Freyther1-0/+15
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther5-2/+112