aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-22apps/grgsm_trx: introduce initial LMS driver supportfixeria/lmsVadim Yanitskiy3-1/+76
2019-01-22apps/grgsm_trx: add RadioInterface driver selection argumentVadim Yanitskiy2-4/+10
2019-01-22trx/radio_if.py: print type of RadioInterfaceVadim Yanitskiy2-2/+10
2019-01-22python/trx: fork RadioInterfaceUHD from RadioInterfaceVadim Yanitskiy5-30/+89
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 Yanitskiy6-55/+143
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 Yanitskiy6-69/+8
2019-01-19apps/grgsm_trx: move init code from run() to __init__()Vadim Yanitskiy1-2/+2
2019-01-16python/trx: use CamelCase naming for basic classesVadim Yanitskiy8-23/+25
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-29Improve voice boundary detectionVasil Velichkov1-1/+22
2018-12-29Add TCH/H decoder testsVasil Velichkov1-0/+190
2018-12-29Add TCH/H decoder block with AMR multirate supportVasil Velichkov12-8/+621
2018-12-29Add tests for the TCH/F and TCH/H DemappersVasil Velichkov3-0/+365
2018-12-29Move HR demapping into a separate blockVasil Velichkov13-37/+461
2018-12-29Add HR demappingAndrew Artyushok4-9/+36
2018-12-28transmitter/txtime_setter: fix error print syntax errorPiotr Krysik1-1/+1
2018-12-28lib/trx, lib/transmitter: Include grgsm/endian.hDavid Holm3-0/+3
2018-12-21trx/txtime_setter: print error if reference fn is missingVadim Yanitskiy1-3/+7
2018-12-21trx/txtime_setter: reduce code nesting in process_txtime_of_burst()Vadim Yanitskiy1-46/+46
2018-09-21apps/grgsm_trx: (re)structurize help messageVadim Yanitskiy1-11/+13
2018-09-13apps/grgsm_trx: remove redundant unit from freq_offset variable namePiotr Krysik2-8/+8
2018-09-13Add .gitreview similar to the other osmocom's projectsVasil Velichkov1-0/+3
2018-09-13grgsm_channelize: Add ichar data typeVasil Velichkov1-1/+5
2018-09-13apps/grgsm_trx: remove unnecessary checks of freq_offsetPiotr Krysik2-15/+8
2018-09-13trx/radio_if: add freq_offset parameter to constructorPiotr Krysik2-4/+5
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov4-13/+109
2018-09-12apps/grgsm_trx: migrate from getopt to argparsePiotr Krysik1-106/+69
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 Yanitskiy2-1/+4
2018-09-11Format the output into ostringstream and then write it at once.Vasil Velichkov2-16/+21
2018-09-11grgsm_scanner: Add --debug optionVasil Velichkov1-16/+21
2018-09-06Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be p...Piotr Krysik2-291/+311
2018-09-05grgsm_trx: Migrated argument parsing to argparsePiotr Krysik2-311/+291
2018-09-05apps/grgsm_trx: add baseband frequency shift featureVadim Yanitskiy2-2/+26
2018-08-31Changed submodule URLs to point to osmocom serversPiotr Krysik1-2/+2
2018-08-12Increasing version numberv0.42.2developmentPiotr Krysik1-1/+1
2018-08-10New gr-gsm versionPiotr Krysik1-3/+3
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 Yanitskiy4-15/+23
2018-08-10gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy7-11/+26
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