aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22python/trx: fork RadioInterfaceUHD from RadioInterfaceVadim Yanitskiy1-0/+1
Change-Id: I1644a3f6b8da0d5f2a1a133058269e5383948fda
2019-01-19python/trx: introduce and use Transceiver classVadim Yanitskiy1-0/+1
Change-Id: I6dc88edbb69a68746cc8e01206dc86f7ea2fa80f
2019-01-19python/trx: get rid of FakePM classVadim Yanitskiy1-1/+0
Change-Id: Ie96eb9735ecaa3329135c7be976ffd277a2f64f4
2019-01-16python/trx: rename 'change_sign_of_dict_elements' to 'dict_toggle_sign'Vadim Yanitskiy1-1/+1
The old name was quite long, resulting into cumbersome imports: from change_sign_of_dict_elements import change_sign_of_dict_elements let's use a shorter variant: from dict_toggle_sign import dict_toggle_sign Change-Id: Ie75e1d6e5e74c7c1cf34154633c1472e4b85dbb6
2017-12-01Added carrier frequency offset correction to radio_ifPiotr Krysik1-0/+1
2017-11-30trx: Changes in the redio_ifPiotr Krysik1-1/+3
-added a part generated by GRC (radio_if_grc) form trx_radio_if example, -radio_if now only adds things that are missing in radio_if_grc
2017-11-05python/trx: install helper classes as a grgsm submoduleVadim Yanitskiy1-3/+4
2017-09-19Moved trx utilities from apps subdirectory - the grgsm_trx app need to be ↵Piotr Krysik1-0/+27
updated