aboutsummaryrefslogtreecommitdiffstats
path: root/grc/trx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18trx: renaming of old freq hopping block and creation of a new onePiotr Krysik3-4/+86
The old freq_hopper -controlling USRP frequency with use of tags - was renamed to freq_hopper_tag. The new one - freq_hopper_msg - that uses uhd_source or uhd_sink control message input was created. Change-Id: Ic867446314ef2ee6903cef85d48c280981132dae
2018-09-13gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy1-1/+8
Pleviously remote address for DATA interface was also used as the bind address, what is definitely wrong. Let's change the API a bit in order to allow one to specify a custom bind address. Change-Id: I6e5f7b7119ac454217b8dd04f9ee0dd3b23972b6
2018-05-11Added block for doing hopping for mobile station transceiverPiotr Krysik2-0/+34
2018-05-05Moving trx burst interface to trx directoryPiotr Krysik2-0/+81
and to new 'Transceiver' cathegory in gnuradio-companion