aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/ctrl_if_bb.py
AgeCommit message (Collapse)AuthorFilesLines
2018-08-10apps/grgsm_trx: print bind / remote address and portv0.42.1Vadim Yanitskiy1-1/+2
Change-Id: If750d476f3972f1ab5c5b637438d14d40b1e3d87
2018-08-10apps/grgsm_trx: introduce bind address optionVadim Yanitskiy1-2/+3
The new option (-b --bind-addr) allows one to specify the bind address for both DATA and CTRL interfaces. By default, '0.0.0.0' is used, so there are no restrictions for the L1 source address. Change-Id: I3339f686b53db07cfd1bff9a516f4bdc28058cd9
2018-08-10trx/udp_link.py: close socket in destructorVadim Yanitskiy1-4/+0
Previously it was required to call the UDPLink.shutdown() method manually in order to close a socket. Let's do it automatically using the destructor of UDPLink. Cherry-picked from: I59c3dc61ec58cd9effeb789947d28fd602ca91f4 Change-Id: Ief7aa21d1e50682a90616833b679741957193aae
2017-12-09trx/radio_if.py: handle Timing Advance from CTRLVadim Yanitskiy1-0/+14
2017-11-29python/trx: WIP: implement transmission chainVadim Yanitskiy1-10/+8
2017-11-05trx/radio_if.py: fix RX / TX gain controlVadim Yanitskiy1-1/+11
2017-11-05misc_utils/trx_burst_if: get rid of built-in timeslot filterVadim Yanitskiy1-7/+12
Since the API of 'Timeslot Filter' block was exposed, we can get rid of built-in timeslot filter and use the proper methods.
2017-11-05python/trx: follow GNU Radio class naming conventionsVadim Yanitskiy1-4/+4
2017-09-19Moved trx utilities from apps subdirectory - the grgsm_trx app need to be ↵Piotr Krysik1-0/+142
updated