aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpm/python/usrp_mpm/periph_manager/x4xx.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/x4xx.py b/mpm/python/usrp_mpm/periph_manager/x4xx.py
index e72b2e41e..fdebaeb3c 100644
--- a/mpm/python/usrp_mpm/periph_manager/x4xx.py
+++ b/mpm/python/usrp_mpm/periph_manager/x4xx.py
@@ -718,13 +718,12 @@ class x4xx(ZynqComponents, PeriphManagerBase):
###########################################################################
# Transport API
###########################################################################
- # pylint: disable=no-self-use
def get_chdr_link_types(self):
"""
- This will only ever return a single item (udp).
+ Return a list of ways how UHD can connect to the X4xx. See
+ PeriphManagerBase.get_chdr_link_types() for more docs.
"""
- return ["udp"]
- # pylint: enable=no-self-use
+ return list(self._xport_mgrs.keys())
def get_chdr_link_options(self, xport_type):
"""