aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/channel_test.ok
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28channel_test: test nr of subslots for dyn pchan, with errorNeels Hofmeyr1-0/+1
Add test_dyn_ts_subslots() and call from main(). Update channel_test.ok. This includes erratic assert to show a bug for TCH/F_PDCH in PDCH mode: the nr of subslots should be the same as for a normal PDCH, i.e. zero. This will be adjusted along with the fix in an upcoming commit. Change-Id: I09685be3fb3ed1ead4577b772a9fbc31967980d1
2012-01-06tests: Introduce running tests with GNU autotest in OpenBSCHolger Hans Peter Freyther1-0/+2
The quality of the tests is of different value but it is good to get started and improve from here.