aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Transceiver52M
AgeCommit message (Collapse)AuthorFilesLines
2019-01-24tests: Rework the convolve_testSylvain Munaut4-167/+925
Besides just general cleanup, the major changes are : - Fully internal generation of reference data that doesn't depend on glibc or even on any floating point math - Golden results are included in a .h Due to varying precision of different implementation or architecture, any kind of textual compare is impossible, so we include golden values and compare results of both the 'base' implementation the potentially 'optimized' one again this set of values with a small error tolerance Change-Id: I4e203d2c4b778af77d630ed15d4cef6b0c0eb76d Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-01-21convolve: Remove support for step, offset parametersSylvain Munaut1-12/+4
- Those are not used any where - Those are not supported by the sse/neon accelerated versions - And I see very little use cases for those. Change-Id: Ic850269a0ed5d98c0ea68980afd31016ed555b48 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2018-12-17LMSDeviceTest: fix link errors on OBSOliver Smith1-1/+2
Link LMSDeviceTest against LMS_LIBS, so it does not only compile on Debian, but also on Ubuntu and openSUSE. Thanks to roox for figuring this out. Related: OS#3654 Change-Id: I6980d4290f623485a77db10fea6d17de0321c092
2018-12-13LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith2-0/+51
Allow selecting a specific LimeSDR device by setting dev-args in the config file. Split up the given dev-args address by comma and select the device where all substrings can be found. I could not test this with real hardware, but I have added a test case to make sure this works as expected. Related: OS#3654 Change-Id: Ib9aaa066a01bf9de3f78234d7ada884d6f28c852
2018-09-13cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol1-2/+2
Change-Id: I82bdeb8a3fa38f3d125e8cbccc3eddbf2b8d8f58
2018-04-28build: Fix OBS build for ARMPau Espin Pedrol1-2/+3
Change-Id: Ic6b408d684e2bb58af71ec04ced7e73e0d38ffcd
2018-04-24Move arch specific fiels to arch subdirPau Espin Pedrol2-2/+2
Take the chance to update some includes using files available in that subdir to have them ina more uniform way. Change-Id: Ibda3c54fd4dc3f6b845cc373f1a1e6b758c1ea82
2018-04-16tests: Makefile.am: Fix typo in include pathPau Espin Pedrol1-1/+1
Change-Id: I036f1f587f2a5eaf93ec8fb619bf76b571c1633a
2018-01-11tests: Migrate convtest util to autotest infrastructurePau Espin Pedrol3-0/+239
Change-Id: Ie682abf7e83de436d0f37f9f6e0664cb2f4d0c9e