aboutsummaryrefslogtreecommitdiffstats
path: root/tests/types/TypesTest.ok
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22Add tests for pcu_lsb()Max1-0/+257
This utility functions is used by TBF allocation routines and only tested indirectly through allocation test. Let's add proper exhaustive test which checks all uint8_t values. This also requires adding missing include to pcu_utils.h Change-Id: If08a7f0d31f0e5ad8a5efa5885880aed19c329ab
2016-11-09Handle Immediate assignment rejectaravind sirsikar1-0/+2
When RACH is received, PCU will generate the Immediate assignment reject message if no resources are present. The encoding is done based on section 9.1.20 of 44.018 version 11.7.0 Release 11. This patch also includes the test case to validate the generated Immediate assignment reject message. This patch is integration tested on Osmo-trx setup with Ettus B210 board and LG F70 MS with some simulation code changes in Osmo-pcu. Change-Id: I3d33e2b9746fa4f338fad0e6b63b1c5f07de6f9b
2016-02-08tbf: Use bitvec based window methods for GPRSJacob Erlbeck1-1/+2
Currently the old fixed 64 bit RBB based implementation is used for GPRS. Use the new bitvec based methods instead. Sponsored-by: On-Waves ehf
2013-12-12tests/TypesTest: Check rbb handling in DLDaniel Willmann1-0/+1
2013-12-12tests/TypesTest: Print the result of Encoding::encode_rbb()Daniel Willmann1-0/+5
2013-11-21types: Add a simple testcase for basic types and fix the LLC codeHolger Hans Peter Freyther1-0/+1
* Make append_data, remaining_space and fits_in_current.. work on m_length and not the index. This ways things can't overflow. * The current API consumer was moving the m_index so it should have worked okay.