aboutsummaryrefslogtreecommitdiffstats
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-05-03cmake: make formatting of install statements follow one patternPiotr Krysik3-3/+6
2021-05-03trx: Removing old and unused grc based radio_ifPiotr Krysik2-269/+0
2021-05-03Log import errors as currently GRC 3.8 suppress themVasil Velichkov1-18/+22
2021-05-03tests: Close the temp file handle in qa_burst_file_sourceVasil Velichkov1-0/+2
2021-05-03Python 3 compatibility changes in fn_time.pyVasil Velichkov1-4/+4
2021-05-03tests: Do not specify filename when runing gr_unittestVasil Velichkov21-22/+21
2021-05-03Remove build_utils.py and build_utils_codes.pyVasil Velichkov2-278/+0
2021-05-03Do not add python/misc_utils to PYTHONPATH when executing testsVasil Velichkov2-2/+2
2021-05-03Fix grcc compilation with python3 by adding local subdirs to __path__Vasil Velichkov2-1/+21
2021-05-03Remove the RTLD_GLOBAL hackVasil Velichkov1-26/+0
2021-05-03Various python3 related changesVasil Velichkov19-80/+37
2021-05-03GNU Radio 3.8 supportVasil Velichkov7-19/+21
2019-07-29Fix uplink sub_slot and sub_types assignment in the sdcch4 and bcch_ccch dema...Vasil Velichkov4-4/+284
2019-07-29Fix uplink sub_slot assignment in the sdcch8 demapper blockVasil Velichkov2-2/+147
2019-07-29Fix sub_slot assignment in the universal_ctrl_chans_demapper blockVasil Velichkov2-2/+0
2019-07-29Add control channels demappers testsVasil Velichkov5-1/+626
2019-05-03Filter out SoapyAudio devicesVasil Velichkov3-0/+66
2019-03-19Fix the TCH/H decoder and demapper XML definitionsVasil Velichkov1-0/+1
2019-01-26apps/grgsm_trx: introduce initial LMS driver supportVadim Yanitskiy2-0/+70
2019-01-22apps/grgsm_trx: add RadioInterface driver selection argumentVadim Yanitskiy1-2/+0
2019-01-22trx/radio_if.py: print type of RadioInterfaceVadim Yanitskiy2-2/+10
2019-01-22python/trx: fork RadioInterfaceUHD from RadioInterfaceVadim Yanitskiy4-35/+95
2019-01-22trx/ctrl_if.py: use relative import for UDPLinkVadim Yanitskiy1-1/+1
2019-01-19trx/radio_if.py: update clock_offset_control in set_rx_freq()fixeria/trxVadim Yanitskiy1-0/+1
2019-01-19trx/radio_if.py: do not print anything if freq. shift is 0Vadim Yanitskiy1-8/+10
2019-01-19python/trx: introduce and use Transceiver classVadim Yanitskiy5-48/+137
2019-01-19trx/ctrl_if_bb.py: reset transceiver on POWEROFFVadim Yanitskiy2-0/+9
2019-01-19trx/radio_if.py: introduce a new @property 'ready'Vadim Yanitskiy1-0/+10
2019-01-19trx/radio_if.py: do not init both rx_freq and tx_freqVadim Yanitskiy1-10/+11
2019-01-19python/trx: get rid of FakePM classVadim Yanitskiy5-62/+7
2019-01-16python/trx: use CamelCase naming for basic classesVadim Yanitskiy7-16/+18
2019-01-16trx/radio_if.py: use existing 'dict_toggle_sign' blockVadim Yanitskiy1-19/+1
2019-01-16python/trx: rename 'change_sign_of_dict_elements' to 'dict_toggle_sign'Vadim Yanitskiy4-7/+7
2019-01-16python/trx/__init__.py: cosmetic: add missing new lineVadim Yanitskiy1-1/+1
2018-12-29Add TCH/H decoder testsVasil Velichkov1-0/+190
2018-12-29Add tests for the TCH/F and TCH/H DemappersVasil Velichkov3-0/+365
2018-09-13apps/grgsm_trx: remove redundant unit from freq_offset variable namePiotr Krysik1-6/+6
2018-09-13apps/grgsm_trx: remove unnecessary checks of freq_offsetPiotr Krysik1-11/+8
2018-09-13trx/radio_if: add freq_offset parameter to constructorPiotr Krysik1-2/+3
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov2-0/+105
2018-09-12trx/radio_if.py: clarify magic numbers in sample rate calculationPiotr Krysik1-2/+2
2018-09-12apps/grgsm_trx: fix inaccurate sample rate calculationVadim Yanitskiy1-0/+3
2018-09-06Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be p...Piotr Krysik1-200/+199
2018-09-05grgsm_trx: Migrated argument parsing to argparsePiotr Krysik1-199/+200
2018-09-05apps/grgsm_trx: add baseband frequency shift featureVadim Yanitskiy1-1/+13
2018-08-10apps/grgsm_trx: print bind / remote address and portv0.42.1Vadim Yanitskiy3-2/+11
2018-08-10apps/grgsm_trx: introduce bind address optionVadim Yanitskiy3-6/+7
2018-08-10gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy1-3/+4
2018-08-10trx/ctrl_if.py: send control responses to where commands are fromVadim Yanitskiy2-9/+12
2018-08-10trx/udp_link.py: set SO_REUSEADDR socket optionVadim Yanitskiy1-0/+1