summaryrefslogtreecommitdiffstats
path: root/tests/conv/conv.h
Commit message (Collapse)AuthorAgeFilesLines
* tests/conv: add GSM 05.03 specific testVadim Yanitskiy2017-04-301-2/+2
| | | | | | | | | | This change extends the convolutional code test coverage, adding the GSM 05.03 specific test vectors, generated by the conv_gen.py. Inspired by Tom's patch: http://lists.osmocom.org/pipermail/openbsc/2014-April/007364.html Change-Id: I76d1cd4032d2f74c5bb93bde4fab99aa655b7f1a
* tests/conv: separate test logicVadim Yanitskiy2017-03-061-0/+16
To be able to add some more tests, related to convolutional coding, without duplication of code, the test logic was separated from the conv_test.c into conv.c and conv.h. Change-Id: Idbdc7e19cb9b9a36cd1fccd621cd858e87530d98