summaryrefslogtreecommitdiffstats
path: root/src/target/trx_toolkit/ctrl_if_bb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/trx_toolkit/ctrl_if_bb.py')
-rw-r--r--src/target/trx_toolkit/ctrl_if_bb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/trx_toolkit/ctrl_if_bb.py b/src/target/trx_toolkit/ctrl_if_bb.py
index 785636b2..fe7f3e89 100644
--- a/src/target/trx_toolkit/ctrl_if_bb.py
+++ b/src/target/trx_toolkit/ctrl_if_bb.py
@@ -34,8 +34,8 @@ class CTRLInterfaceBB(CTRLInterface):
tx_freq = None
pm = None
- def __init__(self, remote_addr, remote_port, bind_addr, bind_port):
- CTRLInterface.__init__(self, remote_addr, remote_port, bind_addr, bind_port)
+ def __init__(self, *udp_link_args):
+ CTRLInterface.__init__(self, *udp_link_args)
log.info("Init CTRL interface for BB (%s)" % self.desc_link())
def parse_cmd(self, request):