aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/ctrl_if.py
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22trx/ctrl_if.py: use relative import for UDPLinkVadim Yanitskiy1-1/+1
Change-Id: If4b00f6332461d3c37cde5a1f724906ca3d3a30f
2019-01-16python/trx: use CamelCase naming for basic classesVadim Yanitskiy1-2/+2
Change-Id: Ica9c56d01191dda38e63b51caba2ec8c63b671c9
2018-08-10trx/ctrl_if.py: send control responses to where commands are fromVadim Yanitskiy1-5/+5
When we receive a control command, we should not simply send the response to the default destination, but send it back to the exact IP/prt from which the command originated. This ensures correct routing of responses even in case multiple programs are interfacing concurrently with a control socket. Cherry-picked from: I24a0bba6eed059b101af95dac7d059f34dd715fc Change-Id: I1f304ea887dc957d3ad53adb1e3c56ab27d8f196
2017-11-05python/trx: follow GNU Radio class naming conventionsVadim Yanitskiy1-2/+2
2017-09-19Moved trx utilities from apps subdirectory - the grgsm_trx app need to be ↵Piotr Krysik1-0/+82
updated